/*** START COMMONN STYLES ***/

a, a:hover 
{
	text-decoration: none !important;
}

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

hr 
{
    margin-top: 1rem;
    margin-bottom: 1rem;
    background: white;
    border: 3px;
    border-top: 3px solid rgba(0,0,0,.1);
}


/*** END COMMON STYLES ***/



/*** START HTML PAGE STYLE ***/

html
{
	scroll-behavior: smooth;
}

/*** END HTML PAGE STYLE ****/

/*** START BODY STYLE ***/

body
{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
}

/*** END BODY STYLE ****/

/*** START NAVBAR STYLE ***/

.navbar 
{
    border: medium none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 0;
    position: relative;
    padding: 0 !important;
}

.header-section 
{
    transition: all .3s ease-in-out;
}

.header-section
{
    background-color:#000000;
    width:100%;
    height:80px;
    z-index:999;
    position:fixed;
    left:0;
    top:0;
    padding:0;
    display:flex;
    align-items:center
}

.menu-wrap 
{
    position: relative;
}

ul.nav>li 
{
    position: relative;
}

ul.nav>li>a 
{
    color: #ddd;
    font-family: work sans,sans-serif;
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    letter-spacing: 0;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 80px;
    z-index: 1;
    transition: 0.5s;

}

.header-btn .menu-btn 
{ 
    background-color: #ffc851; 
    font-family: work sans,sans-serif; 
    font-size: 12px; 
    text-transform: uppercase; 
    color: #000000; 
    border-radius: 50px;
    padding: 0 30px; 
    height: 40px; 
    line-height: 40px; 
    display: block; 
    margin: 0; 
}

.header-btn .menu-btn:hover 
{
    opacity: .8;
}

ul.nav>li>a:hover
{
    color: #ffc851;
}

/*** END NAVBAR STYLE ***/

/*** START HOME SECTION STYLE ***/

/* --- Background Image aur Overlay --- */
.home-section {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
                url(../images/main_image.webp);
    background-position: center top; /* change here */
    background-repeat: no-repeat;
    background-size: cover;
    height: 650px;
    background-attachment: fixed;
    display: flex;
    align-items: center;
}

.home-section h1, .home-section h2, .home-section p {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    color: #ffffff !important;
}

/* --- Text Shadow for better visibility --- */
/* Hero Buttons Container */
.hero-buttons {
    display: flex;
    gap: 10px; /* Buttons ke beech thodi jagah */
    flex-wrap: nowrap; /* Mobile par line break nahi hoga */
    margin-top: 20px;
}

/* Book Now Button (Solid Yellow) */
.bttn_style_1 {
    background-color: #ffc851 !important; /* Bright Yellow/Gold */
    color: #000 !important; /* Black text for contrast */
    border: 2px solid #ffc851 !important;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: 0.3s;
}

.bttn_style_1:hover {
    background-color: transparent !important;
    color: #ffc851 !important;
}

/* View Menu Button (Outline Style) */
.bttn_style_2 {
    background-color: transparent !important;
    color: #ffffff !important;
    border: 2px solid #ffffff !important;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: 0.3s;
}

.bttn_style_2:hover {
    background-color: #ffffff !important;
    color: #000 !important;
}

/* Mobile responsive fix */
@media (max-width: 480px) {
    .bttn_style_1, .bttn_style_2 {
        padding: 8px 12px;
        font-size: 11px;
        letter-spacing: 1px;
    }
}

/*** END HOME SECTION STYLE ***/

/*** START OUR QUALITIES SECTION STYLE ***/

.our_qualities
{
    background: url(../images/our_qualities_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    
}
.our_qualities_column
{
    text-align: center;
}

/*** END OUR QUALITIES SECTION STYLE ***/

/*** START OUR MENUS SECTION STYLE ***/

.thumbnail 
{
    display: block;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    text-align: center;
    background: inherit;
}

.our_menus, .image-gallery
{
    color: #dce4e8;
    padding: 100px 0px;
    background:#121618;
}

.menu_category_name
{
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 4px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 22px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.tab_category_content
{
    display: none;
}

    
.no_menus_div
{
    margin:auto;
    font-size: 26px;
    font-weight: bold;
    width: fit-content;
    color: #ffc851;
}

.active_category
{
    color: #722424;
}


.menu-image 
{
    position: relative;
    max-width: 200px;
    margin: 50px auto;
}

.menu-image .image-preview 
{
    width: 200px;
    height: 200px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #222227;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.menu-image .image-preview > div 
{
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.thumbnail>.caption>p
{
    font-size: 14px;
    line-height: 28px;
    margin-top: 14px;
}

.menu_price
{
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 3px;
    display: block;
}




/*** END OUR MENUS SECTION STYLE ***/


/*** START CONTCAT US SECTION STYLE ****/

.contact-section
{
    padding: 100px;
    background-image: url('../images/back_3.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-section
{
    padding:100px 0px;
}

.contact-info h2
{
    font-size: 36px;
    color: #303133;
    margin: 0 0 8px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: -0.04em;
    font-family: 'Prata', sans-serif;
}

.contact-info h3 
{
    line-height: 28px;
    margin-bottom: 20px;
}

.contact-info h4 
{
    font-size: 15px;
    line-height: 28px;
}

.contact-form 
{
    background-color: #fff;
    padding: 50px 40px;
    -webkit-box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
    box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
    border-radius: 3px;
}

.contact-form  .form-control
{
    background-color: #fff;
    border-radius: 0;
    padding: 25px 10px;
    box-shadow: none;
    border: 2px solid #eee;
}

.contact-form  .form-control:focus 
{
    border-color: #ffc851;
    box-shadow: none;
    outline: none;
}



/** END CONTACT US SECTION STYLE ***/


/*** START OUR QUALITIES V2 SECTION STYLE ***/



.our_qualities_v2
{
    background-color: #121618;
    padding: 100px 0px;
}

.quality
{
    background-size: cover !important;
    background-position: center !important;
    height: 200px;
    box-shadow: inset 0 0 0 1000px rgba(29, 35, 38, 0.8);
}

.quality_1
{
    background-image: url('../images/img_1.jpg');
}

.quality_2
{
    background-image: url('../images/img_2.jpg');
}

.quality_3
{
    background-image: url('../images/img_3.jpg');
}

.text_inside_quality
{
    width: 100%;
    text-align: center;
    padding: 0 40px;
    position: absolute;
    top: 50%;
    left: 0;
}

.text_inside_quality>h5
{
    color:rgb(255, 255, 255);
    font-weight: 700;
    letter-spacing: 4px;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
}


/*** END OUR QUALITIES V2 SECTION STYLE **/



/*** START WIDGET SECTION - FOOTER STYLE ***/

.widget_social 
{
    display: block;
    text-align: left;
}
.widget_social li 
{
    display: inline-block;
}
.widget_social li a 
{
    color: #777;
    font-size: 12px;
    margin-right: 20px;
}
.footer_widget p 
{
    color: #999;
}
.footer_widget h3 
{
    color: #fff;
}
.subscribe_form 
{
    display: block;
    text-align: center;
    padding: 5px 0;
}
.subscribe_form .form_input 
{
    display: block;
    background-color: rgba(119, 119, 119, 0.33);
    color: #fff;
    border: none;
    font-size: 14px;
    line-height: 50px;
    padding: 0 10px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    transition: all 0.5s ease-in-out;
}
.opening_time li 
{
    color: #999;
    line-height: 35px;
}
.subscribe_form .submit 
{
    background-color: #ffc851;
    color: #fff;
    font-family: "Work Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 50px;
    display: inline-block;
    padding: 0 10px;
    float: left;
    width: 100%;
    cursor: pointer;
    border: none;
    transition: all 0.5s ease-in-out;
}

.subscribe_form .submit:hover 
{
    background-color: #897666;
    transition: all 0.5s ease-in-out;
}


/*** END WIDGET SECTION - FOOTER STYLE ***/

/*** START FOOTER BOTTOM STYLE ***/


.footer_section 
{
    display: block;
    background-color: #000000;
    border-top: 1px solid #333;
    padding: 30px 0;
}

.footer_section .copyright 
{
    font-size: 14px;
    color: #ddd;
}

.footer_social 
{
    display: block;
    text-align: right;
}

.footer_social li 
{
    display: inline-block;
}
.footer_social li a 
{
    font-family: "Work Sans",sans-serif;
    color: #ddd;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 20px;
}

.serving_locations {
    padding: 60px 0;
    background: #fff;
}

.section_title {
    font-weight: 600;
    margin-bottom: 5px;
}

.section_subtitle {
    color: #777;
    font-size: 14px;
}

.location_item h6 {
    margin-top: 12px;
    font-weight: 600;
    color: #00695c;
}

.location_icon {
    width: 90px;
    height: 90px;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.location_icon img {
    width: 45px;
    height: auto;
}

.why_choose_us h2 {
    font-weight: 600;
    color: #222227;
}

.why_box {
    background: #ffc851;
    padding: 20px;
    border-radius: 10px;
}



.icon_box img {
    width: 40px;
}

.content_box h5 {
    margin-bottom: 5px;
    font-weight: 600;
    color: #000000;
}

.content_box p {
    margin: 0;
    color: #212529;
}



/*** END FOOTER BOTTOM STYLE ***/

/* ================================
   FOOD IMAGE GALLERY
================================ */

.image-gallery h2 {
    color: #ffffff;
    letter-spacing: 4px;
    font-weight: 600;
    text-transform: uppercase;
}

.image-gallery p {
    color: #999;
    letter-spacing: 1px;
}

/* Grid Layout */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* Image Card */
.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    border: 3px solid #222227;
    background: #000;
}

/* Image */
.gallery-item img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

/* Hover Effect */
.gallery-item::after {
    content: "View Dish";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #ffc851;
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
    text-transform: uppercase;
}

.gallery-item:hover img {
    transform: scale(1.1);
    opacity: 0.8;
}

.gallery-item:hover::after {
    opacity: 1;
}

/* ================================
   RESPONSIVE
================================ */

@media (max-width: 992px) {
    .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-item img {
        height: 220px;
    }
}

@media (max-width: 576px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .gallery-item img {
        height: 200px;
    }
}


/* OUR RATING SECTION */
.our-rating-section {
    background-color: #121618;
    color: #ddd;
}

/* Section Title */
.our-rating-section .section-title {
    letter-spacing: 4px;
    font-weight: 600;
    color: #fff;
}

/* Overall Rating */
.overall-score {
    font-size: 52px;
    font-weight: 700;
    color: #ffc851;
}

.rating-stars {
    color: #ffc851;
    letter-spacing: 4px;
    font-size: 20px;
}

.rating-count {
    color: #999;
    font-size: 14px;
    letter-spacing: 1px;
}

/* Rating Cards */
.rating-card {
    background: #222227;
    padding: 35px 25px;
    border: 2px solid #222227;
    transition: all 0.3s ease;
}

.rating-card:hover {
    border-color: #ffc851;
    transform: translateY(-5px);
}

/* Client Image */
.client-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #ffc851;
    margin-bottom: 15px;
}

/* Stars */
.rating {
    color: #ffc851;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

/* Text */
.rating-msg {
    font-size: 14px;
    line-height: 26px;
    color: #ccc;
}

.client-name {
    margin-top: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}

.client-location {
    color: #999;
    font-size: 12px;
}

/* Mobile */
@media (max-width: 576px) {
    .overall-score {
        font-size: 38px;
    }
    .rating-stars {
        font-size: 16px;
    }
}
.circle-img {
    width: 80px;
    height: 80px;
    margin: 0 auto 10px;
    
    /* Circle shape */
    border-radius: 50% !important;
    -webkit-border-radius: 50%;
    
    /* Border and overflow */
    border: 2px solid #e0c26b;
    overflow: hidden;
    
    /* Mobile specific fix (Sabse zaroori) */
    position: relative;
    z-index: 1;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    display: block;
}

.circle-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%; /* Image par bhi border radius lagana safe rehta hai */
    display: block;
}

@media (max-width: 768px) {

    .home-section {
        height: auto;
        padding: 80px 15px;
        background-attachment: scroll;
    }

    .home-section h1 {
        font-size: 32px;
        letter-spacing: 4px;
        white-space: normal;
        text-align: center;
    }

    .home-section h2 {
        font-size: 22px;
        letter-spacing: 1px;
        white-space: normal;
        text-align: center;
    }

    .home-section p {
        white-space: normal;
        text-align: center;
    }

    section {
        padding: 50px 15px;
    }

    .menu-image .image-preview {
        width: 150px;
        height: 150px;
    }
}

.bill-body span { font-size: 14px; }
.bill-body strong { font-size: 16px; }
.bill-body .bg-warning { border-radius: 10px; }


/* Padding kam karne ke liye (Web & Mobile) */
.our_qualities, .our_menus {
    padding: 40px 0px !important; /* Pehle 100px tha, isse upar neeche ka space kam hoga */
}

/* Menu image ke upar aur neeche ka extra space kam karne ke liye */
.menu-image {
    position: relative;
    max-width: 200px;
    margin: 10px auto !important; /* Pehle 50px tha, isse card compact ho jayega */
}

/* Heading aur Tabs ke beech ka space */
.our_qualities h2 {
    margin-bottom: 15px !important; /* Pehle 30px tha */
}

ul[style*="margin-bottom: 40px"] {
    margin-bottom: 20px !important; /* Categories ke neeche ka space kam karne ke liye */
}

/* Mobile specific adjustment */
@media (max-width: 768px) {
    .our_qualities, .our_menus {
        padding: 30px 10px !important; /* Mobile par aur bhi kam space */
    }
    
    .menu-image .image-preview {
        width: 120px; /* Mobile par image thodi choti taaki space bache */
        height: 120px;
    }
}

.whatsapp-float {
    position: fixed;
    right: 20px;
    bottom: 25px; /* image jaise thoda upar */
    width: 55px;
    height: 55px;
    background-color: #25D366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    line-height: 55px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    z-index: 9999;
    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.12);
    box-shadow: 0 12px 30px rgba(0,0,0,0.35);
}


