/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {

    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.aboutimg p {

    text-align: justify;
}

.aboutimg img {

    width: 100%;
    border-radius: 5%;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

@media(max-width:770px) {

    /* .aboutimg img{

            width:85%;
    } */
    .footer-area-bottom p {

        text-align: center;
    }
}

.about-page-left1 {

    padding: 0 !important;
}

.about-page-left1 h2 {

    margin-bottom: 25px !important;
}

.policys a {

    padding: 0px 10px;
}

.policys {

    text-align: center;
}

.d-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}



@media (max-width:425px) {
    #preloader {
        width: 50%;
    }

    .d-flex {
        display: block;
    }

    h2 {
        font-size: 35px !important;
    }
}


.policys {
    text-align: left;
}

.policys h3 {
    color: #000;
}


.policys p {
    color: #111111 !important;
}



.policys ul {
    margin-bottom: 15px;
}

.policys ul li {
    color: #000;
    list-style: circle;
}

.footer-box p {
    color: #fff;
    font-size: 15px;
}



.services-section {
    padding: 60px 20px;
    text-align: center;
    background: linear-gradient(135deg, #fffaf5, #fce3c3);
}

.services-section h2 {
    font-size: 2.5rem;
    margin-bottom: 40px;
    color: #b33c00;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.services-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 20px;
    max-width: 100%;
    margin: 0 auto;
}

.service-box {
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.service-box img {
    max-width: 100px;
}

.service-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}

.service-box i {
    font-size: 35px;
    color: #ff6600;
    margin-bottom: 15px;
}

.service-box h3 {
    font-size: 1.2rem;
    color: #222;
    margin-top: 5px;
}


/* ===== Facilities Section ===== */
.facilities-section {
    background: #f9f9f9;
    padding: 80px 20px;
    text-align: center;
}

.section-title {
    font-size: 2.2rem;
    margin-bottom: 40px;
    font-weight: 700;
    color: #333;
    position: relative;
}

.section-title::after {
    content: "";
    width: 80px;
    height: 4px;
    background: #ff5733;
    display: block;
    margin: 10px auto 0;
    border-radius: 2px;
}

.facilities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 25px;
    max-width: 1100px;
    margin: auto;
}

.facility-box {
    background: #fff;
    border-radius: 15px;
    padding: 25px 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.facility-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.facility-box i {
    font-size: 2rem;
    color: #ff5733;
    margin-bottom: 10px;
}

.facility-box p {
    margin: 0;
    font-size: 1.05rem;
    color: #333;
    font-weight: 500;
}

@media (max-width: 600px) {
    .section-title {
        font-size: 1.8rem;
    }

    .facility-box i {
        font-size: 1.6rem;
    }

    .facility-box p {
        font-size: 0.95rem;
    }
}


/* ===== Modern Payment Section ===== */
.payment-section-modern {
    background: linear-gradient(135deg, #fff6f0, #ffe9e1);
    padding: 80px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.payment-section-modern .section-title {
    font-size: 2.2rem;
    color: #222;
    margin-bottom: 50px;
    font-weight: 700;
    letter-spacing: 0.5px;
    position: relative;
}

.payment-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.payment-item {
    background: #fff;
    border-radius: 20px;
    width: 200px;
    padding: 25px 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: default;
}

.payment-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(255, 87, 51, 0.3);
}

.payment-item .icon {
    background: #ff5733;
    color: #fff;
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    transition: all 0.3s ease;
}

.payment-item:hover .icon {
    background: #fff;
    color: #ff5733;
    border: 2px solid #ff5733;
}

.payment-item p {
    font-size: 1rem;
    color: #333;
    font-weight: 600;
    margin: 0;
}

@media (max-width: 768px) {
    .payment-item {
        width: 45%;
    }
}

@media (max-width: 480px) {
    .payment-item {
        width: 100%;
    }

    .payment-section-modern .section-title {
        font-size: 1.8rem;
    }
}

/* ===== Book a Table Section ===== */
.book-table-section {
    background: linear-gradient(135deg, #ffbe03, #ffbe03);
    color: #fff;
    text-align: center;
    padding: 100px 20px;
    position: relative;
    overflow: hidden;
}

.book-table-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url('https://i.ibb.co/zQrJmzy/table-bg.png') center/cover no-repeat;
    opacity: 0.1;
    z-index: 0;
}

.book-table-section .container {
    position: relative;
    z-index: 1;
}

.book-table-section .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.book-table-section .section-subtitle {
    font-size: 1.1rem;
    margin-bottom: 40px;
    color: #fff;
}

.booking-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.main-btn {
    background: #ff5733;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 15px rgba(255, 87, 51, 0.4);
}

.main-btn:hover {
    background: #fff;
    color: #ff5733;
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.2);
}

.alt-booking {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.book-btn {
    padding: 10px 25px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    font-size: 0.95rem;
    color: #fff;
}

.zomato {
    background: #cb202d;
}

.eazydiner {
    background: #4d341c;
}

.swiggy {
    background: #ba5785;
}

.book-btn:hover {
    opacity: 0.85;
    transform: translateY(-3px);
}

@media (max-width: 768px) {
    .book-table-section .section-title {
        font-size: 2rem;
    }

    .main-btn {
        font-size: 1rem;
        padding: 12px 30px;
    }

    .alt-booking {
        gap: 10px;
    }

    .book-btn {
        font-size: 0.9rem;
    }
}



/* ===== Cuisine Section ===== */
.cuisine-section {
    background: #fffaf6;
    padding: 100px 20px;
    text-align: center;
}

.cuisine-section .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.cuisine-section .section-subtitle {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 50px;
}

.cuisine-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 35px;
    max-width: 100%;
    margin: 0 auto;
}

.cuisine-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    transition: transform 0.4s ease;
    cursor: pointer;
}

.cuisine-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.cuisine-card:hover img {
    transform: scale(1.1);
}

.cuisine-card .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.cuisine-card:hover .overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.55);
}

.cuisine-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .cuisine-section .section-title {
        font-size: 2rem;
    }

    .cuisine-card h3 {
        font-size: 1.2rem;
    }
}


/* Dropdown menu */
.dropdown-content {
    display: none;
    position: absolute;
    top: 75px;
    left: 0;
    background-color: #333;
    min-width: 100%;
    z-index: 999;
    flex-direction: column;
}

.dropdown-content a {
    color: #fff;
    padding: 10px 15px !important;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dropdown-content a:hover {
    background-color: #ff9800;
}

/* Show dropdown on hover (for desktop) */
li.dropdown:hover .dropdown-content {
    display: flex;
}

.client-reviews-left video {
    max-width: 100%;
    width: auto;
    margin-bottom: -9px;
}

.client-reviews-left {
    height: auto;
}