:root {
    --primary: #121417;
    --secondary: #FBA040;
    --white: #fff;
    --black: #3B4758;
    --light: #F2F6FA;
    --drak: #7D8FA9;
}

body {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    background-color: #fff;
    font-family: "Roboto", sans-serif;
    background-color: #f7fafc;
}

a {
    text-decoration: none;
}

.text-primary {
    color: var(--primary) !important;
}

.text-secondary {
    color: var(--secondary) !important;
}

.text-black {
    color: var(--black) !important;
}

.text-inter {
    font-family: "Inter", sans-serif;
}

.fs-6 {
    font-size: 16px;
}

.fs-7 {
    font-size: 14px;
}

.fs-8 {
    font-size: 12px;
}

.fw-6 {
    font-weight: 400 !important;
}

.fw-7 {
    font-weight: 500 !important;
}

.fw-8 {
    font-weight: 600 !important;
}

.fw-9 {
    font-weight: 800 !important;
}

.btn-primary {
    background-color: var(--primary);
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    border: 1px solid var(--primary);
    padding: 6px 18px;
    transition: all 0.3s ease;
    font-family: "Inter", sans-serif;
}

.btn-whitebg {
    background-color: var(--white);
    color: #000000;
    font-weight: 600;
    border-radius: 8px;
    border: 1px solid transparent;
    padding: 6px 18px;
    transition: all 0.3s ease;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 20%);
    font-family: "Inter", sans-serif;
}

.btn-whitebg:hover {
    background-color: var(--white);
    color: var(--secondary);
    border: 1px solid var(--secondary);
}

.btn-primary:hover {
    background-color: transparent;
    border: 1px solid var(--primary);
    color: var(--primary);
}

.btn-secondary {
    background-color: var(--secondary);
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    border: 1px solid var(--secondary);
    padding: 6px 18px;
    transition: all 0.3s ease;
    font-family: "Inter", sans-serif;

}

.btn-secondary-border {
    background-color: transparent;
    color: var(--secondary);
    font-weight: 600;
    border-radius: 8px;
    border: 1px solid #EDEDEE;
    padding: 6px 18px;
    transition: all 0.3s ease;
    font-family: "Inter", sans-serif;
}

.btn-secondary-border:hover {
    background-color: var(--secondary);
    color: white;
    border: 1px solid var(--secondary);
}

.btn-secondary:hover {
    background-color: transparent;
    border: 1px solid var(--secondary);
    color: var(--secondary);
}

.btn-white {
    background-color: var(--white);
    color: var(--primary);
    font-weight: 600;
    border-radius: 8px;
    border: 1px solid var(--white);
    padding: 6px 18px;
    transition: all 0.3s ease;
    font-family: "Inter", sans-serif;
}

.btn-white:hover {
    background-color: transparent;
    border: 1px solid var(--white);
    color: var(--white);
}

.btn-outline {
    background-color: transparent;
    color: #000000;
    border: 1px solid #E5E8EB;
    border-radius: 4px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding-block: 10px;
}

.btn-outline:hover {
    border-color: var(--secondary);
    color: var(--secondary);
}

.btn-outline i {
    color: var(--secondary);
    margin-inline-end: 6px;

}

.border_box {
    border: 1px solid #EEF0F4;
    margin-top: -20px;
    margin-bottom: 30px;
}

/*login  Navbar css  start */
.loginhead .navbar {
    background-color: var(--secondary);
    padding: 15px 0;
    border-bottom: 1px solid #E5E8EB;
}

.loginhead .navbar-brand {
    font-weight: 600;
    color: #fff !important;
}

.loginhead .navbar-nav .nav-link {
    color: #fff !important;
    font-weight: 400;
    margin: 0 10px;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    transition: all 0.3s ease;
}

.loginhead .navbar-nav .nav-link:hover {
    color: var(--primary) !important;
}

/*login  Navbar css  end */
.login-bg {
    background-color: #f89f36;
    height: 200px;
    position: relative;
    border-bottom-left-radius: 50% 20%;
    border-bottom-right-radius: 50% 20%;
    z-index: -1;
}

/* Login Card */

.login-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    padding: 30px;
    max-width: 400px;
    margin: -100px auto 60px;
}

.google-btn {
    border: 1px solid var(--drak);
    border-radius: 5px;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: #555;
    width: 100%;
    margin-bottom: 20px;
    background-color: #fff;
}

.google-btn img {
    width: 18px;
    margin-right: 8px;
}

.form-control {
    border-radius: 6px;
    height: 45px;
    background-color: var(--light);
    border-color: transparent;
}

.form-control::placeholder {
    font-size: 14px;
    color: var(--drak);
}

.form-control:focus {
    border-color: var(--secondary);
    box-shadow: none;
}

.form-check-input {
    accent-color: #787878;
}

/* onboarding page css */

/* onboarding navbar css*/
.onboarding-header .navbar-brand {
    color: var(--secondary);
    font-weight: 600;
    font-size: 1.4rem;
}

.man_box,
.onbord_block {
    max-width: 1080px;
    margin-inline: auto;
    font-family: "Inter", sans-serif;

}

.onbord_block .hero {
    background: url('../img/onbord_hero.jpg') center/cover no-repeat;
    border-radius: 15px;
    padding: 120px 30px;
    text-align: center;
    color: white;
}

.onbord_block .hero h1 {
    font-size: 2.5rem;
    font-family: "Inter", sans-serif;
}


.onbord_block .step-card {
    border: 1px solid #E8D1D1;
    border-radius: 10px;
    padding: 20px;
    text-align: left;
    transition: 0.3s;
}

.onbord_block .step-card:hover {
    border-color: var(--secondary);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.onbord_block .step-card i {
    font-size: 1.4rem;
    color: #1C0D0D;
    margin-bottom: 15px;
}

.onbord_block .step-card p {
    color: #994D52;
}


/* man header css */
.manheader .form-control {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 10%);
    padding-inline-start: 0;
    border-radius: 4px;
}

.manheader .form-control,
.manheader .form-control::placeholder {
    font-size: 16px;
    color: #000000;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.manheader {
    border-bottom: 1px solid #E5E8EB;
    background: #fff;
}

.manheader .logo img {
    max-width: 160px;
    width: 100%;
}

/* home page css */

/* Categories */

.home_block .category-list {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.home_block .category-card {
    text-align: center;
    min-width: 90px;
}

.home_block .category-card:hover small {
    color: var(--secondary);
    border-color: var(--secondary);
}

.home_block .category-card img {
    max-width: 100%;
    margin-bottom: 10px;
}

.home_block .category-card small {
    display: block;
    color: rgba(0, 0, 0, 40%);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 800;
    border-bottom: 3px solid #E5E8EB;
    padding-bottom: 10px;
    transition: all 0.2s ease-in-out;
}

.home_block .area-card {
    border-radius: 5px;
    overflow: hidden;
    /* box-shadow: 0 6px 20px rgba(18, 24, 30, 0.05); */
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 10%);
}

.home_block .area-card img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    display: block;
}

.home_block .area-card .card-body {
    padding: 12px;
    font-weight: 600;
    color: #333;
    font-size: 16px;
    font-family: "Inter", sans-serif;
}

/* Store Cards */
.home_block .store-card {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 25%);
    background: #fff;
}

.home_block .store-card .thumb {
    width: 100%;
    height: 150px;
    object-fit: cover;
    display: block;
}

.home_block .store-card .store-body {
    padding: 14px;
}

.home_block .store-title {
    font-weight: 700;
    margin-bottom: 6px;
    font-size: 16px;
    font-family: "Inter", sans-serif;
}

.home_block .store-meta {
    font-size: 10px;
    color: #D47934;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* footer section css */

footer {
    background: linear-gradient(135deg, #0A1E2D, #16364F);
    padding: 60px 0 25px;
    color: #fff;
}

.footer-column {
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    padding: 25px 20px;
    height: 100%;
}

footer h4 {
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--secondary);
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer ul li {
    margin-bottom: 8px;
}

footer ul li a {
    color: #f1f1f1;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
}

footer ul li a:hover {
    color: var(--secondary);
}

.app-buttons img {
    width: 140px;
    margin-bottom: 10px;
    display: block;
}

.social-icons {
    margin-top: 25px;
}

.social-icons a {
    color: #fff;
    margin-right: 15px;
    font-size: 20px;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: var(--secondary);
}

.footer-bottom {
    padding-top: 25px;
    text-align: right;
    font-size: 14px;
    color: #fff;
}

/* search result page css */

.search_pbox .filter-btn {
    background: #E8EDF5;
    border: none;
    color: #0D141C;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.2s ease-in-out;
}

.search_pbox .btn.show,
.search_pbox .filter-btn:hover {
    background: var(--secondary);
    color: var(--white);
}

.search_pbox .filter-btn i {
    margin-left: 5px;
}

.search_pbox .dropdown-menu {
    font-size: 0.9rem;
}

.search_pbox .dropdown-toggle::after {
    display: none;
}

.search_pbox .product-card {
    border: 1px solid rgba(0, 0, 0, 20%);
    border-radius: 8px;
    box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 20%);
    overflow: hidden;
    transition: all 0.3s ease;
}

.search_pbox .product-img {
    width: 100%;
    object-fit: cover;
    max-height: 200px;
}

.search_pbox .product-details {
    padding: 15px 8px;
    border-top: 1px solid rgba(0, 0, 0, 20%);
}

.search_pbox .product-title {
    font-weight: 500;
    font-size: 0.9rem;
    margin: 0;
    color: #171212;
}

.search_pbox .product-store {
    color: #171212;
    font-size: 0.6rem;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}

.search_pbox .rating i {
    color: #FACC15;
    font-size: 0.5rem;
}

.search_pbox .delivery {
    color: var(--secondary);
    font-size: 0.6rem;
    border: 1px solid rgba(0, 0, 0, 20%);
    padding: 4px 8px;
    border-radius: 4px;
    font-family: "Inter", sans-serif;
}

.search_pbox .price {
    font-weight: 600;
    font-size: 0.8rem;
    color: var(--secondary);
    font-family: "Inter", sans-serif;
}

.madium-btn {
    font-size: 12px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    border-radius: 5px;
}

/* itemdetail page css start */
.itemdetail_block {
    font-family: "Inter", sans-serif;
}

.itemdetail_block .product-image {
    border-radius: 16px;
    overflow: hidden;
}

.itemdetail_block .product-image img {
    width: 100%;
    border-radius: 16px;
}

.itemdetail_block .product-details {
    background: #fff;
    border-radius: 16px;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 15%);
    padding: 30px;
}

.itemdetail_block .product-details h3 {
    font-weight: 700;
    font-size: 26px;
}

.itemdetail_block .rating i {
    color: #f5c400;
}

.itemdetail_block .rating span {
    color: #555;
    font-weight: 500;
    margin-left: 5px;
}

.itemdetail_block .product-details .info {
    margin-top: 20px;
}

.itemdetail_block .info p {
    margin-bottom: 8px;
    font-weight: 500;
    color: #444;
}

.itemdetail_block .info span {
    color: #f89100;
    font-weight: 500;
}

.itemdetail_block .quantity-box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
}

.itemdetail_block .quantity-box button {
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f5f5f5;
    color: #444;
    font-size: 18px;
}

.itemdetail_block .quantity-box span {
    background: #f5f5f5;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.itemdetail_block hr {
    margin: 20px 0;
}

.itemdetail_block .about h6 {
    font-weight: 600;
}

.itemdetail_block .about p {
    color: #6c757d;
    font-size: 15px;
}

.itemdetail_block .price {
    font-weight: 700;
    font-size: 22px;
    text-align: right;
}


/* cart page css */

.cartpage_block .cart-container {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
    padding: 30px;
    overflow-x: auto;
}

.cartpage_block table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 15px;
}

.cartpage_block thead th {
    font-weight: 600;
    font-size: 15px;
    color: #1E1E1E;
    border-bottom: 2px solid #eee;
    padding: 12px 10px;
}

.cartpage_block tbody td {
    vertical-align: middle;
    padding: 18px 12px;
    border-top: 1px solid #f4f4f4;
}

.cartpage_block tbody td {
    border: none;

}

.cartpage_block .product-info {
    display: flex;
    align-items: center;
    gap: 18px;
}

.cartpage_block .product-info img {
    width: 80px;
    height: 80px;
    border-radius: 5px;
    object-fit: cover;
    border: 1px solid rgba(0, 0, 0, 20%);
}

.cartpage_block .product-details h6 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.cartpage_block .product-details p {
    margin: 3px 0;
    font-size: 13px;
    color: #4B4B4B;
}

.cartpage_block .product-details span {
    color: #F89100;
    font-weight: 500;
}

.cartpage_block .price,
.cartpage_block .total {
    font-weight: 500;
    text-align: center;
    font-size: 16px;
}

.cartpage_block .total {
    text-align: end;
    color: #FBA040 !important;
}

.cartpage_block .quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.cartpage_block .quantity button {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: #f0f0f0;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
}

.cartpage_block .quantity span {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #eaeaea;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.cartpage_block .cart-footer {
    margin-top: 25px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.cartpage_block .total-price {
    font-size: 18px;
    font-weight: 600;
    text-align: right;
}

.cartpage_block .total-price span {
    font-size: 14px;
    font-weight: 400;
}

/* checkout page css */
.checkout_pblock .checkout-card {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 30px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}

.checkout_pblock .section-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid #eee;
}

.checkout_pblock .section-label {
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.checkout_pblock .pill {
    background: #000;
    color: #fff;
    border-radius: 8px;
    padding: 8px 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

/* Order Summary Page css */
.summary_pblock .order-card {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    border: 1px solid rgba(0, 0, 0, 15%);
    max-width: 500px;
    margin: auto;
}

.summary_pblock .shop-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.summary_pblock .shop-info img {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    object-fit: cover;
}

.summary_pblock .shop-details h6 {
    font-weight: 600;
    margin: 0;
    color: #1e1e1e;
}

.summary_pblock .shop-details p {
    margin: 0;
    font-size: 0.9rem;
    color: #6c757d;
}

.summary_pblock .info-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.summary_pblock .divaider {
    border-bottom: 2px solid #DFE1E7;
    margin: 20px 0px;
}

.summary_pblock .info-row div {
    width: 48%;
}

.summary_pblock .info-label {
    color: #7f7f7f;
    font-size: 0.9rem;
}

.summary_pblock .info-value {
    font-weight: 600;
    color: #1e1e1e;
}

.summary_pblock .status {
    color: #f89100;
}

.summary_pblock .price-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    color: #6c757d;
    font-size: 0.95rem;
}

.summary_pblock .total-row {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    color: #1e1e1e;
    margin-top: 10px;
    font-size: 1rem;
}

.summary_pblock .barcode {
    background: #f8fafc;
    text-align: center;
    padding: 15px;
    width: fit-content;
    margin: auto;
    margin-top: 35px;
}

.summary_pblock .barcode img {
    width: 100%;
    max-width: 250px;
}


/* payment page css */

.payment_pblock .payment-section {
    background: #fff;
    border-radius: 12px;
    padding: 40px 30px;
    border: 1px solid rgba(0, 0, 0, 15%);
}

.payment_pblock .breadcrumb-text {
    color: #6c757d;
    font-size: 15px;
}

.payment_pblock .breadcrumb-text span {
    color: #000;
    font-weight: 600;
}

.payment_pblock .payment-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 18px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background-color: #fff;
    margin-bottom: 25px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.payment_pblock .payment-option:hover {
    border-color: #f89100;
    background-color: rgba(248, 145, 0, 0.05);
}

.payment_pblock .payment-option.active {
    background-color: rgba(248, 145, 0, 0.1);
    border-color: #f89100;
}

.payment_pblock .payment-option i,
.payment_pblock .payment-option img {
    width: 22px;
    height: 22px;
    margin-right: 10px;
}

.payment_pblock .payment-label {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
    color: #1e1e1e;
}

.payment_pblock .checkmark {
    color: #f89100;
    font-size: 18px;
}


/* order page css */

.order_pblock .order-card {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    padding: 20px;
    transition: all 0.3s ease;
}

.order_pblock .order-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.order_pblock .order-header span {
    font-size: 0.875rem;
    color: #6c757d;
}

.order_pblock .order-info {
    font-size: 0.95rem;
    margin-bottom: 25px;
    color: #4B4B4B;
}

.order_pblock .order-info strong {
    color: #1E1E1E;
}

.order_pblock .details-btn {
    background-color: #F89100;
    border: none;
    color: #fff;
    font-size: 0.875rem;
    padding: 6px 18px;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.order_pblock .details-btn:hover {
    background-color: #e67e00;
}

.order_pblock .status {
    font-size: 0.95rem;
    font-weight: 500;
}

.order_pblock .status.delivered {
    color: #F89100;
}

/* profile page css */

.profile_pblock .profile-card {
    background: transparent;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.profile_pblock .profile-card img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
}

.profile_pblock .profile-name {
    font-weight: 600;
    font-size: 1.2rem;
}

.profile_pblock .profile-email {
    color: #6c757d;
    font-size: 0.95rem;
    margin-bottom: 35px;
}

.profile_pblock .btn-logout {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #000;
    border-radius: 6px;
    width: 180px;
    font-weight: 500;
    margin-top: 20px;
    transition: all 0.3s ease;
}

.profile_pblock .btn-logout:hover {
    background-color: #f1f1f1;
}

 .btn_w {
    width: 300px;
}


/* edit profile css */
.eprofile_pblock .profile-img {
    text-align: center;
    margin-bottom: 20px;
}

.eprofile_pblock .profile-img img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
    background-color: #fff;
}

/* Upload box UI */
.eprofile_pblock .upload-box {
    border: 2px dashed #F89100;
    border-radius: 10px;
    padding: 40px 20px;
    background-color: #fff;
    text-align: center;
    margin-bottom: 25px;
    display: none;
}

.eprofile_pblock .upload-box.active {
    display: block;
}

.eprofile_pblock .upload-box i {
    font-size: 40px;
    color: #F89100;
    margin-bottom: 10px;
}

.eprofile_pblock .upload-box p {
    color: #4b4b4b;
    font-size: 0.95rem;
    margin-bottom: 0;
}

.eprofile_pblock .upload-box input[type="file"] {
    display: none;
}

.eprofile_pblock .upload-box label {
    color: #fff;
    background-color: #F89100;
    border-radius: 6px;
    padding: 8px 20px;
    margin-top: 12px;
    font-weight: 500;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease;
}

.eprofile_pblock .upload-box label:hover {
    background-color: #e68100;
}

.eprofile_pblock label {
    font-weight: 500;
    color: #000;
    margin-bottom: 6px;
    font-size: 0.95rem;
}

.eprofile_pblock .form-control {
    border-radius: 8px;
    padding: 10px 14px;
    border: 1px solid #e5e7eb;
    font-size: 0.95rem;
    background-color: #fff;
}

.eprofile_pblock .form-control:focus {
    box-shadow: none;
    border-color: #F89100;
}


/* delivery time page css*/
.deliverytime_block .option-box {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

.deliverytime_block .option-box:hover {
    border-color: #F89100;
}

.deliverytime_block .option-text h6 {
    font-weight: 600;
    margin: 0;
}

.deliverytime_block .option-text p {
    margin: 0;
    color: #6c757d;
    font-size: 0.9rem;
}

.deliverytime_block .calendar-box {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    padding: 25px;
    margin-bottom: 35px;
    max-width: 500px;
    margin: auto
}

.deliverytime_block .calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.deliverytime_block .calendar-header h6 {
    font-weight: 600;
    color: #000;
    margin: 0;
}

.deliverytime_block .calendar-header button {
    border: none;
    background: transparent;
    font-size: 20px;
    color: #F89100;
    cursor: pointer;
}

.deliverytime_block .calendar-table {
    width: 100%;
    text-align: center;
    border-collapse: separate;
    border-spacing: 8px;
}

.deliverytime_block .calendar-table th {
    color: #6c757d;
    font-weight: 500;
    font-size: 0.9rem;
}

.deliverytime_block .calendar-table td {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #000;
    cursor: pointer;
    transition: all 0.3s ease;
}

.deliverytime_block .calendar-table td:hover {
    background-color: rgba(248, 145, 0, 0.1);
}

.deliverytime_block .calendar-table td.active {
    background-color: #F89100;
    color: #fff;
    font-weight: 600;
}

.deliverytime_block .time-btn {
    background: #fff;
    border: 1px solid #E5E7EB;
    color: #000;
    border-radius: 30px;
    padding: 8px 18px;
    margin: 5px;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.deliverytime_block .time-btn:hover,
.deliverytime_block .time-btn.active {
    border-color: #F89100;
    background-color: rgba(248, 145, 0, 0.1);
    color: #F89100;
}

/* notification page css */

.notification_pblock .section-title {
      font-size: 1.2rem;
      font-weight: 600;
      color: #0a1e2d;
      margin: 25px 0 15px;
    }

    .notification_pblock .notification-item {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      border-bottom: 1px solid #e5e8ec;
      padding: 16px 0;
    }

    .notification_pblock .notification-left {
      display: flex;
      align-items: flex-start;
    }

    .notification_pblock .icon-box {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-color: var(--secondary);
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 15px;
      flex-shrink: 0;
    }

    .notification_pblock .icon-box i {
      color: #fff;
      font-size: 18px;
    }

    .notification_pblock .notification-content h6 {
      font-size: 15px;
      font-weight: 600;
      margin-bottom: 4px;
      color: #1e1e1e;
    }

    .notification_pblock .notification-content p {
      margin: 0;
      font-size: 14px;
      color: #6c757d;
    }

    .notification_pblock .time {
      font-size: 13px;
      color: #6c757d;
      white-space: nowrap;
    }


    /* Help page css */
    .help_pblock .help-card {
      background: #fff;
      border-radius: 12px;
      padding: 20px 25px;
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      border: 1px solid rgba(0, 0, 0, 20%);
    }

    .help_pblock .help-text {
      flex: 1;
      margin-right: 15px;
    }

    .help_pblock .help-text h6 {
      font-weight: 600;
      color: #000;
      margin-bottom: 6px;
    }

    .help_pblock .help-text p {
      margin: 0 0 12px;
      color: #6c757d;
      font-size: 14px;
    }

    .help_pblock .help-img {
      flex-shrink: 0;
    }

    .help_pblock .help-img img {
      width: 100%;
      max-width: 150px;
      border-radius: 8px;
      object-fit: cover;
    }

    .help_pblock .live-chat {
      text-align: center;
      background-color: #fff;
      border-radius: 10px;
      padding: 12px 0;
      border: 1px solid #e5e7eb;
      margin-top: 35px;
    }

    .help_pblock .live-chat i {
      color: #4b5563;
      margin-right: 6px;
    }

    .help_pblock .live-chat span {
      color: #1E1E1E;
      font-weight: 500;
      font-size: 15px;
    }

    /* store detail page css */


    .storedetail_pblock .store-header {
      background-color: #fff;
      border-radius: 8px;
      overflow: hidden;
      border: 1px solid rgba(0, 0, 0, 15%);
    }

    .storedetail_pblock .store-header img {
      width: 100%;
      height: 300px;
      object-fit: cover;
    }

    .storedetail_pblock .store-info {
      padding: 20px 25px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      border-top: 1px solid #e5e7eb;
    }

    .storedetail_pblock .store-info h5 {
      font-weight: 700;
      margin-bottom: 8px;
    }

    .storedetail_pblock .info-item {
      display: flex;
      align-items: center;
      font-size: 14px;
      color: #4b4b4b;
      margin-bottom: 6px;
    }

    .storedetail_pblock .info-item i {
      color: #f89100;
      margin-right: 8px;
    }

    .storedetail_pblock .rating {
      background: #f3f4f6;
      border-radius: 20px;
      padding: 4px 12px;
      font-size: 14px;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-weight: 500;
      color: #4b4b4b;
    }

    .storedetail_pblock .rating i {
      color: #f89100;
    }

    .storedetail_pblock .items-section {
      margin-top: 40px;
    }

    .storedetail_pblock .items-section h5 {
      font-weight: 600;
      margin-bottom: 25px;
    }

    .storedetail_pblock .item-card {
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
      overflow: hidden;
      text-align: center;
    }

    .storedetail_pblock .item-card img {
      width: 100%;
      border-bottom: 1px solid #e5e7eb;
    }

    .storedetail_pblock .item-card-body {
      padding: 10px;
    }

    .storedetail_pblock .item-name {
      font-weight: 400;
      font-size: 12px;
    }

    .storedetail_pblock .item-price {
      font-weight: 700;
      color: #000;
      font-size: 15px;
    }

    /* tracking page css */

    .tracking_pblock .breadcrumb-text {
            font-size: 15px;
            color: #6c757d;
            margin-bottom: 20px;
        }

        .tracking_pblock .breadcrumb-text span {
            color: #000;
            font-weight: 500;
        }

        .tracking_pblock .map-section img {
            width: 100%;
            border-radius: 12px;
        }

        .tracking_pblock .shipping-card {
            background-color: #fff;
            border-radius: 12px;
            border: 1px solid rgba(0, 0, 0, 20%);
            padding: 25px;
            max-width: 450px;
            margin: auto;
        }

        .tracking_pblock .shipping-card h5 {
            text-align: center;
            font-weight: 600;
            margin-bottom: 25px;
        }

        .tracking_pblock .driver-info {
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-bottom: 1px solid #e5e7eb;
            padding-bottom: 15px;
            margin-bottom: 20px;
        }

        .tracking_pblock .driver-details {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .tracking_pblock .driver-details img {
            width: 48px;
            height: 48px;
            border-radius: 10px;
            object-fit: cover;
        }

        .tracking_pblock .driver-text small {
            display: block;
            color: #6c757d;
            font-size: 13px;
        }

        .tracking_pblock .driver-text h6 {
            font-weight: 600;
            margin: 0;
            font-size: 15px;
        }

        .tracking_pblock .driver-actions i {
            font-size: 18px;
            color: #1e1e1e;
            margin-left: 15px;
            cursor: pointer;
            transition: color 0.3s ease;
        }

        .tracking_pblock .driver-actions i:hover {
            color: #f89100;
        }

        .tracking_pblock .info-item {
            display: flex;
            align-items: center;
            margin-bottom: 12px;
            font-size: 14px;
            color: #4b4b4b;
        }

        .tracking_pblock .info-item i {
            color: #f89100;
            font-size: 16px;
            margin-right: 10px;
        }

.item_focus:focus{
border: none;
}

