body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ============================ heros section start ====================  */
.logo {
    font-size: 14px;
    font-weight: bold;
    color: white;
}

/* Hero Section Styling */
.hero {
    padding: 50px;
    background: #097969;
    color: #fff;
    border-radius: 10px;
}

/* Headings */
.hero h1 {
    font-size: 36px;
    font-weight: bold;
}

/* Button */
.hero .btn {
    margin-top: 15px;
    padding: 12px 24px;
    background: #159c87;
    color: white;
    text-decoration: none;
    border-radius: 25px;
    font-weight: bold;
}

/* Content Section */
.content {
    flex: 1;
}

.content h1 {
    font-size: 28px;
    margin-bottom: 10px;
}

.content p {
    margin-bottom: 15px;
    font-size: 20px;
}
header i:hover{
    cursor: pointer;
}
header i{
    font-size: 20px;
}
.content ul {
    list-style: none;
    padding: 0;
}

.content ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    font-size: 20px;
}
/* Responsive Design */
@media (max-width: 992px) {

    /* Tablets */
    .hero {
        padding: 40px;
        text-align: center;
    }

    .hero h1 {
        font-size: 30px;
    }
}

@media (max-width: 768px) {

    /* Mobile */
    .hero {
        padding: 30px;
        text-align: center;
    }

    .hero h1 {
        font-size: 26px;
    }

    .content h1 {
        font-size: 22px;
    }

    .content p,
    .content ul li {
        font-size: 14px;
    }

    .content ul li {
        justify-content: center;
    }

    .hero .btn {
        font-size: 14px;
        padding: 10px 20px;
    }

    .image img {
        max-width: 90%;
        height: auto;
    }
}

@media (max-width: 480px) {

    /* Small Devices */
    .hero {
        padding: 15px 0px;
    }

    .hero h1 {
        font-size: 22px;
    }

    .content p {
        font-size: 13px;
    }

    .content ul li {
        font-size: 12px;
    }

    .hero .btn {
        font-size: 12px;
        padding: 8px 16px;
    }

    .image img {
        max-width: 100%;
        height: auto;
    }
}

/* =======================heros section end ============================ */
/* card section  start */

.card {
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.card img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.disabled-card {
    opacity: 0.5;
}

.accordion-item {
    border: none;
    border-bottom: 1px solid #ddd;
}

/* contact section  */

/* .contact-card {
    border: none;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 25px;
    height: 100%;
    background-color: #fff;
}
.form-control {
    border: none;
    border-bottom: 2px solid #ddd;
    border-radius: 0;
}
.form-control:focus {
    box-shadow: none;
    border-bottom: 2px solid #0d6efd;
}
.btn-custom {
    background-color: #0d6efd;
    color: #fff;
    border-radius: 5px;
}
p i{
    color: #16a34a;
} */
.contact-section {
    background: linear-gradient(to right, #f8f9fa, #eef1f5);
    padding: 80px 0;
}

.contact-title {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.contact-title::after {
    content: "";
    width: 80px;
    height: 4px;
    background-color: #097969;
    display: block;
    margin: 8px auto 0;
    border-radius: 2px;
}

.contact-card {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    height: 100%;
}

.contact-info p {
    font-size: 16px;
    color: #555;
    margin-bottom: 15px;
}

.contact-info i {
    color: #097969;
    font-size: 20px;
    margin-right: 8px;
}

.form-control {
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 12px;
    font-size: 16px;
    transition: 0.3s;
}

.form-control:focus {
    border-color: #097969;
    box-shadow: 0px 4px 8px rgba(13, 110, 253, 0.2);
}

.btn-custom {
    background: linear-gradient(135deg, #097969, #097969);
    color: white;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    padding: 12px;
    transition: 0.3s;
    border: none;
}

.btn-custom:hover {
    background: linear-gradient(135deg, #097969, #097969);
}

/* contact section end  */

.bg-fixed {
    /* background-image: url('image/ban-img2.jpg');  */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 30px 0;
    /* Ensure enough spacing */
    color: white;
    /* Improve text visibility */
}

/* card meal  start  */
.meal-card {
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.2s ease-in-out;
}

.meal-card:hover {
    transform: scale(1.02);
}

.meal-image {
    border-radius: 10px;
    max-height: 150px;
    object-fit: cover;
}

.quantity-controls button {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.price {
    font-size: 18px;
    font-weight: bold;
}

.card-body {
    padding: 20px;
}

/* card meal ends  */

/* tab nav design  */

.nav-pills .nav-link {
    color: #097969;
    font-weight: 600;
    padding: 12px 20px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    background: #f8f9fa;
    border: none;

}

.nav-pills .nav-link:hover {
    background: #d4edda;
    /* Light green hover */
    color: #065f46;
}

.nav-pills .nav-link.active {
    background-color: #097969 !important;
    color: #fff !important;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.date-display {
    display: block;
    font-size: 0.85rem;
    color: #000;
    font-weight: normal;
    margin-top: 2px;
}

.nav-item .nav-link.active .date-display {
    color: #dfdfdf;
    font-weight: 600;
}

/* faq section start  */
.faq-section {
    background-color: #f8f9fa;
    /* Light background */
    padding: 60px 0;
}

.faq-title {
    font-size: 2rem;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.faq-title::after {
    content: "";
    width: 80px;
    height: 4px;
    background-color: #097969;
    /* Accent color */
    display: block;
    margin: 8px auto 0;
    border-radius: 2px;
}

.accordion-item {
    border: none;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.accordion-button {
    background-color: #ffffff;
    color: #333;
    font-weight: 600;
    padding: 15px;
    border-radius: 10px;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background-color: #097969;
    /* Accent color */
    color: white;
}

.accordion-button:not(.collapsed) {
    color: #097969 !important;
    background-color: #fff !important;
}

.accordion-body {
    background-color: #fff;
    color: #555;
    padding: 15px;
}


/* faq section end  */


footer {
    text-align: center;
    padding: 10px;
    background: #097969;
    color: white;
}

/* modals start  */



/* modals end  */
/* ================= User Account cssn start =====================   */
.sidebar {
    background: #097969;
    height: 80vh;
    padding-top: 20px;
    border-radius: 10px;
}

.sidebar a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 8px;
}

.icon-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: #fff;
    color: #097969;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 14px;
}

.link-text {
    font-weight: 500;
    color: #fff;
}

.sidebar a.active {
    font-weight: bold;
}

.profile-info {
    padding: 15px;
    background: white;
    border-radius: 8px;
    margin-bottom: 10px;
}

.order-card,
.address-card {
    border: 1px solid #097969;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    background: #fff;
}

.order-img {
    width: 80px;
    height: 80px;
    border-radius: 8px;
}

.card {
    /* border-color: #065f46; */
    border: none;
}


/*======================= checkout setion start ===================== */

.divider {
    /* border-top: 1px solid #ddd; */
    margin: 20px 0;
}

.quantity-btn {
    display: flex;
    align-items: center;
    gap: 5px;
}

.quantity-btn button {
    background-color: #fff;
    color: #065f46;
    border: none;
    font-size: 20px;
    cursor: pointer;
    border-radius: 5px;
}

.quantity-btn input {
    width: 40px;
    text-align: center;
    border: none;
    background: transparent;
}

/* ==================== checkout section end ===================== */

table {
    table-layout: fixed;
    width: 100%;
}

.equal-width {
    width: 33.33%;
}

.icon-box {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 27px;
    height: 27px;
    border: 1px solid;
    border-radius: 100px;
}

.veg-icon {
    color: green !important;
}

.non-veg-icon {
    color: red !important;
}

.veg-border {
    border-color: green !important;
}

.non-veg-border {
    border-color: red !important;
}

.nav-item i {
    font-size: 16px;
}

#pincode-display {
    padding-top: 8px;
}

i.edit_pin {
    font-size: 12px;
}

.box_yumminess {
    font-size: 10px;
    top: -5px;
    line-height: 1;
}

.box_boy {
    right: -6px !important;
    font-size: 12px;
    top: 53% !important;
}

.box_meal {
    left: -10px !important;
    font-size: 12px;
    top: 53% !important;
}

.logo {
    height: 100px;
    width: 100px;
}

.font18 {
    font-size: 18px;
}

.btn.user_icon {
    width: 28px;
    height: 28px;
    border-radius: 100px;
    background-color: #fff;
    padding: 0px !important;
    text-align: center;
}


#mobileSidebar {
  transition: all 0.3s ease;
}

/* add css for profile  */

.custom-dropdown-toggle {
  background-color: #097969 !important;
  color: #f8f9fa !important;
  border: 1px solid #ccc;
  padding: 10px 20px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgb(0 0 0 / 0.08);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.custom-dropdown-toggle:hover, 
.custom-dropdown-toggle:focus {
  background-color: #e9ecef;
  box-shadow: 0 4px 12px rgb(0 0 0 / 0.15);
  color: #097969;
}

.custom-dropdown-menu {
  border-radius: 12px;
  padding: 12px 0;
  box-shadow: 0 10px 30px rgb(0 0 0 / 0.12);
  margin-top: 8px;
  background: linear-gradient(145deg, #ffffff, #f0f4f8);
  border: 1px solid #d1d9e6;
  min-width: 220px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 1050;
}

.custom-dropdown-menu.show {
  display: block;
}

.custom-dropdown-item {
  opacity: 0;
  transform: translateY(10px);
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  color: #495057;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 14px;
  transition: background-color 0.25s ease, color 0.25s ease;
  animation: fadeInUp 0.3s ease forwards;
}

.custom-dropdown-item:hover, 
.custom-dropdown-item:focus {
  background-color: #097969;
  color: white;
  text-decoration: none;
}

.custom-dropdown-item:hover i, 
.custom-dropdown-item:focus i {
  background-color: #097969;
  transform: scale(1.1);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.custom-dropdown-item i {
  border-radius: 50%;
  background-color: #097969;
  color: #fff;
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.custom-dropdown-item:nth-child(1) { animation-delay: 0.05s; }
.custom-dropdown-item:nth-child(2) { animation-delay: 0.1s; }
.custom-dropdown-item:nth-child(3) { animation-delay: 0.15s; }
.custom-dropdown-item:nth-child(4) { animation-delay: 0.2s; }
.custom-dropdown-item:nth-child(5) { animation-delay: 0.25s; }
.custom-dropdown-item:nth-child(6) { animation-delay: 0.3s; }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


/* end  */


@media (min-width: 320px) and (max-width: 768px) {
    .logo {
        height: 60px;
        width: 60px;
    }

    .box_yumminess {
        top: 0px;
    }

    .nav-link {
        padding: .3rem 0.7rem !important;
    }

    .box_boy {
        top: 28px !important;
    }

    .box_meal {
        top: 28px !important;
    }

    .font18 {
        font-size: 15px;
    }

    .meal-card img {
        width: 100%;
    }

    .meal-card .card-body {
        padding: 0;
    }

    .about_img {
        width: 150px;
        margin-bottom: 15px;
    }

    .faq-title,
    .contact-title {
        font-size: 1.3rem;
    }

    .faq-section {
        padding-top: 0;
    }

    .contact-card {
        padding: 15px;
    }

    .contact-info i {
        font-size: 15px;
        margin-right: 3px;
    }

    .contact-info p {
        font-size: 15px;
    }

    #cart_items th,
    #cart_items td {
        font-size: 12px;
    }

    #cart_items .table td input {
        width: 10px !important;
    }

    #cart_items .table td .btn {
        padding: 5px !important;
    }
    .sidebar{
        display: none;
    }

    .order-card img{
        width: 100%;
        height: auto;
    }
    .no_items{
        margin-left: 8px !important;
        margin-right: 8px !important;
    }

}

    @media (max-width: 576px) {
        .txn-table td, .txn-table th {
            /* white-space: normal;  */
            word-break: break-word; 
            font-size: 11px;
        }
    }
.fs-6{
    font-size: 1.2rem !important;
}
