body{
    font-family: 'Montserrat', sans-serif;
}
.navbar-header { height: 85%; } 
.dgreen{ background: #eddde2 !important; }
.text-dgreen{ color: #d52d66 !important; } 
.bg-dgreen1 { background-color: #ecdde2!important; }
a:hover{ color: inherit; }
.text-bold{ font-weight: 700; }
.img-food {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.09)!important;
}
.logo img { border-radius: 8px; }
.img-foodtype {
    width: 100%;
    border-top-left-radius: 5px;
}
.text-dgreen-foodtop {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.text-dgreen-food {
    color: #d52d66; 
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    0 5px 15px 0 rgba(0,0,0,.09)!important
    align-items: center;
    justify-content: center;
    display: flex;
    height: 40px;
}
.badge-dgreen {
    color: #ffffff;
    background: linear-gradient(135deg, #d52d66 0%, #e5227e 100%);
    border-radius: 25px;
    font-weight: 600;
    padding: 8px 20px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(213, 45, 102, 0.2);
    border: none;
}
.badge-dgreen:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(213, 45, 102, 0.3);
    color: #ffffff;
}
.badge-dgreen-outline, .badge-dgreen-outline:hover {
    color: #d52d66;
    background-color: #ffffff;
    border-radius: 5px;
    font-weight: 600;
    border: 1px solid #d52d66;
}
.badge-dgreen:hover{ color: #ffffff; }
.nav-dgreen {
    color: #1c3a2e;
    border:1px solid #d52d66;
    border-radius: 5px;
    font-weight: 600;
    background-color: #e9d5da;
}
.nav-dgreen-link {
    color: #1c3a2e;
    border:1px solid #ede8ea;
    border-radius: 5px;
    font-weight: 600;
}
.nav-dgreen-ratio {
    border:1px solid #ede8ea;
    border-radius: 5px;
}
.badge-soft-dgreen {
    color: #ffffff;
    background-color: #002645a3;
}
.d-lq-none{ display: none; }

.qtybtn-mini input {
    width: 20%;
    border: 1px solid #eddde2;
    font-size: 14px!important;
    text-align: center;
    color: #5a7286;
    font-weight: 600;
}
.qtybtn-mini input:focus {
    border: 5px solid #eddde2 !important;
    border-radius: 0px;
}
.qty-btn-mini {
    width: 24px;
    color: #58585a;
    display: inline-block;
    font-size: 12px;
    background: #fdf9f9;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #d52d66;
    border-radius: 12px;
    padding-right: 5px;
    padding-left: 5px;
}
.rad5{ border-radius: 5px; }
#footer-bar {
    z-index: 102;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ecdde2;
    box-shadow: 0 -5px 10px 0 rgb(0 0 0 / 6%);
    height: 55px;
    display: flex;
    text-align: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    transition: all 300ms ease;
}  
.footer_box {
    width: 100%;
    left: 0;
    display: block;
    margin-bottom: 0px;
}
.nav-pills .nav-link.active{
    background-color: #c9a6b0;
}
.divbottom{
    border-bottom: 1px solid #ddd;
}
.divbottom-active{
    border-bottom: 1px solid #d52d66;
}
.map-responsive{

    overflow:hidden;

    padding-bottom:56.25%;

    position:relative;

    height:0;

}

.map-responsive iframe{

    left:0;

    top:0;

    height:100%;

    width:100%;

    position:absolute;

}
.navbar-book {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
}
.cat-lists1{ height: 85px; }
.food-lists1{
    height: auto;
    min-height: 100px;
    transition: all 0.3s ease;
}
.food-lists1:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(213, 45, 102, 0.15) !important;
}
.navbar-bookbtn{ 
    width: 170px; 
    align-items: center;
    justify-content: right;
    display: flex;
}
.store-front-departments_categories {
    display: grid;
    grid-template-columns: repeat(auto-fill, 128px);
    overflow: hidden;
    padding-bottom: 24px;
    justify-content: center;
}
.store-front-department-item_root {
    color: #d52d66;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: rgba(18, 18, 18, 0.08) 0px 4px 12px;
    display: grid;
    height: 165px;
    justify-content: center;
    text-align: center;
    width: 118px;
    border: 2px solid transparent;
    margin-bottom: 1rem!important;
    transition: all 0.3s ease;
    cursor: pointer;
}
.store-front-department-item_root:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(213, 45, 102, 0.2);
    border-color: #d52d66;
}
.product-card_actions {
    display: flex;
    justify-content: center;
    margin-top: auto;
}
.store-front-department-item_root.active {
    color: #f5f5f5;
    background: linear-gradient(135deg, #d52d66 0%, #e5227e 100%);
    border-color: #d52d66;
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(213, 45, 102, 0.3);
}
.dksdfklicon{
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-left: auto;
    content: "";
    background-image: url(data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23495057'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>);
    background-repeat: no-repeat;
    background-size: 16px;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
}

.dksdfklicon:hover {
    background-image: url(data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234d63cf'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.text-dgreen-foodtop{
    display: flex;
    flex-direction: column;
    max-width: 240px;
    overflow: hidden;
}
.wrapperr{
    max-height: 185px;
    display: flex;
    overflow-x: auto;   
    --bs-gutter-x: 24px;
    --bs-gutter-y: 0;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
}
.wrapperr::-webkit-scrollbar{
    width: 0;
}
.wrapperr .itemm{
    min-width: 130px;
    text-align: center;
    margin-right: 0.5em;
}
.wrapperr .itemm img{
    height: 110px;
    width: 110px;
}
.card-radio-input:checked+.card-radio {
    border-color: #d52d66!important;
}
.d_flex_space {
    justify-content: space-between;
}
.whole-page {
    animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.app-search .form-control {
    border-radius: 50px;
    padding: 12px 20px 12px 50px;
    border: 2px solid #e0e0e0;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.app-search .form-control:focus {
    border-color: #d52d66;
    box-shadow: 0 4px 15px rgba(213, 45, 102, 0.15);
    outline: none;
}

.app-search .bx-search-alt {
    left: 20px;
    color: #d52d66;
    font-size: 20px;
}

.menu-divcatbtn {
    padding: 15px 20px;
    background: linear-gradient(135deg, #fff 0%, #f9f9f9 100%);
    border-radius: 12px;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.menu-divcatbtn:hover {
    box-shadow: 0 4px 20px rgba(213, 45, 102, 0.1);
    transform: translateX(5px);
}

.btn-bianco {
    background: linear-gradient(135deg, #d52d66 0%, #e5227e 100%);
    border: none;
    border-radius: 50px;
    padding: 12px 30px;
    font-weight: 600;
    color: #fff;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(213, 45, 102, 0.2);
}

.btn-bianco:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(213, 45, 102, 0.3);
    color: #fff;
}

.card-radio {
    border-radius: 12px;
    padding: 15px;
    border: 2px solid #e0e0e0;
    transition: all 0.3s ease;
    background: #fff;
}

.card-radio:hover {
    border-color: #d52d66;
    box-shadow: 0 4px 15px rgba(213, 45, 102, 0.1);
}

.badge.bg-dark {
    background: linear-gradient(135deg, #d52d66 0%, #e5227e 100%) !important;
    border-radius: 50%;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 700;
}

.offcanvas {
    box-shadow: -5px 0 20px rgba(0,0,0,0.1);
}

.offcanvas-body ul li a {
    padding: 15px 10px;
    border-radius: 8px;
    margin-bottom: 5px;
    transition: all 0.3s ease;
}

.offcanvas-body ul li a:hover {
    background-color: #f5e9ec;
    padding-left: 20px;
}

.wrapperr .itemm {
    background: #fff;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.wrapperr .itemm:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(213, 45, 102, 0.15);
}

#footer-bar {
    border-top: 2px solid rgba(213, 45, 102, 0.1);
}

.modal-content {
    border-radius: 15px;
    border: none;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.modal-header {
    background: linear-gradient(135deg, #eddde2 0%, #f5e9ec 100%);
    border-radius: 15px 15px 0 0;
    border-bottom: 2px solid rgba(213, 45, 102, 0.1);
}

.form-control:focus {
    border-color: #d52d66;
    box-shadow: 0 0 0 0.2rem rgba(213, 45, 102, 0.15);
}

.select2-container--default .select2-selection--single:focus {
    border-color: #d52d66;
    outline: none;
}

/* Improved Service Cards */
.px-3.bg-white.py-2.mb-2.me-2.food-lists1 {
    background: #fff !important;
    border-radius: 16px !important;
    overflow: hidden;
}

.add-service-btn {
    width: 100%;
    padding: 1rem;
    background: linear-gradient(135deg, #e91e63 0%, #f48fb1 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(233, 30, 99, 0.3);
}

.add-service-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(233, 30, 99, 0.4);
}

.title-icon {
    width: 24px;
    height: 24px;
    background: #e91e63;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.875rem;
}

.section-title {
            font-size: 1.25rem;
            font-weight: 600;
            margin-bottom: 1.5rem;
            color: #333;
            align-items: center;
            gap: 0.5rem;
}

/* Cart Item */
        .cart-item {
            display: flex;
            gap: 1rem;
            padding: 1.5rem;
            border: 2px solid #f5f5f5;
            border-radius: 12px;
            margin-bottom: 1rem;
            transition: all 0.3s ease;
        }

        .cart-item:hover {
            border-color: #e91e63;
            box-shadow: 0 4px 12px rgba(233, 30, 99, 0.1);
        }

        .item-image {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, #e91e63 0%, #f48fb1 100%);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 2rem;
        }

        .item-details {
            flex: 1;
        }

        .item-name {
            font-size: 1.1rem;
            font-weight: 600;
            color: #333;
            margin-bottom: 0.25rem;
        }

        .item-duration {
            font-size: 0.875rem;
            color: #666;
            margin-bottom: 0.5rem;
        }

        .item-price {
            font-size: 1.1rem;
            font-weight: bold;
            color: #e91e63;
        }

        .item-actions {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: flex-end;
        }

        .remove-btn {
            background: #ffebee;
            color: #e91e63;
            border: none;
            padding: 0.5rem 1rem;
            border-radius: 8px;
            cursor: pointer;
            font-size: 0.875rem;
            font-weight: 500;
            transition: all 0.3s ease;
        }

        .remove-btn:hover {
            background: #e91e63;
            color: white;
        }

        .quantity-control {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            background: #f5f5f5;
            padding: 0.5rem;
            border-radius: 8px;
        }

        .qty-btn {
            width: 30px;
            height: 30px;
            border: none;
            background: white;
            border-radius: 6px;
            cursor: pointer;
            font-weight: bold;
            color: #e91e63;
            transition: all 0.2s ease;
        }

        .qty-btn:hover {
            background: #e91e63;
            color: white;
        }

        .qty-value {
            min-width: 30px;
            text-align: center;
            font-weight: 600;
        }

        /* Price Summary */
        .price-summary {
            border-top: 2px solid #f5f5f5;
            padding-top: 1rem;
            margin-top: 1rem;
        }

        .price-row {
            display: flex;
            justify-content: space-between;
            margin-bottom: 0.75rem;
            font-size: 0.95rem;
        }

        .total-row {
            font-size: 1rem;
            font-weight: bold;
            color: #e91e63;
            padding-top: 1rem;
            border-top: 2px solid #f5f5f5;
            margin-top: 0.5rem;
        }

        .text-row {
            font-size: 1rem;
            font-weight: bold;
            color: #e91e63;
        }

.complete-order-btn {
            width: 100%;
            padding: 1rem;
            background: linear-gradient(135deg, #4caf50 0%, #66bb6a 100%);
            color: white;
            border: none;
            border-radius: 12px;
            font-size: 1.1rem;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
            margin-top: 1.5rem;
        }

        .complete-order-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 16px rgba(76, 175, 80, 0.4);
        }
.info-group {
            margin-bottom: 1.5rem;
        }

        .info-label {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            font-size: 0.875rem;
            font-weight: 600;
            color: #666;
            margin-bottom: 0.75rem;
        }

        .info-icon {
            width: 20px;
            height: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #e91e63;
        }

        .info-value {
            background: #f5f5f5;
            padding: 1rem;
            border-radius: 10px;
            color: #333;
        }

        /* Payment Methods */
        .payment-methods {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1rem;
        }

        .payment-option {
            padding: 1.5rem;
            border: 2px solid #f5f5f5;
            border-radius: 12px;
            cursor: pointer;
            transition: all 0.3s ease;
            text-align: center;
        }

        .payment-option:hover {
            border-color: #e91e63;
            background: #fef5f8;
        }

        .payment-option.selected {
            border-color: #e91e63;
            background: #fef5f8;
            box-shadow: 0 4px 12px rgba(233, 30, 99, 0.2);
        }

        .payment-icon {
            width: 60px;
            height: 40px;
            margin: 0 auto 0.75rem;
            background: #f5f5f5;
            border-radius: 6px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            color: #666;
        }

        .payment-label {
            font-size: 0.875rem;
            font-weight: 600;
            color: #333;
        }

        .add-address-btn {
            width: 100%;
            padding: 1rem;
            background: white;
            color: #e91e63;
            border: 2px dashed #e91e63;
            border-radius: 10px;
            cursor: pointer;
            font-weight: 600;
            transition: all 0.3s ease;
        }

        .add-address-btn:hover {
            background: #fef5f8;
        }
/* Modern Service Card Design - Compact & Clean */
.service-card-modern {
    background: white;
    border-radius: 20px;
    padding: 0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Gradient Background Effect */
.service-card-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    opacity: 0.05;
    transition: all 0.4s ease;
    border-radius: 20px 20px 0 0;
    background: linear-gradient(135deg, #e91e63 0%, #f06292 100%);
}

.service-card-modern:nth-child(4n+2)::before {
    background: linear-gradient(135deg, #9c27b0 0%, #ba68c8 100%);
}

.service-card-modern:nth-child(4n+3)::before {
    background: linear-gradient(135deg, #ff5722 0%, #ff8a65 100%);
}

.service-card-modern:nth-child(4n+4)::before {
    background: linear-gradient(135deg, #ff9800 0%, #ffb74d 100%);
}

.service-card-modern:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 35px rgba(233, 30, 99, 0.2);
}

.service-card-modern:hover::before {
    opacity: 0.08;
    height: 90px;
}

/* Service Header */
.service-header-modern {
    position: relative;
    padding: 1.25rem 1.25rem 0.75rem;
    min-height: 70px;
    display: flex;
    align-items: flex-start;
}

.service-name-modern {
    font-size: 1rem;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.35;
    margin: 0;
    letter-spacing: -0.3px;
}

/* Service Details Grid */
.service-details-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.625rem;
    padding: 0 1.25rem 1rem;
    position: relative;
    flex: 1;
}

.detail-item {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 0.500rem;
    border-radius: 12px;
    text-align: center;
    border: 2px solid #f0f0f0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.detail-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(233, 30, 99, 0.05) 0%, rgba(156, 39, 176, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.service-card-modern:hover .detail-item::before {
    opacity: 1;
}

.detail-item:hover {
    border-color: #e91e63;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(233, 30, 99, 0.12);
}

.detail-label-modern {
    font-size: 0.625rem;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.4rem;
    font-weight: 700;
    position: relative;
}

.detail-value-modern {
    font-size: 0.65rem;
    font-weight: 650;
    color: #1a1a1a;
    position: relative;
    letter-spacing: -0.2px;
}

.detail-value-price {
    background: linear-gradient(135deg, #e91e63 0%, #9c27b0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 0.95 rem;
    font-weight: 800;
}

/* Service Actions */
.service-actions-modern {
    padding: 0 1.25rem 1.25rem;
    position: relative;
}

.btn-book-modern {
    display: block;
    width: 100%;
    padding: 0.600rem;
    background: linear-gradient(135deg, #e91e63 0%, #c2185b 100%);
    color: white !important;
    border: none;
    border-radius: 12px;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 0.8125rem;
    box-shadow: 0 6px 20px rgba(233, 30, 99, 0.3);
    text-transform: uppercase;
    letter-spacing: 1PX;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
}

.btn-book-modern::before {
    content: '';
    position: absolute;
    top: 30%;
    left: 30%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.btn-book-modern:hover::before {
    width: 300px;
    height: 300px;
}

.btn-book-modern:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(233, 30, 99, 0.4);
    color: white !important;
}

.btn-booked-modern {
    display: block;
    width: 100%;
    padding: 0.600rem;
    background: linear-gradient(135deg, #4caf50 0%, #388e3c 100%);
    color: white !important;
    border: none;
    border-radius: 12px;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 0.8125rem;
    box-shadow: 0 6px 20px rgba(76, 175, 80, 0.3);
    text-transform: uppercase;
    letter-spacing: 1.2px;
    text-decoration: none;
    text-align: center;
}

.btn-booked-modern:hover {
    box-shadow: 0 8px 24px rgba(76, 175, 80, 0.4);
    color: white !important;
}

/* Responsive Adjustments */
@media (max-width: 576px) {
    .service-name-modern {
        font-size: 0.9rem;
    }

    .service-details-grid {
        gap: 0.5rem;
    }

    .detail-item {
        padding: 0.25rem 4.5rem;
    }

    .detail-label-modern {
        font-size: 0.6rem;
    }

    .detail-value-modern {
        font-size: 0.85rem;
    }

    .detail-value-price {
        font-size: 1rem;
    }
}