﻿body {
    /*    font-family: Raleway;*/
    font-family: inter;
    /*    background: #f8f8f8;*/
}

@font-face {
    font-family: Raleway; /* set name */
    src: url(/css/Fonts/Raleway-VariableFont_wght.ttf); /* url of the font */
}

@font-face {
    font-family: inter; /* set name */
    src: url(/css/Fonts/Inter-VariableFont_opsz,wght.ttf); /* url of the font */
}

@font-face {
    font-family: 'alta';
    src: url('fonts/alta-regular.otf') format('opentype');
}


.top-head-row {
    height: 60px;
}

.top-head-row h5 {
    font-size: 18px;
}

.logo_dis {
    align-content: center;
    height: 100vh;
}


.navbar-dark {
    display: none;
}

.top-row {
    display: none !important;
}

.sidebar {
    display: none;
}


.page_header {
    position: fixed;
    width: 100%;
    z-index: 3;
}

.page_content {
    padding: 65px 15px 80px 15px;
}



.bg-orange {
    background: #ffa500;
}

.color-orange {
    color: #ff7800;
}

.bb-dashed{
    border-bottom:1px dashed #fff;
}
/*-------------------------GET STARTED CSS----------------------------*/
.get-start-img img {
    width: 100%;
    filter: brightness(0.4);
    /*    height: 550px;*/
}

.wel-blk{
    position:relative;
}
.lampose-brnd img{
    width:200px;
}
.get-content {
    position: absolute;
    bottom: 50px;
    width: 100%;
    padding: 0px 25px;
}

.get-str-slide .carousel-control-prev, .get-str-slide .carousel-control-next {
    display: none
}
.carousel-indicators {
    bottom: -30px !important;
}
.carousel-item {
    color: #fff;
    text-shadow: 2px 2px 3px #000;
}
.lamp-log-card {
    background: #fff;
    /*    margin-top: -24px;*/
    border-radius: 24px 24px 0 0;
    padding: 22px;
    position: relative;
    top: -19px;
}


.info-wrap {
    position: relative;
    display: inline-block;
}

.custom-tooltip {
    position: absolute;
    bottom: 130%;
    right: 0;
    width: 280px;
    background: #2f3443;
    color: #fff;
    padding: 12px 14px;
    border-radius: 8px;
    font-size: 13px;
    line-height: 1.5;
    display: none;
    z-index: 10;
}

    .custom-tooltip ul {
        padding-left: 18px;
        margin: 0;
    }

    .custom-tooltip::after {
        content: "";
        position: absolute;
        top: 100%;
        right: 15px;
        border-width: 8px;
        border-style: solid;
        border-color: #2f3443 transparent transparent transparent;
    }

/* show on hover */
.info-wrap:hover .custom-tooltip {
    display: block;
}
.disabled-btn {
    width: 100%;
    border: 1px solid #ddd;
    padding: 4px 5px;
    border-radius: 4px;
    color: #7d6f6f;
}
.active-start-btn {
    width: 100%;
    background: #67b761;
    color: #fff;
    border: 1px solid #6ab764;
    padding: 4px 5px;
    border-radius: 5px;
}
.ok-save-btn {
    background: #67b761;
    color: #fff;
    border: 1px solid #6ab764;
    padding: 4px 5px;
    border-radius: 5px;
}
.otp-input {
    border: none !important;
    border-bottom: 1px solid #615656 !important;
    border-radius: 0px !important;
    font-size: 22px !important;
    text-align:center;
}
.fs-8{
    font-size:12px;
}

.fs-7 {
    font-size: 14px;
}
.carousel-indicators [data-bs-target] {
    width: 80px !important;
}

.glass-card {
    margin-top: 60px;
    padding: 18px;
    border-radius: 16px 0px 16px 0px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border: 1px solid rgb(255 255 255 / 72%);
}

.doc-list li {
    margin-bottom: 8px;
    color: #ffd78d;
}

.btn-disable {
    background: #e5e5e5;
    color: #757575;
    border-radius: 14px;
    padding: 8px 14px;
    font-size: 18px;
    /* font-weight: 600; */
    width: 100%;
    border: none;
}

.btn-orange {
    background: #ff7a18;
    color: #fff;
    border-radius: 14px;
    padding: 8px 14px;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    border: none;
}
.add-resturant{
    background:#fff;
    padding:14px 12px;
    border-radius:12px;
}
.font-40{
    font-size:40px;
    
}

.res-title:focus{
    box-shadow:none;
}


/*-------------------------------select partner css---------------------*/

.stay-partner .select-btn {
    background: linear-gradient(135deg, #e95f23 0%, #eb5243 100%);
    color: white;
}


.partner-grid {
    display: grid;
    /* grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); */
    gap: 15px;
    padding: 0 5px;
}


.icon-wrapper {
    width: 60px;
    height: 60px;
    margin: 0 auto 12px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    transition: all 0.3s ease;
}

.partner-card {
    background: white;
    border-radius: 15px;
    padding: 20px 18px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.stay-partner .icon-wrapper {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}


.partner-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.partner-card:hover .icon-wrapper {
    transform: scale(1.1) rotate(5deg);
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.feature-list li {
    padding: 5px 0;
    color: #4a5568;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
}
.select-btn {
    margin-top: 12px;
    padding: 10px 25px;
    border: none;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    width: 100%;
    font-size: 0.9rem;
}
.feature-list li:before {
    content: '✓';
    color:forestgreen;
    font-weight:bold;
    margin-right:8px;
}

.food-partner .icon-wrapper {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
}

.food-partner .select-btn {
    /*    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);*/
    background: linear-gradient(135deg, #e95f23 0%, #eb5243 100%);
    color: white;
}


.partner-subtitle {
    color: #8d8d8d;
    font-size: 14px;
    margin-bottom: 4px;
}

/*---------------------select business module css------------------*/



.business-card {
    background: white;
    border-radius: 20px;
    padding: 13px 15px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 3px solid transparent;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.business-card {
    position: relative;
}

.business-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.selection-indicator {
    /* display: none; */
    position: absolute;
    top: 11px;
    right: 11px;
    background: #8b5cf6;
    color: white;
    border-radius: 50%;
    font-size: 16px;
    padding: 5px 6px;
    font-size: 10px;
}

.business-card.selected .selection-indicator i{
    display: flex;
}

.icon-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-right: 10px;
    flex-shrink: 0;
}

.icon-circle.orange {
    background: #fed7aa;
    color: #ea580c;
}

.icon-circle.green {
    background: #d1fae5;
    color: #059669;
}

.icon-circle.purple {
    background: #e9d5ff;
    color: #9333ea;
}

.icon-circle.yellow {
    background: #fef3c7;
    color: #d97706;
}

.card-header-section {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

/*----------------------------------------------Location Detect css -------------------------------*/

.location-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #00b4db 0%, #0083b0 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    color: white;
    font-size: 25px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}


/*------------------------Basic Information----------------------*/

.custom-card {
    border-radius: 16px;
    padding: 14px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
    border: 1px solid #ddddddb0;
    margin-top: 10px;
}

/*.input-info{
    position:relative;
}

.input-info .form-control {
    padding: 11px 8px;
}


.in-lbl {
    position: absolute;
    top: -11px;
    left: 6px;
    background: #fff;
    padding: 0px 6px;
}*/

.location-btn {
    width: 100%;
    color: #e97c2b;
    border: 1px solid #d5d5d5;
    padding: 7px;
    background: #fff;
    border-radius: 8px;
    font-weight: 500;
}

.input-info{
    position:relative;
}

.input-info .form-control {
    background: #fafafa;
    border-radius: 10px
}

.time-btn {
    border-radius: 12px;
    background: #f4f7ff;
    font-size: 14px;
    width: 100%;
    border: none;
    padding: 8px 3px
}
.color-dgblue {
    color: dodgerblue;
}

hr {
    color: #a79d9d;
}

.list-data li {
    font-size: 12px;
    color: #212529bf;
}




.upload-card {
    background: #fffdf9;
    border: 2px dashed #e8e2d9;
    border-radius: 20px;
    padding: 12px;
    text-align: center;
    transition: border-color 0.3s, background 0.3s;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}


/*
.upload-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
    margin: 0 auto 20px;
    background: #faf7f2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #e8e2d9;
}*/

.upload-icon i {
    width: 20px;
    height: 20px;
}

.upload-card h2 {
    font-size: 1.05rem;
}

.upload-card p {
    font-size: 0.78rem;
    margin-bottom: 16px;
}

.btn-upload {
    padding: 10px 16px;
    font-size: 0.78rem;
    gap: 6px;
    display: inline-flex;
    align-items: center;
    background: #1a1611;
    color: #faf7f2;
    border: none;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: background 0.25s, transform 0.15s;
}

.upload-btn-wrapper input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}





.upload-btn-wrapper {
    position: relative;
    display: inline-block;
}



.upload-card p {
    font-size: 0.78rem;
    margin: 16px 0px;
}

.upload-card:hover {
    border-color: #c8a96e;
    background: #fffdf9;
}

.section-label span {
    font-size: 1.05rem;
}


.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
}

.img-card {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e8e2d9;
    aspect-ratio: 1 / 1;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    transition: transform 0.25s, box-shadow 0.25s;
}

.img-card {
}

    .img-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }


.img-placeholder {
    aspect-ratio: 1 / 1;
    border-radius: 14px;
    border: 2px dashed #e8e2d9;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #e8e2d9;
}

    .img-placeholder i {
        width: 18px;
        height: 18px;
        stroke: #e8e2d9;
        fill: none;
    }




/*--------------------Menu Management--------------------*/

.search-pos-1 {
    position: sticky;
    top: 50px;
    background: #fff;
    padding: 1px 0px;
}

.search_input {
    display: flex;
    align-items: baseline;
    width: 100%;
    margin: 5px auto;
    gap:10px;
}

.search_input .search_icon {
    color: #757272;
    position: relative;
    left: 25px;
}

.search_input .location_icon {
    color: #757272;
    position: relative;
    right: 23px;
    font-size: 17px;
}

.filters {
    gap: 7px;
    overflow-x: auto;
    padding: 10px 0;
    margin-bottom: 15px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}



.min-boxshadow {
    box-shadow: 1px 2px 3px #ddd;
}

.chip {
    background: #ebebeb;
    border-radius: 30px;
    padding: 8px 16px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.search_input .search_bar {
    background: #8080801a;
    padding: 3px;
    padding: 7.9px 30px;
    border-radius: 18px;
    font-size: 15px;
}

.chip-active {
    background: #ff7800;
    color: #fff;
}

.section-card {
    background: #fff;
    border-radius: 14px;
    padding: 8px 14px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}

.combo-body {
    padding: 10px 12px;
    width: 100%;
}

.combo-card {
    display: flex;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.combo-img {
    width: 92px;
    height: 92px;
    object-fit: cover;
}

.veg-dot {
    width: 10px;
    height: 10px;
    background: #0f9d58;
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
}

.non-veg-dot {
    width: 10px;
    height: 10px;
    background: #ff0000;
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
}




.combo-title {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 2px;
}

.combo-desc {
    font-size: 12px;
    color: #666;
    margin-bottom: 4px;
}
.price {
    font-weight: 700;
    color: #000;
    margin-bottom: 4px;
}

.badge.gray {
    background: #f1f1f1;
    color: #555;
}

.badge.green {
    background: #e6fff1;
    color: #00a65a;
}

.badge.red {
    background: #ff3535;
    color: #ffffff;
}

.ser-input-text {
    border-radius: 15px 0px 0px 15px !important;
    border-right: none !important;
}

.serach-input-form {
    border-left: none !important;
    background: #f8f9fa !important;
    border-radius: 0px 15px 15px 0px !important;
}

.form-switch .form-check-input {
    height: 18px;
}

.form-check-input:checked {
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.add-plus-btn {
    font-size: 23px;
    background: #ff7800;
    color: #fff;
    border-radius: 50px;
    padding: 0px 6px;
}

.list-filter-icon {
    background: #efefef;
    padding: 3px;
    color: #000000;
    border-radius: 5PX;
    PADDING: 1px 4px;
    border: 1px solid #e5e5e5;
    font-size: 20px;
}


.pop-header {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.modal-input {
    margin-top: 10px;
}

.modal-input label {
    font-weight: 500;
}
.input-gray-bg {
    background-color: #f2f2f2;
}


.item-require{
    color:red;
}

.upload-box {
    border: 2px dashed #dcdcdc;
    border-radius: 12px;
    text-align: center;
    padding: 20px;
    color: #777;
    cursor: pointer;
}

.upload-box i {
    font-size: 26px;
    margin-bottom: 6px;
}

.toggle-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 18px;
    padding: 5px 11px;
    border-radius: 6px;
    border:1px solid #ddd;
}
.cancel-btn {
    background: none;
    border: 1px solid #ddd;
    padding: 5px 18px;
    border-radius: 7px;
    width: 130px;
}
.add-btn {
    background: #ff6c00;
    border: none;
    padding: 5px 12px;
    border-radius: 8px;
    color: #fff;
    width: 130px;
}

.filter-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 9px;
    padding: 12px 11px;
    border-radius: 8px;
    background: #f6f6f6;
    color: #000;
    font-size: 14px;
}
.filter-row {
    padding: 5px 17px;
}


.filter-item {
    width: 200px;
}

.modal-title {
    font-size: 16px;
    color: #000;
}
.bs-card-title {
    font-size: 16px;
}

/*<----------------Orders css----------------->*/

.order-card {
    max-width: 400px;
    margin: 0 auto;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #dddddda8;
    margin-top: 10px;
}

.order-header h6 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.order-header .badge {
    background: rgba(255, 255, 255, 0.3);
    color: white;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 12px;
}

.order-body {
    padding: 10px 14px;
}

.customer-name {
    font-size: 15px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1px;
}

.restaurant-name {
    color: #7f8c8d;
    font-size: 12px;
    margin-bottom: 5px;
}

.item-card {
    padding: 0px 15px;
    border-radius: 8px;
    margin-bottom: 8px;
}

.item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    border-bottom: 1px solid #dddddd73;
    padding: 4px 0px;
}

.item-name {
    font-size: 14px;
    font-weight: 600;
    color: #2c3e50;
}

.item-price {
/*    color: #ff8527;*/
    font-weight: 500;
    font-size: 15px;
}

.qty-badge {
    color: #000000;
    font-size: 12px;
    font-weight: 600;
    margin-right: 5px;
}

.item-quantity {
    color: #7f8c8d;
    font-size: 14px;
}

.order-info {
    display: flex;
    justify-content: space-around;
    padding: 3px 0;
    border-top: 1px solid #ecf0f1;
    border-bottom: 1px solid #ecf0f1;
    margin-bottom: 9px;
}

.info-item {
    text-align: center;
    display: flex;
    align-items: center;
    gap: 10px;
}

.info-icon {
    font-size: 20px;
    color: #7f8c8d;
    margin-bottom: 5px;
}

.info-label {
    font-size: 12px;
    color: #95a5a6;
    margin-bottom: 0px;
}

.info-value {
    font-size: 14px;
    font-weight: 600;
    color: #2c3e50;
}

.address {
    color: #7f8c8d;
    font-size: 14px;
    /*    margin-bottom: 20px;*/
    display: flex;
    justify-content: space-between;
    align-items:center;
}

.address i {
    margin-top: 3px;
    color: #95a5a6;
}

.total-price {
    font-weight: 600;
    color: #453f3d;
    font-size: 15px;
}

.total-amt {
    font-weight: 600;
    color: #ff7800;
    font-size: 15px;
}
.status-badge {
    background: #9ef1a9;
    height: max-content;
    padding: 3px 5px;
    border-radius: 7px;
    color: #1b8529;
    font-size:12px;
}

.green-badge {
    background: #9ef1a9;
    color: #324f35;
    align-content: center;
}

.red-badge {
    background: #ff5757;
    color: #ffffff;
    align-content: center;
    font-size: 11px;
}

.process-badge {
    background: #ffe581;
    color: #7f670a;
}
.blk-circle {
    background: black;
    color: #ddd;
    font-weight: 600;
    border-radius: 50px;
    padding: 1px 6px;
    font-size: 10px;
}

.side-list-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 9px;
    font-weight: 500;
    padding: 5px 0px;
}



/*----------------new order popup ---------------------*/

.order-top {
    display: flex;
    justify-content: space-between;
/*    align-items: center;*/
}

.w-65{
    width:65%;
}

.prep-time {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 16px 0;
}

.time-box button {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: #eee;
    font-size: 18px;
}

.btn-accept {
    width: 100%;
    background: #2563eb;
    color: #fff;
    border: none;
    padding: 8px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
}

.order-modal {
    border-radius: 0px !important; 
}

.order-modal .modal-body {
    border-top: 3px dotted #7b7979;
    border-radius: 0px;
    border-bottom: 3px dotted #7b7979;
}

.item-descrip-box {
    background: #f3f3f3;
    padding: 10px;
    border-radius: 10px;
    /* text-align: center; */
    margin-top: 10px;
    font-weight: 500;
    font-size: 13px;
    margin: 9px 0px;
}
.set-del-time {
    font-size: 15px;
    margin: 0px 5px;
}

.rider-head {
    width: 40px;
    background: antiquewhite;
    padding: 4px;
    border-radius: 50px;
}

/*-------------------------Dashboard css ----------------------*/

.bg-custome {
    background: linear-gradient(94deg, rgb(255 111 0) 10%, rgb(255 0 141) 100%);
    color: #fff;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 20px;
}

.stat-box {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s;
    border: 1px solid #dddddd85;
}

.alert-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ff4106;
    color: white;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: 600;
    animation: bounce 1s infinite;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}

.stat-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 10px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

    .stat-icon.orders {
        background: linear-gradient(135deg, #fef3c7, #fde68a);
        color: #d97706;
    }

    .stat-icon.preparing {
        background: linear-gradient(135deg, #dbeafe, #bfdbfe);
        color: #2563eb;
    }

    .stat-icon.revenue {
        background: linear-gradient(135deg, #d1fae5, #a7f3d0);
        color: #059669;
    }

    .stat-icon.completed {
        background: linear-gradient(135deg, #e9d5ff, #d8b4fe);
        color: #9333ea;
    }

.stat-number {
    font-size: 23px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 5px;
}

.stat-label {
    /* color: #64748b; */
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}


.menu-card {
    background: white;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    transition: all 0.2s;
}

.menu-card:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.dash-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-right: 15px;
}

.icon-orange {
    background-color: #fff3e0;
    color: #ff5722;
}

.icon-purple {
    background-color: #f3e5f5;
    color: #9c27b0;
}

.menu-title {
    font-weight: 600;
    color: #333;
    margin: 0;
    font-size: 0.95rem;
}

.menu-subtitle {
    color: #999;
    font-size: 0.8rem;
    margin: 0;
}


.order-item {
    background: white;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.status-preparing {
    background-color: #e3f2fd;
    color: #1976d2;
}

.order-details {
    color: #666;
    font-size: 0.85rem;
}

.status-pending {
    background-color: #fff3e0;
    color: #f57c00;
}

.status-badge {
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 500;
}


/*----------------------------Profile page css--------------------------------*/

.camera-btn {
    position: absolute;
    right: -6px;
    bottom: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #ff7a2d;
    border: 3px solid #fff;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}

.bg-pale-green {
    background: #f2fff0;
}

.premium-pill {
    background: linear-gradient(90deg, #52c966, #18b924);
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
}

/*.avatar {
    width: 92px;
    height: 92px;
    background: #efefef;
    border-radius: 50% 50%;
}*/

.rounded-circle-50 {
    border-radius: 50% !important;
}

.profile-details {
    padding-left: 8px;
    border-left: 1px solid #c1bfbfab;
}

.profile-img{
    width:70px;
}


.prof-info-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-orange {
    background: #ffe8d9;
}

.bg-red {
    background: #ffe0e0;
}

.bg-yellow {
    background: #fff4cc;
}

.bg-green {
    background: #e7f8ee;
}

.bg-blue {
    background: #e7f1ff;
}

.bg-purple {
    background: #efe7ff;
}

.bg-gray {
    background: #f0f0f0;
}


.setting-item {
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 10px;
    padding: 8px 14px;
    margin-bottom: 8px;
    justify-content: space-between;
    border: 1px solid #ddddddad;
    background: #fefefa;
}

.prof-info-item{
    display:grid;
}

.prof-info-item span {
    font-weight: 500;
    color: #000;
    font-size: 14px;
}

.prof-info-item small {
    font-size: 12px;
    color: #7d7d7d;
}

.setting-item:hover {
    background: #fff7ed;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}


/*-----acc settings----*/

.soft-card {
    border-radius: 10px;
    padding: 16px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    margin:10px 0px;
}

.edit-btn {
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 13px;
}

.soft-input {
    border-radius: 10px;
    background: #f7f7f7;
    border: none;
    font-size: 14px;
/*  margin: 12px 0px;*/
}

.profile-info label {
    margin-bottom: 4px;
    font-size: 14px;
}

/*<!---payment settings--->*/

.upi-info {
    padding: 11px 9px;
    background: #e9ecef70;
    border-radius: 6px;
    margin: 0px !important;
}

.bg-pale-gray {
    background: #f5f7f8;
}

.transaction-info-card {
    border-radius: 0.5rem;
    padding: 8px 16px;
    border: 1px solid #ddd;
    box-shadow: 1px 2px 3px #ddd;
    margin: 5px 0px;
}

/*<!-------Push Notifications------->*/

.notify-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
}

.notify-row .title {
    margin: 0;
    font-weight: 600;
    font-size: 14px;
}


/*----------------------Notifications----------------*/

.notify-card {
    display: flex;
    gap: 12px;
    background: #fff7ef;
    border-radius: 14px;
    padding: 8px 14px;
    margin-bottom: 14px;
    position: relative;
}
.notify-content strong {
    font-size: 14px;
}
.notify-content p {
    margin: 4px 0;
    font-size: 13px;
    color: #444;
}

.notify-content small {
    font-size: 11px;
    color: #888;
}

.badge.new {
    background: #ff6b00;
    color: #fff;
    font-size: 10px;
    padding: 4px 8px;
    border-radius: 10px;
}

.danger-new {
    border-left: 3px solid #ff3b30;
}

.notif-success {
    background: #e8ffe8;
    border-left: 3px solid green;
}

.notif-warning {
    background: #fff0c4;
    border-left: 3px solid #ffc107;
}


/*    --------------Saved Locations--------------------------*/


/* Search box */
.search-box .input-group {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.04);
}

.search-input {
    border: none;
    padding: 12px 14px;
    font-size: 14px;
}

    .search-input:focus {
        box-shadow: none;
    }

.search-icon {
    border: none;
    background: #ffffff;
}

/*    Quick action cards*/
.quick-card {
    border-radius: 18px;
    border: 1px solid #e3e3ef;
    background: #ffffff;
    padding: 10px 8px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.quick-icon {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: #f5f5fb;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quick-text {
    font-size: 13px;
    line-height: 1.3;
    color: #333;
    font-weight: 500;
}

.selected-pill {
    font-size: 11px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 999px;
    background: #c9ffe6;
    color: #00a86b;
}

.addr-icon {
    background: #f0f0f0;
    padding: 4px 4px;
    width: max-content;
    text-align: center;
    border-radius: 7px;
    width: 60px;
}

.addr-distance {
    font-size: 11px;
}

.remove_icon {
    font-size: 16px;
    color: #FC6E5B;
}


/*---------------------------Select Location Css------------------*/
/* Whole screen */
.location-map-page {
    position: relative;
    height: 100vh;
    overflow: hidden;
    background: #f5f5f5;
}

/* Top bar */
.top-bar {
    height: 52px;
    background: #ffffff;
    border-bottom: 1px solid #eeeeee;
    z-index: 3;
}

/* Search bar overlay */
.search-wrapper {
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    z-index: 3;
}

.search-group {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.06);
    background: #ffffff;
    margin: 0 auto;
    max-width: 520px;
}

    .search-group .form-control {
        padding: 10px 12px;
        font-size: 14px;
    }

        .search-group .form-control:focus {
            box-shadow: none;
        }

    .search-group .input-group-text {
        padding-right: 12px;
    }

/* Map area */
/*.map-area {
        position: absolute;
        top: 120px;*/ /* below header */
/*left: 0;
        right: 0;
        bottom: 130px;*/ /* space for bottom sheet */
/*}*/

.bottom-sheet {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 55px;
    padding: 14px 18px 18px;
    background: #ffffff;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 -6px 18px rgba(0, 0, 0, 0.1);
    z-index: 4;
    max-width: 520px;
    margin: 0 auto;
}


/* Confirm button */
.btn-confirm {
    border-color: #10ab52;
    color: #ffffff;
    font-weight: 600;
    border-radius: 16px;
    padding: 10px 0;
    font-size: 15px;
    background-image: linear-gradient(90deg, rgb(18, 182, 93), rgb(15, 168, 79));
}

    .btn-confirm:hover {
        background: #e24b22;
        border-color: #e24b22;
    }


/*    
    .fake-map {
        width: 100%;
        height: 100%;
        background-color: #dde7f0;
        background-image: linear-gradient(45deg, #e3edf7 25%, transparent 25%), linear-gradient(-45deg, #e3edf7 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #e3edf7 75%), linear-gradient(-45deg, transparent 75%, #e3edf7 75%);
        background-size: 40px 40px;
        background-position: 0 0, 0 20px, 20px -20px, -20px 0;
    }
*/

.offcanvas.offcanvas-bottom {
    height: auto;
}

.btn-green {
    background-color: #0eaf34;
    border-color: #16b96e;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    padding: 8px 20px;
}



.text-orange {
    color: #ff6a2d !important;
}


/* place info */
.place-info {
    border-radius: 16px;
}

.place-icon {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: #35e39387;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0b844c;
    margin-top: 4px;
}

/* yellow info banner */
.alert-detail {
    background: #ffc10759;
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 13px;
    color: #a84714;
}

/* labels */
.field-label {
    font-size: 11px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-weight: 600;
    color: #8e8e95;
    margin-bottom: 4px;
}

/* underline style input */
.field-underline {
    border: none;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}

    .field-underline:focus {
        box-shadow: none;
        border-bottom-color: #16b96e;
    }

/* voice chip */
.voice-chip {
    border-radius: 999px;
    background: #f9f9fb;
    padding: 8px 12px;
    font-size: 13px;
}

.bg-new {
    background-color: #ff6a2d;
}

.directions-box {
    resize: none;
    border-radius: 12px;
    border-color: #ececf1;
    font-size: 13px;
}

/* chips */
.chip-btn {
    border-radius: 999px;
    border: 1px solid #e0e0e5;
    background: #ffffff;
    padding: 6px 12px;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #333;
}

    .chip-btn.active {
        background: #fff0e6;
        border-color: #ff6a2d;
        color: #ff6a2d;
    }

.location_pop_head {
    width: 85%;
    flex-wrap: wrap;
    display: flex;
}

hr {
    border-color: #9c999963 !important;
    background: #7b7b7b7a;
}


/*--------------Document Tracking--------------------*/

.onboard-section {
    position: relative;
    height: 280px;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url(https://images.unsplash.com/photo-1556910103-1c02745aae4d?w=800) center / cover;
    overflow: hidden;
}

.image-overlay {
    position: relative;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.hero-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
}

.hero-title {
    font-size: 1.75rem;
}

.tracking-container {
    background: white;
    border-radius: 30px 30px 0 0;
    margin-top: -30px;
    position: relative;
    z-index: 10;
    min-height: calc(100vh - 250px);
    padding-bottom: 80px;
}

.step-title {
    font-size: 16px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 8px;
}


.step-header {
    font-size: 0.75rem;
    font-weight: 600;
    color: #7f8c8d;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.step-description {
    font-size: 0.95rem;
    color: #7f8c8d;
    margin-bottom: 15px;
    line-height: 1.5;
}

.btn-proceed {
    background: #ff5722;
    color: white;
    border: none;
    padding: 4px 11px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(255, 87, 34, 0.3);
}

.step-indicator-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50px;
    flex-shrink: 0;
}


.tracking-step {
    display: flex;
    gap: 20px;
    padding: 8px 0;
    position: relative;
}

.step-circle-sucess {
    width: 30px;
    height: 30px;
    background: #4caf50;
    transform: scale(1.1);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    position: relative;
}

.step-line {
    width: 3px;
    flex: 1;
    background-color: #e0e0e0;
    transition: background-color 0.5s ease;
}

.step-line-sucess {
    background-color: #3acf44;
}

.step-indicator {
    position: relative;
    z-index: 2;
    margin: 8px 0;
}

.tracking-step:first-child .step-line-top {
    display: none;
}

.tracking-step[data-status="completed"] .step-line-top {
    background-color: #4caf50;
}

.footer_nav {
    display: none;
}

.btn-center {
    display: flex;
    justify-content: center;
    align-items: center;
}




/*----------------------add locatyion css ------------------*/
    .location-card {
        border-radius: 16px;
        padding: 16px;
        /*    margin: 12px;*/
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    }

    .map-box {
        position: relative;
        border-radius: 14px;
        overflow: hidden;
        height: 330px;
    }

    .map-box iframe {
        width: 100%;
        height: 100%;
        border: 0;
    }

    .edit-map-btn {
        position: absolute;
        bottom: 12px;
        left: 50%;
        transform: translateX(-50%);
        background: #ff6f00;
        color: white;
        border-radius: 12px;
        padding: 8px 16px;
        font-size: 14px;
    }

    .location-bottom-canvas {
        height: 96vh !important;
    }

    .location-bottom-canvas .offcanvas-header {
        display: flex;
        align-items: center;
        padding: 6px 11px;
        background: #cfcfcf45;
        border-bottom: 1px solid #ddd;
    }


    .location-bottom-canvas .offcanvas-header .offcanvas-title {
        font-size: 18px;
    }


/*----------------------stay dashboard----------------*/

.notif-tabs {
    display: flex;
    justify-content: space-around;
}

    .notif-tabs .nav-link.active {
        color: #ff7a2d;
        font-weight: 600;
        border-bottom: 2px solid #ff7a2d;
        padding: 12px 15px;
    }

    .notif-tabs .nav-link {
        border: none;
        color: #777;
        font-size: 14px;
        padding: 12px 15px;
    }

.stay-booking-card {
    border-radius: 14px;
    box-shadow: 0 4px 14px rgba(0,0,0,.08);
    margin: 10px 0px;
}

.price {
    color: #1aa251;
    font-weight: 700;
    font-size: 18px;
}


.bg-leaf-green {
    background: #42c139;
}


.progress-line {
    width: 100%;
    background: #d9d9d9;
    height: 6px;
    border-radius: 3px;
}

.progress-line-success {
    width: 100%;
    background: #55b4d1;
    height: 6px;
    border-radius: 3px;
}


.complaint-card {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 24px 14px;
    border-radius: 14px;
    background: #ffffff;
    margin-top: 10px;
    box-shadow: 1px 1px 1px 1px #dddddd8f;
    border: 1px solid #dddddd94;
}

.com-card-icon {
    width: 50px;
    height: 50px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.room-com-icon {
    background: antiquewhite;
    color: #f58711;
    font-size: 26px;
}

.complaint-radio {
    position: absolute;
    top: 8px;
    right: 13px;
    accent-color: #4b9bd7;
}

.ele-com-icon {
    background: #fdffb8;
    color: #ff7927;
    font-size: 26px;
}

.water-com-icon {
    background: #d1f6ff;
    color: #1e9cbb;
    font-size: 26px;
}

.btn-next {
    padding: 3px 15px;
    border-radius: 7px;
    background: #ffe4c8;
    color: #8d5329;
    border: 1px solid #ffd3a5;
}

.complaint-upload-box {
    border: 2px dashed #d6d6d6;
    border-radius: 14px;
    padding: 22px 10px;
    text-align: center;
    background: #fff;
}

.summary-box {
    background: #e9f6ff;
    border-radius: 12px;
    padding: 16px;
}


.action-badge {
    background: #4aa3d8;
    color: #fff;
    border-radius: 20px;
    font-size: 13px;
}

.info-box {
    background: #fff6dc;
    border-left: 4px solid #f4b400;
}

    .info-box i {
        color: #f4b400;
    }


.ComplaintImg-input {
    position: absolute;
    opacity: 0;
    right: 70px;
    width: 90px;
    z-index: -1;
}

.my-complains-card {
    border-radius: 14px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .08);
    margin: 10px 0px;
}

.bg-success-light {
    --bs-bg-opacity: 1;
    background-color: rgb(111 237 125 / 58%) !important;
    color: #158715;
}

.bg-info-light {
    --bs-bg-opacity: 1;
    background-color: rgb(13 202 240 / 38%) !important;
    color: #1c7185;
}

.bg-warning-light {
    --bs-bg-opacity: 1;
    background-color: rgb(255 193 7 / 40%) !important;
    color: #eb8313;
}

.badge {
    padding: 6px 11px;
    font-weight: 600;
}




/*------------------------dine in management----------------*/






.add-slot-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    background: #fffbf7;
    border-top: 1.5px dashed #e8e4de;
    flex-wrap: wrap;
}

    .add-slot-row .add-time-input {
        border: 1.5px dashed #e84c1e;
        border-radius: 8px;
        padding: 7px 12px;
        font-size: 0.84rem;
        font-family: "DM Sans", sans-serif;
        background: #fff;
        color: var(--dark);
        width: 130px;
        transition: border 0.15s;
    }

    .add-slot-row .add-count-input {
        border: 1.5px dashed #e84c1e;
        border-radius: 8px;
        padding: 7px 10px;
        font-size: 0.84rem;
        font-family: "DM Sans", sans-serif;
        background: #fff;
        color: var(--dark);
        width: 80px;
        text-align: center;
        transition: border 0.15s;
    }

.add-slot-btn {
    background: #e84c1e;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 7px 16px;
    font-size: 0.82rem;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    transition: background 0.15s;
    white-space: nowrap;
}




.session-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    background: #fafaf8;
    border-bottom: 1.5px solid var(--border);
}

.dine-manage-tbl .table > :not(:last-child) > :last-child > * {
    background: #f0ece6;
    font-weight: 500;
    border-right: 1px solid #ddd;
}

.slot-time-input {
    border: 1.5px solid #e8e4de;
    border-radius: 8px;
    padding: 7px 10px;
    font-size: 0.84rem;
    font-family: "DM Sans", sans-serif;
    background: #fafaf8;
    color: #1a1a2e;
    width: 100%;
    transition: border 0.15s;
}

.toggle-switch {
    width: 46%;
    float: right;
}

.table > :not(:last-child) > :last-child > * {
    border-bottom-color: rgb(151 151 151 / 50%);
}

.s-dot {
    background: #ffc107;
    height: 10px;
    width: 10px;
    border-radius: 50px;
}

.din-check:checked {
    background-color: #e84c1e !important;
    border-color: #e84c1e !important;
}


/*----------------dine input history-------------------*/

.filters {
    gap: 4px;
    overflow-x: auto;
    padding: 10px 3px;
    margin-bottom: 25px;
    scrollbar-width: none;
}

.date-box {
    background: #f1f1f14a;
    padding: 10px;
    border-radius: 12px;
    text-align: center;
    min-width: 90px;
    display: grid;
}

    .date-box.active {
        color: #ff7a18;
        background: #faebd770;
        border-bottom: 3px solid;
    }

.bookings-badge {
    font-size: 11px;
    background: #ffd2b9;
    border-radius: 5px;
    color: #3d3838;
    font-weight: 600;
}

.day-span {
    font-size: 13px;
    line-height: 1;
}


.day-summary-banner {
    display: flex;
    gap: 10px;
    margin-bottom: 14px;
    flex-wrap: wrap;
}

.dsb-item {
    flex: 1;
    min-width: 100px;
    background: #fff;
    border: 1px solid #e8e4de;
    border-radius: 10px;
    padding: 10px 14px;
    text-align: center;
    display: grid;
}

.dsb-val {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a1a2e;
}

.dsb-label {
    font-size: .7rem;
    color: var(--mid);
    font-weight: 500;
    margin-top: 1px;
}

.booking-card.confirmed {
    border-left: 3px solid #16a34a;
}

.booking-card {
    background: #fff;
    border: 1.5px solid #e8e4de;
    border-radius: 12px;
    padding: 14px 16px;
    margin-bottom: 8px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    transition: box-shadow .15s;
}


.av-a {
    background: #c736c2;
}

.bc-avatar {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 700;
    flex-shrink: 0;
    color: #fff;
}

.bc-body {
    flex: 1;
    min-width: 0;
}

.bc-name {
    font-size: .9rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 2px;
}

.bc-meta {
    display: grid;
    gap: 4px;
    font-size: .76rem;
    font-size: .76rem;
    color: #4a4a6a;
    margin-bottom: 5px;
}

bc-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
    flex-shrink: 0;
}



.action-btn {
    width: 30px;
    height: 30px;
    border-radius: 7px;
    border: 1.5px solid #e8e4de;
    background: #fafaf8;
    color: #4a4a6a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .82rem;
    cursor: pointer;
    transition: all .15s;
}

.slot-time-badge {
    background: #1a1a2e;
    color: #fff;
    border-radius: 6px;
    padding: 3px 9px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .3px;
    text-align: center;
}

.status-pill {
    font-size: .7rem;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 10px;
    letter-spacing: .3px;
    text-transform: uppercase;
    text-align: center;
}

.pill-confirmed {
    background: #f0fdf4;
    color: #16a34a;
}

.pill-pending {
    background: #fffbeb;
    color: #d97706;
}

.booking-card.pending {
    border-left: 3px solid #d97706;
}

.bc-actions {
    display: flex;
    gap: 5px;
}

.bc-right {
    display: grid;
    align-items: flex-end;
    gap: 6px;
    flex-shrink: 0;
}


/*-------------------------subscription management--------------------*/

.meal-option {
    margin-bottom: 20px;
}


.meal-card.breakfast {
    border-color: #f59e0b;
    box-shadow: 0 0 0 3px rgba(245, 158, 11, .15);
    background: #f5f5dcb8;
}

.meal-card.lunch {
    border-color: #E84C1E;
    box-shadow: 0 0 0 3px rgba(232, 76, 30, .15);
    background: linear-gradient(135deg, #fff3ef, #ffe8df);
}

.meal-card.dinner {
    border-color: #b9ef6c;
    box-shadow: 0 0 0 3px rgba(124, 58, 237, .15);
    background: linear-gradient(135deg, #f9fff3, #f6fee9);
}

.meal-card {
    border: 2px solid #e4e4e7;
    border-radius: 14px;
    padding: 14px 16px;
    background: #fafaf9;
    transition: all .2s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 14px;
}

.meal-chk-circle {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #e4e4e7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14PX;
    color: #000000;
    transition: all .2s;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    background: #FFF;
}

.meal-name {
    font-size: .9rem;
    font-weight: 700;
    color: #18181b;
}

.meal-time {
    font-size: .72rem;
    color: #52525b;
    margin-top: 2px;
}

.meal-price-label {
    font-size: .65rem;
    font-weight: 700;
    letter-spacing: .4px;
    text-transform: uppercase;
    color: #52525b;
}

.meal-price-input-row {
    display: flex;
    align-items: center;
    border: 1.5px solid #e4e4e7;
    border-radius: 9px;
    background: #fff;
    overflow: hidden;
    width: 120px;
}

.meal-price-input {
    border: none;
    outline: none;
    padding: 0 10px;
    font-size: .88rem;
    font-weight: 600;
    font-family: 'Outfit', sans-serif;
    background: transparent;
    color: var(--dark);
    width: 100%;
    height: 36px;
}

.meal-option.breakfast .meal-price-symbol {
    color: #f59e0b;
    background: #fffbeb;
    border-color: #fde68a;
}

.meal-price-symbol {
    padding: 0 8px;
    font-size: .85rem;
    font-weight: 700;
    color: #52525b;
    background: #f4f4f5;
    border-right: 1.5px solid #e4e4e7;
    height: 36px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.meal-dropdown-wrap {
    display: none;
    flex-direction: column;
    gap: 8px;
    padding: 10px 14px 14px;
    background: #fafaf9;
    border-top: 1.5px dashed #e4e4e7;
    position: relative;
    z-index: 3;
}

.meal-dropdown-label {
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .4px;
    text-transform: uppercase;
    color: #52525b;
}

.ms-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1.5px solid #e4e4e7;
    border-radius: 10px;
    padding: 9px 13px;
    background: #fff;
    cursor: pointer;
    font-size: .84rem;
    color: #52525b;
    user-select: none;
    transition: border .15s;
}

.ms-selected-para.has-items {
    color: #18181b;
    background: #fff;
}

.ms-selected-para {
    font-size: .78rem;
    color: #52525b;
    line-height: 1.6;
    padding: 8px 12px;
    background: #f4f4f5;
    border-radius: 8px;
    border: 1px solid #e4e4e7;
    min-height: 36px;
}

.ms-tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: .72rem;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 20px;
    margin: 2px 3px 2px 0;
}

.breakfast-tag-item {
    background: #fffbeb;
    color: #92400e;
    border: 1px solid #fde68a;
}

.lunch-tag-item {
    background: #fff3ef;
    color: #E84C1E;
    border: 1px solid #fce0d5;
}


.meal-total-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f4f4f5;
    border: 1.5px solid var(--border);
    border-radius: 10px;
    padding: 11px 16px;
    margin-top: 4px;
}

.mtb-label {
    font-size: .78rem;
    font-weight: 600;
    color: #52525b;
    display: flex;
    align-items: center;
    gap: 6px;
}

.plan-preview {
    background: linear-gradient(135deg, #18181b 0%, #27272a 100%);
    border-radius: 14px;
    padding: 18px;
    position: relative;
    overflow: hidden;
    display: grid;
}

.pp-pricing {
    display: grid;
    margin-top: 15px;
}

.plan-preview .pp-label {
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
    color: #71717a;
    margin-bottom: 6px;
}

.plan-preview .pp-name {
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.pp-meal-tag {
    font-size: .72rem;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 20px;
}

.pmt-lunch {
    background: rgba(232, 76, 30, .2);
    color: #fb923c;
}

.pmt-dinner {
    background: rgba(124, 58, 237, .2);
    color: #a78bfa;
}

.pmt-breakfast {
    background: rgba(245, 158, 11, .2);
    color: #fbbf24;
}

.pp-base-price {
    font-size: .82rem;
    color: #71717a;
    text-decoration: line-through;
    margin-bottom: 3px;
}

.pp-final-price {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}
