@font-face {
    font-family: bbs;
    src: url('../font/BebasNeue-Regular.ttf');
}
@font-face {
    font-family: jstM;
    src: url('../font/Jost-Medium.ttf');
}



a {
    text-decoration: none !important;
}
.header_logo_lft {
    height: 100px;
}
.header_logo_rgt {
    height: 100px;
}
.header_main {
    display: flex;
    justify-content: space-between;
}
.header_left {
    display: flex;
    align-items: center;
}
.header_logo_txtdv {
    padding-left: 10px;
}
.logo_txt1 {
    color: #025197;
    font-family: 'bbs';
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 0;
}
.logo_txt2 {
    color: #036dc9;
    font-family: 'bbs';
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0;
}
.header_wrap {
    padding: 2px 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.wlcm-dv {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 20px;
}
.wlcm-txt1 {
    font-family: jstM;
    font-size: 6vw; /* Adjust the font size based on viewport width */
    line-height: 1.2;
    max-width: 100%; /* Ensure it doesn't overflow its container */
    color: #025197;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .header_main {
        flex-direction: column;
        align-items: center;
    }

    .header_left{
        width:100%;
        
    }
    .header_right {
        width: 100%; /* Ensure full width for both columns */
        text-align: right; /* Center align contents */
    }

    .header_logo_lft,
    .header_logo_rgt {
        height: 60px; /* Adjusted height for smaller screens */
        margin-bottom: 10px; /* Add space between logos */
    }

    .logo_txt1 {
        text-align: left;
        font-size: 36px; /* Adjusted font size for logo text 1 */
        line-height: 36px;
    }

    .logo_txt2 {
        text-align: left;
        font-size: 18px; /* Adjusted font size for logo text 2 */
        line-height: 18px;
    }

    .header_main {
        flex-direction: row;
        justify-content: space-between;
    }
}
/* Additional CSS for card design */
.card {
    border-radius: 0.5rem;
    background-color: #ffffff;
    color: #000000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    text-align: center;
    position: relative;
}
.card-icon{
        height: 250px;
        overflow: hidden;
        width: 100%;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
}

.letter-container {
    width: 100%;
    height: 100%;
    background-color: whitesmoke;
/*    text-align: center;*/
/*    line-height: 250px; */
    font-size: 120px; /* Adjust font size to fit the container */
    border-radius: 0.5rem 0.5rem 0 0; /* Maintain border radius if needed */
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-icon-main{
    height: 150px;
}
.card-icon-main img{
    width: 100%;
    object-fit: cover;
    border-radius: 0.5rem 0.5rem 0 0;
    height: 100%;
}

.card-content{
    width: 100%;
}
.card-icon img {
    max-width: 100%;
    max-height: 100%;
/*    object-fit: cover;*/
    border-radius: 0.5rem 0.5rem 0 0;
}

.card-body {
    flex-grow: 1;

}

.card-title {
    font-size: 1.25rem;
    font-weight: 600;
}
.card-title-new {
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 0.25rem; /* Reduced margin-bottom */
}

.card-description-new {
    font-size: 1.10rem;
    color: #6b7280;
    margin-top: 0.25rem; /* Reduced margin-top */
    margin-bottom: 1rem;
}

.card-description {
    font-size: 1.10rem;
    color: #6b7280;
    margin: 1rem 0;
}

.card-footer {
    width: 100%;
    display: flex;
    justify-content: center;
}

.card-footer .btn {
    border-radius: 0.375rem;
    width: 100%;
    max-width: 150px; 
}
.btn {
    padding: 0.375rem 0.75rem; /* Adjust as needed */
    font-size: 0.875rem; /* Maintain font size */
}

.btn-primary {
    background-color: #FACF09;
    border-color: #e5e7eb;
    color: #000;
    box-shadow: none;
}

.btn-primary:hover {
    background-color: #025197;
    color: #fff;
}

.view-offer-btn{
    background: transparent;
    border: none !important;
}

.deactivated-btn {
    pointer-events: none; /* Disables click events */
    background-color: darkgrey; /* Grey background color */
    color: #000; /* Text color (adjust as needed) */
    cursor: not-allowed; /* Cursor style */
    opacity: 0.6; /* Reduced opacity to indicate disabled state */
    /* Optionally, add additional styles such as border-radius, padding, etc. */
}

.mt-n1 {
    margin-top: -1rem !important;
}


.rest-heading {
    font-size: 5vw; /* Adjust the font size based on viewport width */
    text-align: center; /* Align the heading to the right */
    color: #025197; /* Use the same color as the other headings */
    margin-top: 20px; /* Adjust margin-top as needed */
    margin-bottom: 20px; /* Add margin-bottom to separate from main content */
}
.navbar-toggler {
            outline: none !important;
        }
=
/* Existing sidebar adjustments for larger screens */
.sidebar {
    background-color: #whitesmoke;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 15px;
    padding-right: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Sidebar shadow */
}

.sticky-top {
    position: sticky;
    top: 20px;
}


.restaurant h2 {
    text-align: center;
    margin-bottom: 20px;
    color: black;
}
.scroll{
    max-height: 650px;
    overflow-y: auto;
}
/* Add badge styling */
.list-group-item {
    position: relative;
    padding: 10px 50px 10px 15px; /* Adjust padding-right to create more space for the badge */
    font-size: 16px;
    display: flex;
    justify-content: space-between;
}

.list-group-item:hover{
    color: #025197;
}


.list-group-item span {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.divider {
    height: 0.1px; /* Adjust height as needed */
    background-color: #ddd; /* Divider color */
    margin-bottom: 10px; /* Space between dividers */
    margin: 2px 0;
}

/* Badge styling */
.badge {
    position: absolute;
    top: 50%;
    right: 15px; /* Adjust right spacing as needed */
    transform: translateY(-50%);
    background-color: #025197; /* Change badge background color */
    color: white; /* Change badge text color */
    padding: 5px 10px; /* Adjust padding for badge */
    border-radius: 5px; /* Add border-radius for badge */
}
.coupon {
    width: 100%;
    max-width: 250px; /* Adjusted max-width for smaller size */
    height: 80px; /* Reduced height for smaller size */
    border-radius: 10px;
    overflow: hidden;
    margin: 10px auto; /* Adjust margin for spacing */
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.5));
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap; /* Prevents wrapping */

}

.coupon::before,
.coupon::after {
    content: "";
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
}

.coupon::before {
    left: 0;
    background-image: radial-gradient(circle at 0 50%, transparent 25px, #FACF09 26px);
}

.coupon::after {
    right: 0;
    background-image: radial-gradient(circle at 100% 50%, transparent 25px, #FACF09 26px);
}

.coupon > div {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    text-align: center; /* Center text horizontally */
}

.center h2 {
    background: #000;
    color: #FACF09;
    font-size: 1.5rem; /* Reduced font size */
    padding: 5px 10px;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap; /* Prevents wrapping */
}

.coupon-badge h2{
    background: #000;
    color: #FACF09;
    font-size: 20px;
    width: 70%;
    margin: auto;
}

.coupon-badge h6{
    font-size: 12px;
    margin-bottom: 0;
    white-space: break-spaces;
    width: 70%;
    display: inline-flex;
}

.coupon-badge-pubs h2{
    background: #000;
    color: #FACF09;
    font-size: 20px;
    width: 93%;
    margin: auto;
}

.extra-text {
    position: absolute;
    bottom: -10px; /* Adjust as needed for spacing */
    left: 0;
    right: 0;
    text-align: center;
    font-size: 12px;
}

/* Existing sidebar adjustments for larger screens */
.sidebar {
    background-color: #whitesmoke;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 15px;
    padding-right: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Sidebar shadow */
}

.sticky-top {
    position: sticky;
    top: 20px;
}

/* Styles for the sliding drawer */
@media (max-width: 991px) { /* Up to md breakpoint */
    #categoryDrawer {
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        width: 250px;
        background: white;
        box-shadow: -2px 0 5px rgba(0,0,0,0.5);
        transform: translateX(100%);
        transition: transform 0.3s ease;
        z-index: 1050;
        overflow-y: auto; /* Added for scrolling */
        padding: 20px; /* Added padding */
    }

    #categoryDrawer.show {
        transform: translateX(0);
    }

    #categoryDrawer .close-btn {
        position: absolute;
        top: 10px;

        background: transparent;
        border: none;
        font-size: 1.5rem;
    }

    .categories-btn {
        display: block;
        margin: 1rem;
    }

    .sidebar {
        display: none;
    }
    #categoryDrawer h2 {
        font-size: 23px;
    }


}

@media (min-width: 992px) { /* lg and above */
    #categoryDrawer {
        display: none;
    }

    .categories-btn {
        display: none;
    }

    .sidebar {
        display: block;
        background-color: #whitesmoke;
        padding: 20px;
        border-radius: 5px;
        margin-bottom: 15px;
        padding-right: 20px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Sidebar shadow */
    }

    .sticky-top {
        position: sticky;
        top: 20px;
    }
}
.close-btn {
            position: absolute;
            top: 10px;
            right: 10px;
            background-color: transparent;
            border: none;
            font-size: 20px;
            cursor: pointer;
        }
        .close-btn:focus {
            outline: none;
        }
        .drawer-header {
            position: relative;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        #categoryDrawer {
            position: fixed;
            top: 0;
            right: 0;
            width: 300px;
            height: 100%;
            background-color: #fff;
            box-shadow: -2px 0 5px rgba(0,0,0,0.5);
            transform: translateX(100%);
            transition: transform 0.3s ease;
        }
        #categoryDrawer.show {
            transform: translateX(0);
        }
        .list-group-item-action {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .categories-box {
            display: flex;
            justify-content: space-between;
            align-items: center;
            border: 1px solid #ddd; /* Border style */
            padding: 10px; /* Padding inside the box */
            margin-bottom: 15px; /* Bottom margin to create space */
        }
        .categories-btn {
            background-color: #FACF09;
            color: #000;
            border: none;
            padding: 8px 20px; /* Padding inside the button */
            font-size: 16px; /* Increase font size */
        }
        .categories-btn:focus,
        .categories-btn:hover {
            background-color: #025197;
            color: #fff;
        }