@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700;800&display=swap');
/* Gallery Popup Index Overlay */
.mfp-img-index {
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0,0,0,0.7);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 6px 18px;
    border-radius: 20px;
    z-index: 20;
    pointer-events: none;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.18);
    letter-spacing: 1px;
    opacity: 0.95;
    animation: fadeInScale 0.4s;
}

.mfp-img-shadow-1 {
    width: 110%;
    height: 110%;
    box-shadow: 0 12px 32px 0 rgba(0,0,0,0.25), 0 0 0 10px rgba(208,150,62,0.15);
    border-radius: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    z-index: 1;
    opacity: 1;
    pointer-events: none;
    transition: opacity 0.4s, transform 0.4s;
}
/* Double Shadow Effect for Gallery Popup */
.mfp-img-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mfp-img-shadow-1,
.mfp-img-shadow-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    pointer-events: none;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.4s, transform 0.4s;
}

.mfp-img-shadow-1 {
    width: 110%;
    height: 110%;
    box-shadow: 0 12px 32px 0 rgba(0,0,0,0.25), 0 0 0 10px rgba(208,150,62,0.15);
    border-radius: 16px;
}

.mfp-img-shadow-2 {
    width: 120%;
    height: 120%;
    box-shadow: 0 24px 64px 0 rgba(208,150,62,0.18), 0 0 0 20px rgba(0,0,0,0.10);
    border-radius: 24px;
}

.mfp-image-holder .mfp-img {
    position: relative;
    z-index: 2;
    box-shadow: none !important;
    border-radius: 12px;
    animation: popupShadowIn 0.5s cubic-bezier(0.4,0,0.2,1);
}

.mfp-image-holder .mfp-img.show-shadows ~ .mfp-img-shadow-1,
.mfp-image-holder .mfp-img.show-shadows ~ .mfp-img-shadow-2 {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

@keyframes popupShadowIn {
    0% {
        box-shadow: none;
        transform: scale(0.92);
    }
    60% {
        box-shadow: 0 12px 32px 0 rgba(0,0,0,0.18);
        transform: scale(1.05);
    }
    100% {
        box-shadow: none;
        transform: scale(1);
    }
}
/*--------------------
   1. BASE CSS
----------------------*/


.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #212324;
}

a:hover {
    color: #c1934c;
}

a:focus,
a:hover {
    outline: 0 solid;
    text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
}

html,
body {
    height: 100%
}

body {
    color: #555555;
    font-family: "Futura", "Futura PT", "Trebuchet MS", Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 1.7em;
}

a:hover {
    text-decoration: none
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.navbar-toggle {
    border: 2px solid #fff;
    border-radius: 0;
}

.navbar-toggle .icon-bar {
    background: #fff none repeat scroll 0 0;
}

.is-sticky .navbar-header .collapse,
.is-sticky .navbar-toggle {
    border: 2px solid #1a1a1a;
}

.is-sticky .navbar-toggle .icon-bar {
    background: #1a1a1a none repeat scroll 0 0;
}

.area-title {
    margin-bottom: 60px;
}

.area-title h2 {
    color: #d0963e;
    display: inline-block;
    font-family: "Cinzel", serif;
    font-size: 80px;
    margin: 0;
    padding: 0 10px;
    position: relative;
    text-transform: capitalize;
    letter-spacing: 2px;
}

.area-title h3 {
    /* color: #212324; */
    font-size: 40px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

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

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

.margin-top {
    margin-top: 40px;
}

.margin-bottom {
    margin-bottom: 40px;
}

.gray-bg {
    background: #f3f4f4;
}


/*--------------------------
    2. TOP AREA
---------------------------*/

.top-area {
    /* height: 100%; */
    position: relative;
    width: 100%;
}

.top-social-bookmark {
    float: right;
}

.book-table-popup {
    float: right;
    padding: 5px;
}

.top-social-bookmark ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: right;
}

.top-social-bookmark ul li {
    display: inline-block;
    margin: 0 2px;
}

.top-social-bookmark ul li a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 39px;
    width: 40px;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 39px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

/* Style for images inside links */
.top-social-bookmark ul li a img {
    vertical-align: middle;
    display: inline-block;
    transition: all 0.3s ease;
    height: 39px;
    width: 40px;

}

/* Hover effect - background turns white, icon color filters to gold */
.top-social-bookmark ul li a:hover {
    background: #fff;
}

/* Change icon color on hover using CSS filters */
.top-social-bookmark ul li a:hover img {
    filter: brightness(0) saturate(100%) invert(68%) sepia(34%) saturate(724%) hue-rotate(352deg) brightness(93%) contrast(92%);
    /* This creates a gold/dark orange color (#d0963e) */
}

/* Alternative hover effect: scale the icon slightly */
.top-social-bookmark ul li a:hover img {
    transform: scale(1.1);
}

/* For better consistency, ensure all icons are properly sized */
.top-social-bookmark ul li a img {
    width: 18px;
    height: 18px;
}

/* Responsive touch-friendly sizing */
@media (max-width: 768px) {
    .top-social-bookmark ul li a {
        width: 36px;
        height: 36px;
        line-height: 36px;
    }
    
    .top-social-bookmark ul li a img {
        width: 16px;
        height: 16px;
    }
}

.book-table-popup a {
    background: #d0963e none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 14px 30px;
}

.book-table-popup a:hover {
    background: #fff none repeat scroll 0 0;
    color: #d0963e;
}


/*---------------------------------
    2.1 MAINMENU AREA
-----------------------------------*/

.mainmenu-area {
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 9999;
}

.is-sticky .mainmenu-area {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
    z-index: 99999;
}

.navbar-header {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-top: 8px;
}

.navbar-brand {
    display: none;
}

.navbar-brand.white {
    display: block;
}

.is-sticky .navbar-brand.white {
    display: none;
}

.is-sticky .navbar-brand {
    display: block;
}

.navbar {
    border-bottom: 0 none;
    border-top: 0 none;
    margin-bottom: 0;
}

ul#nav {
    float: right;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

ul#nav li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 40px 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

ul#nav li.active a::before {
    background: #d0963e none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

ul#nav li:hover a,
ul#nav li.active a {
    color: #d0963e;
}

ul#nav li:hover ul {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

ul#nav ul {
    background: #1a1a1a none repeat scroll 0 0;
    left: 0;
    list-style: outside none none;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: left top 0;
    transform-origin: left top 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 180px;
}

ul#nav li ul li {
    display: block;
    border-bottom: 1px dashed #363636;
}

ul#nav li ul li:last-child {
    border-bottom: 0 none;
}

.is-sticky ul#nav li ul li:hover a,
ul#nav li ul li a,
ul#nav ul li a {
    color: #fff !important;
    display: block;
    padding: 7px 15px;
}

ul#nav ul li:hover a {
    background: #d0963e none repeat scroll 0 0;
    color: #fff;
}

.is-sticky ul#nav li ul li a {
    padding: 7px 15px;
}

.top-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.call-to-action {
    color: #fff;
    text-transform: capitalize;
}

.call-to-action a {
    color: #fff;
    letter-spacing: 1px;
}

.call-to-action p {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 15px;
    margin-top: 7px;
}

.call-to-action i {
    margin-right: 10px;
}

.is-sticky ul#nav li a {
    padding: 30px 20px;
    color: #1a1a1a;
}

.is-sticky ul#nav li.active a,
.is-sticky ul#nav li:hover a {
    color: #d0963e;
}

.is-sticky .signup-and-login-button ul li {
    padding: 14px 0;
}

.is-sticky .signup-and-login-button ul li a {
    background: #d64332 none repeat scroll 0 0;
    color: #fff;
}

.is-sticky .mainmenu-area {
    background: #ffffff none repeat scroll 0 0;
}

.is-sticky .navbar-header {
    margin-top: -3px;
}


/*-----------------------------------
    2.2 SLIDER AREA
-------------------------------------*/

.header-top-area {
    position: absolute;
    width: 100%;
    z-index: 999;
    text-transform: uppercase;
}

.slider-area {
    font-family: "Futura", "Futura PT", "Trebuchet MS", Arial, sans-serif;
    /* height: 100%; */
    width: 100%;
    position: relative;
    font-weight: 900;
    color: #fff;
}

.slider-area h1 {
    font-size: 65px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.slider-area h1 span {
    font-weight: 700;
}

.slider-area h2 {
    font-family: "Cinzel", serif;
    font-size: 82px;
    letter-spacing: 2px;
}

.slider-area h3 {
    font-family: "Futura", "Futura PT", "Trebuchet MS", Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 6px;
    text-transform: uppercase;
}

.slider-area h3 a {
    border: 1px solid;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    margin-top: 15px;
    padding: 10px 30px;
}

.slider-area h3 a:hover {
    color: #fff;
    background: #d0963e none repeat scroll 0 0;
    border-color: #d0963e;
}

.pogoSlider {
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    padding-bottom: 0;
}

.pogoSlider-slide {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    position: absolute;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 5%
}

.pogoSlider-slide:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #000;
    opacity: 0.4;
    z-index: -1;
}


/*----------------------------
    2.3 SEARCH FORM AREA
-----------------------------*/

.search-form-area {
    float: right;
    margin-right: -30px;
    padding: 35px 15px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.is-sticky .search-form-area {
    padding: 25px 15px;
}

a.search-form-trigger {
    color: #fff;
    font-size: 0 !important;
    position: relative;
    width: 30px;
}

.is-sticky a.search-form-trigger {
    color: #1a1a1a;
}

a.search-form-trigger::before {
    content: "\f002";
    font-family: fontawesome;
    font-size: 15px;
    height: 40px;
    margin-right: -15px;
    margin-top: -20px;
    padding-top: 5px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    width: 40px;
    z-index: 99;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.search-form-trigger.search-is-visible::before {
    color: #fff;
    content: "\f067";
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.search-form {
    position: absolute;
    height: 50px;
    width: 100%;
    top: 50px;
    left: 0;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.search-form.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.search-form form {
    height: 100%;
    width: 100%;
}

.search-form input {
    border-radius: 0;
    border: none;
    background: #272727;
    /* height: 100%;
    width: 100%; */
    padding: 0%;
    box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.search-form input::-webkit-input-placeholder {
    color: #c9cbc4;
}

.search-form input::-moz-placeholder {
    color: #c9cbc4;
}

.search-form input:-moz-placeholder {
    color: #c9cbc4;
}

.search-form input:-ms-input-placeholder {
    color: #c9cbc4;
}

.search-form input:focus {
    outline: none;
}

@media only screen and (min-width: 1024px) {
    .search-form {
        height: 120px;
        top: 100%;
    }

    .search-form input {
        padding: 0 10px;
        font-size: 2rem;
        font-weight: 300;
    }
}

.search-form-overlay {
    position: fixed;
    z-index: 2;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.8);
    visibility: hidden;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s, -webkit-transform 0.3s 0s;
}

.search-form-overlay.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s, -webkit-transform 0.3s 0s;
}

.no-js .search-form {
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible;
}


/*----------------------------
    3. ABOUT AREA
------------------------------*/

.about-area .area-title h2 {
    font-size: 80px;
    padding-bottom: 10px;
    position: relative;
}

.about-area .area-title h2 span {
    color: #212324;
    font-family: "Futura", "Futura PT", "Trebuchet MS", Arial, sans-serif;
    font-size: 48px;
    text-transform: uppercase;
}

.about-area .area-title h2::after {
    background: #c1934c none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}

.about-content {
    color: #4a4d4f;
}

a.read-more {
    border: 1px solid;
    color: #d0963e;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 30px;
    padding: 7px 23px;
    text-transform: uppercase;
}

.read-more:hover {
    background: #d0963e;
    color: #fff;
    border-color: #d0963e;
}


/*-----------------------------
    4. PROMOTIONS AREA
------------------------------*/

.promotions-area {
    position: relative;
}

.promotion-area-bg {
    background: rgba(0, 0, 0, 0) url("../img/promotions/promotions_area_bg_1.jpg") no-repeat fixed 0 0 / cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.promotion-area-bg::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
}

.promotions-area .area-title h3 {
    color: #fff;
    padding-bottom: 30px;
    position: relative;
}

.promotions-area .area-title h3::after {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -40px;
    position: absolute;
    width: 80px;
}

.promotions-img {
    margin-bottom: 30px;
    position: relative;
}

.pakage-rate {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    padding-top: 18px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100px;
    z-index: 1;
}

.pakage-rate span {
    display: block;
    font-size: 20px;
    font-weight: 700;
    padding-top: 5px;
}

.promotions-details h4 {
    font-family: "Cinzel", serif;
    font-size: 50px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    color: #fff;
}

.promotions-area .read-more:hover {
    background: #c1934c none repeat scroll 0 0;
    color: #fff;
    border-color: #c1934c;
}

.promotions-area a.read-more {
    margin-top: 0;
}


/*-----------------------------
    5. MENUS AREA (ENHANCED UI)
-------------------------------*/
.menus-area .area-title span {
    color: #212324;
    font-size: 40px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;  /* ← This forces it to a new line */
}

.menus-area.section-padding {
    padding-bottom: 70px;
}

/* Category Filters */
.food-menu-list-menu {
    margin-bottom: 60px;
}

.food-menu-list-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.food-menu-list-menu ul li {
    border: 1px solid;
    color: #1e1e1f;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 2px;
    padding: 3px 10px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.food-menu-list-menu ul li:hover,
.food-menu-list-menu ul li.active {
    background: #1e1e1f none repeat scroll 0 0;
    border-color: #1e1e1f;
    color: #fff;
}

/* Toolbar Styles */
.menu-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 20px;
    margin-bottom: 40px;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
}

.menu-toolbar-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.menu-toolbar-group label {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    letter-spacing: 1px;
}

.price-inputs {
    display: flex;
    align-items: center;
    gap: 10px;
}

.price-inputs input {
    width: 100px;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.price-inputs span {
    color: #666;
}

.menu-toolbar-group select {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    background: #fff;
    cursor: pointer;
}

.menu-toolbar-actions {
    display: flex;
    gap: 10px;
}

.menu-filter-btn {
    padding: 8px 20px;
    background: #d0963e;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.menu-filter-btn:hover {
    background: #b87a2a;
}

.menu-filter-btn.secondary {
    background: #6c757d;
}

.menu-filter-btn.secondary:hover {
    background: #5a6268;
}

/* Menu Grid Container */
.food-menu-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

/* Individual Menu Items - Desktop Grid */
.food-menu-list .single-menu {
    flex: 0 0 auto;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
    display: block !important;
}

/* Enhanced Single Menu Item */
.single-menu-details {
    display: flex;
    flex-direction: row;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.single-menu-details:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 25px rgba(0,0,0,0.12);
}

/* Food Menu Image */
.food-menu-list .food-menu-img {
    position: relative;
    width: 200px;
    flex-shrink: 0;
    overflow: hidden;
    background: #e8dcc8;
}

.food-menu-list .food-menu-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.single-menu-details:hover .food-menu-img img {
    transform: scale(1.05);
}

/* Item Badges */
.item-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 600;
    border-radius: 4px;
    color: #fff;
    z-index: 2;
    background: rgba(0,0,0,0.7);
}

.badge-popular {
    background: #ff6b6b;
}

.badge-new {
    background: #4ecdc4;
}

.badge-veg {
    background: #2ecc71;
}

.badge-spicy {
    background: #e74c3c;
}

.badge-special {
    background: #f39c12;
}

/* Food Menu Details */
.food-menu-list .food-menu-details {
    flex: 1;
    padding: 20px;
    text-align: left;
    display: flex;
    flex-direction: column;
}

.food-menu-list .food-menu-details h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #2c3e50;
    line-height: 1.4;
}

.food-menu-list .food-menu-details h3 .menu-price {
    font-size: 14px;
    font-weight: 500;
    color: #e67e22;
    margin-left: 10px;
    display: inline-block;
}

.food-menu-list .food-menu-details .item-desc {
    font-size: 14px;
    color: #7f8c8d;
    line-height: 1.5;
    margin-bottom: 12px;
}

/* Item Meta Section */
.item-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.item-stars {
    color: #f1c40f;
    font-size: 13px;
    white-space: nowrap;
}

.item-stars i {
    margin-right: 2px;
}

.item-tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    padding: 3px 8px;
    background: #ecf0f1;
    border-radius: 3px;
    color: #2c3e50;
}

.item-tag i {
    font-size: 10px;
}

/* Order Now Button */
.item-order-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 20px;
    background: #e67e22;
    color: #fff;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-top: auto;
    align-self: flex-start;
}

.item-order-btn:hover {
    background: #d35400;
    color: #fff;
    text-decoration: none;
    transform: translateX(5px);
}

/* Pagination Styles */
.menu-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #ecf0f1;
}

.menu-pagination-summary {
    font-size: 14px;
    color: #7f8c8d;
}

.menu-pagination-controls {
    display: flex;
    gap: 8px;
}

.menu-pagination-btn {
    padding: 6px 12px;
    border: 1px solid #ddd;
    background: #fff;
    color: #2c3e50;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.menu-pagination-btn:hover {
    background: #e67e22;
    border-color: #e67e22;
    color: #fff;
}

.menu-pagination-btn.active {
    background: #e67e22;
    border-color: #e67e22;
    color: #fff;
}

.menu-pagination-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Animation for filtered items */
.food-menu-list .mix {
    animation: fadeInUp 0.4s ease forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* No Products Message */
.no-products {
    text-align: center;
    padding: 50px;
    font-size: 18px;
    color: #7f8c8d;
    width: 100%;
}

/* Error Message */
.error-message {
    text-align: center;
    padding: 50px;
    font-size: 16px;
    color: #e74c3c;
    width: 100%;
}

.error-message i {
    margin-right: 8px;
}

/* Responsive Styles */
/* Desktop Large (1200px+) */
@media (min-width: 1200px) {
    .food-menu-list .single-menu {
        width: 50%;
    }
    
    .food-menu-list .food-menu-img {
        width: 220px;
    }
    
    .food-menu-list .food-menu-details h3 {
        font-size: 20px;
    }
}

/* Desktop Medium (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .food-menu-list .single-menu {
        width: 50%;
    }
    
    .food-menu-list .food-menu-img {
        width: 200px;
    }
}

/* Tablet (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .food-menu-list .single-menu {
        width: 100%;
    }
    
    .single-menu-details {
        flex-direction: row;
    }
    
    .food-menu-list .food-menu-img {
        width: 180px;
    }
    
    .menu-toolbar {
        justify-content: flex-start;
    }
}

/* Mobile (576px - 767px) */
@media (max-width: 767px) {
    .food-menu-list .single-menu {
        width: 100%;
    }
    
    .single-menu-details {
        flex-direction: column;
    }
    
    .food-menu-list .food-menu-img {
        width: 100%;
        height: 200px;
    }
    
    .food-menu-list .food-menu-details h3 {
        font-size: 16px;
    }
    
    .food-menu-list .food-menu-details h3 .menu-price {
        display: block;
        margin-left: 0;
        margin-top: 8px;
    }
    
    .menu-pagination {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .menu-toolbar {
        flex-direction: column;
        align-items: stretch;
    }
    
    .menu-toolbar-group {
        width: 100%;
    }
    
    .price-inputs {
        width: 100%;
    }
    
    .price-inputs input {
        flex: 1;
    }
    
    .menu-toolbar-actions {
        justify-content: center;
    }
    
    .item-meta {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .item-order-btn {
        align-self: center;
        width: 100%;
        justify-content: center;
    }
}

/* Small Mobile (up to 575px) */
@media (max-width: 575px) {
    .food-menu-list .single-menu {
        width: 100%;
        padding: 0 10px;
    }
    
    .food-menu-list .food-menu-details {
        padding: 15px;
    }
    
    .menu-pagination-controls {
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* Off-canvas Cart Styles */
.offcanvas-overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 10000;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.offcanvas-overlay.active {
    visibility: visible;
    opacity: 1;
}

.offcanvas-content {
    position: absolute;
    top: 0;
    right: -100%;
    width: 90%;
    max-width: 500px;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 10px rgba(0,0,0,0.1);
    transition: right 0.3s ease;
    display: flex;
    flex-direction: column;
}

.offcanvas-overlay.active .offcanvas-content {
    right: 0;
}

.offcanvas-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #ecf0f1;
    background: #d0963e;
    color: #fff;
}

.offcanvas-header h4 {
    margin: 0;
    font-size: 18px;
}

.offcanvas-header h4 i {
    margin-right: 8px;
}

.close-offcanvas {
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #fff;
    transition: all 0.3s ease;
}

.close-offcanvas:hover {
    transform: rotate(90deg);
}

.offcanvas-body {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
}

.offcanvas-product-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
}

/* Variant Options */
.variant-options {
    margin: 15px 0;
}

.variant-label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.variant-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.variant-option {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 15px;
    border: 1px solid #ddd;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.variant-option.selected {
    background: #d0963e;
    border-color: #d0963e;
    color: #fff;
}

.variant-option input {
    display: none;
}

.variant-name {
    font-size: 14px;
    font-weight: 500;
}

.variant-price {
    font-size: 12px;
}

/* Quantity Selector */
.quantity-selector {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
}

.quantity-btn {
    width: 35px;
    height: 35px;
    background: #ecf0f1;
    border: none;
    border-radius: 4px;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.quantity-btn:hover {
    background: #d0963e;
    color: #fff;
}

.quantity-input {
    width: 60px;
    height: 35px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

/* Order Total Preview */
.order-total-preview {
    margin: 15px 0;
    padding: 10px;
    background: #f9f9f9;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.add-to-order-btn {
    width: 100%;
    padding: 12px;
    background: #d0963e;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.add-to-order-btn:hover {
    background: #b87a2a;
}

/* Cart Items in Offcanvas */
.offcanvas-cart-item {
    border-bottom: 1px solid #ecf0f1;
    padding: 15px 0;
}

.offcanvas-cart-item-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
}

.offcanvas-cart-item-info h5 {
    margin: 0 0 5px;
    font-size: 16px;
}

.offcanvas-cart-variant {
    font-size: 12px;
    color: #7f8c8d;
    margin: 0 0 3px;
}

.offcanvas-cart-price {
    font-size: 12px;
    color: #e67e22;
    margin: 0;
}

.remove-cart-item {
    background: none;
    border: none;
    color: #e74c3c;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
}

.remove-cart-item:hover {
    transform: scale(1.1);
}

.offcanvas-cart-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cart-item-qty-btn {
    width: 30px;
    height: 30px;
    background: #ecf0f1;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cart-item-qty-btn:hover {
    background: #d0963e;
    color: #fff;
}

.offcanvas-cart-qty {
    min-width: 30px;
    text-align: center;
    font-weight: 500;
}

.offcanvas-cart-line-total {
    margin-left: auto;
    color: #e67e22;
}

.offcanvas-cart-summary {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid #ecf0f1;
}

.offcanvas-cart-total {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.offcanvas-cart-actions {
    display: flex;
    gap: 10px;
}

.secondary-cart-btn {
    flex: 1;
    padding: 10px;
    background: #6c757d;
    color: #000;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.secondary-cart-btn:hover {
    background: #5a6268;
    color: #fff;
}

/* Toast Notification */
.cart-toast {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #28a745;
    color: #fff;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 14px;
    z-index: 10001;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.cart-toast.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(-10px);
}

.cart-toast i {
    margin-right: 8px;
}

/* Mix class for filter compatibility */
.mix {
    display: block !important;
}


/*-----------------------------
    6. EVENT AREA
------------------------------*/

.event-area,
.team-area {
    position: relative;
    color: #212324;
}

.event-area-bg {
    background: rgba(0, 0, 0, 0) url("../img/event/event_area_bg.jpg") no-repeat scroll center center / cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.single-event {
    border-bottom: 1px solid #C3C3C4;
    padding: 60px 0;
}

.single-event:first-child {
    padding-top: 0;
}

.single-event:last-child {
    border-bottom: 0 none;
    padding-bottom: 0;
}

.event-img {
    float: right;
    margin-left: 40px;
}

.event-content {
    padding-left: 220px;
    position: relative;
}

.event-date {
    border: 1px solid;
    font-size: 16px;
    font-weight: 700;
    height: 150px;
    left: 0;
    padding-top: 45px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 150px;
}

.event-date span {
    display: block;
    font-size: 67px;
    padding-bottom: 20px;
}

.event-details>h3 {
    font-size: 24px;
}

p.event-meta {
    margin-bottom: 40px;
    padding-bottom: 30px;
    position: relative;
}

p.event-meta::after {
    background: #c1924c none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}

.event-meta>a {
    color: #212324;
}

.event-meta>a:hover {
    color: #c1924c;
}


/*-----------------------------
    7. TEAM AREA
-------------------------------*/

.member-social-bookmark ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.member-social-bookmark ul li a {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 100%;
    padding-top: 8px;
    width: 100%;
}

.member-social-bookmark ul li a:hover {
    color: #d0963e;
}

.team-member-img {
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.team-member-img::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.single-team-member:hover .team-member-img::after {
    opacity: 0.5;
}

.team-member-img img {
    width: 100%;
}

.member-social-bookmark {
    height: 220px;
    margin-top: -110px;
    position: absolute;
    right: -25%;
    top: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 50px;
    z-index: 9;
}

.member-social-bookmark ul li {
    height: 40px;
    margin-bottom: 5px;
}

.member-details {
    padding: 0 15px;
}

.single-team-member:hover .member-social-bookmark {
    right: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.member-details>h3 {
    font-size: 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    letter-spacing: 1px;
}

.member-details>h3:hover {
    color: #c1934c;
}

.member-details>p {
    margin-bottom: 0;
}


/*-----------------------------
    8. BLOG AREA
------------------------------*/

.blog-area {
    background: #f3f4f4 none repeat scroll 0 0;
    position: relative;
}

.post-details {
    background: #fff none repeat scroll 0 0;
    margin: auto;
    padding: 30px;
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px);
    width: 85%;
    margin-bottom: -150px;
}

a.post-meta-button {
    background: #c1934c none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    min-width: 150px;
    padding: 7px 20px;
    text-transform: uppercase;
}

.post-details>h3 {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
}

.post-details>h3::after {
    background: #c1934c none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
}

.post-meta {
    letter-spacing: 1px;
}

.post-meta a {
    margin: 0 10px;
}


/*-----------------------------
    9. INSTAGRAM FEED AREA
------------------------------*/

.instagram-area .area-title h4 {
    font-size: 30px;
    text-transform: capitalize;
}

.instagram-area .area-title h4 a {
    color: #c1934c;
}

ul.instagram-feed {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}

ul.instagram-feed li {
    display: inline-block;
    width: 20%;
}

ul.instagram-feed li img {
    padding: 0 10px;
}


/*------------------------------
    10. FOOTER AREA
-------------------------------*/

.footer-area {
    background: #191a1b none repeat scroll 0 0;
    color: #cacaca;
    letter-spacing: 1px;
    position: relative;
}

.footer-top {
    border-bottom: 1px solid #2B2C2D;
}

.footer-area a {
    color: #d0963e;
}

.footer-area a:hover {
    color: #fff;
}

.footer-logo,
.footer-address {
    margin-bottom: 50px;
}

.footer-social-bookmark ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.footer-social-bookmark ul li {
    display: inline-block;
    margin: 0 5px;
}

.footer-social-bookmark ul li a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 4px;
    transition: all 0.3s ease;
    background: transparent;
    text-decoration: none;
}

/* Icon size control */
.footer-social-bookmark ul li a img {
    width: 30px;
    height: 20px;
    vertical-align: middle;
    transition: all 0.3s ease;
}

/* Hover effects */
.footer-social-bookmark ul li a:hover {
    background: #fff;
}

.footer-social-bookmark ul li a:hover img {
    filter: brightness(0) saturate(100%) invert(68%) sepia(34%) saturate(724%) hue-rotate(352deg) brightness(93%) contrast(92%);
    transform: scale(1.15);
}

/* Icon size variations - choose one */

/* Small icons */
.footer-social-bookmark.small ul li a img {
    width: 36px;
    height: 16px;
}

/* Medium icons (default) */
.footer-social-bookmark.medium ul li a img {
    width: 90px;
    height: 20px;
}

/* Large icons */
.footer-social-bookmark.large ul li a img {
    width: 94px;
    height: 24px;
}

/* Extra large icons */
.footer-social-bookmark.xl ul li a img {
    width: 68px;
    height: 28px;
}

/* Responsive sizes */
@media (max-width: 767px) {
    .footer-social-bookmark ul li a {
        height: 36px;
        width: 36px;
    }
    
    .footer-social-bookmark ul li a img {
        width: 18px;
        height: 18px;
    }
    
    .footer-social-bookmark ul li {
        margin: 0 3px;
    }
}

@media (max-width: 480px) {
    .footer-social-bookmark ul li a {
        height: 32px;
        width: 32px;
    }
    
    .footer-social-bookmark ul li a img {
        width: 16px;
        height: 16px;
    }
}

.footer-menu ul {
    text-align: inherit;
}

.footer-menu ul li a {
    display: inline-block;
    padding: 7px 10px 7px 0;
}

.footer-menu {
    padding: 30px 0;
}

.footer-copyright {
    text-align: center;
}

.footer-copyright p {
    margin-bottom: 0;
}


/*------------------------------
    11. SCROLL TO TOP
-------------------------------*/

a.scrolltotop {
    background: #d0963e none repeat scroll 0 0;
    border: 1px solid transparent;
    bottom: 20px;
    color: #fff;
    display: none;
    font-size: 20px;
    height: 50px;
    padding-top: 10px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 50px;
    z-index: 99;
}

a.scrolltotop:hover {
    background: #1a1a1a;
    border: 1px solid;
}


/*=============================
    12. HOME PAGE TWO
===============================*/


/*-----------------------------
    12.1 ABOUT AREA
-------------------------------*/

.about-video {
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.about-video::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
}

a.about-video-button,
a.blog-video-button {
    width: 100%;
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    color: #1a1a1a;
    font-size: 30px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    padding-left: 7px;
    padding-top: 15px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 60px;
    z-index: 9;
}

a.about-video-button:hover {
    background: #1a1a1a none repeat scroll 0 0;
    color: #fff;
}

.home-three a.post-meta-button {
    background: #ca3d26;
}


/*------------------------------
    12.2 PROMOTIONS AREA
-------------------------------*/

.promotions-img img {
    width: 100%;
}

.style-two .promotions-details {
    background: #f3f4f4 none repeat scroll 0 0;
    border-top: 4px solid #c1934c;
    color: #1e1e1f;
    margin: -120px auto auto;
    padding: 50px;
    position: relative;
    width: 85%;
    z-index: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.style-two .promotions-details h3 {
    font-family: "Cinzel", serif;
    font-size: 58px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.style-two .promotions-details h4 {
    color: #c1934c;
    font-size: 30px;
    letter-spacing: 2px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: "Cinzel", serif;
}

.style-two .promotions-details p {
    font-size: 16px;
    font-weight: 700;
}

.style-two .promotions-details p span {
    font-size: 38px;
}

.style-two a.read-more {
    border: 1px solid;
    color: #c1934c;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 15px 0 10px;
    padding: 10px 26px;
    text-transform: uppercase;
}

.style-two .single-promotions:hover .promotions-details {
    background: #d0963e;
    color: #fff;
}

.style-two .single-promotions:hover .promotions-details h3 {
    color: #fffc00
}

.style-two .single-promotions:hover .promotions-details h4 {
    color: #fff;
}

.style-two .single-promotions:hover a.read-more {
    color: #fff;
}

.style-two .single-promotions a.read-more:hover {
    background: #fff none repeat scroll 0 0;
    color: #c1934c;
}

.single-promotions .promotions-img {
    width: 100%;
    height: auto;
    /* Remove fixed height */
    overflow: hidden;
}

.single-promotions .promotions-img img {
    width: 100%;
    height: auto;
}


/*===========================
    13. HONE THREE
============================*/


/*--------------------------
    13.1 ABOUT AREA
---------------------------*/



.home-three .area-title h3 {
    background: rgba(0, 0, 0, 0) url("../img/title_bg.png") no-repeat scroll center center / 100% 100%;
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    padding: 5px 25px;
}

.about-author-sign {
    margin-top: 40px;
}

.big-text {
    float: left;
    font-size: 80px;
    font-weight: 700;
    margin-bottom: -4px;
    margin-right: 10px;
    line-height: 1;
}

.table-booking-form {
    background: #ca3d26 none repeat scroll 0 0;
    display: block;
    padding: 30px 20px;
    margin-top: -150px;
    z-index: 99;
    position: relative;
}

.table-booking-form input,
.table-booking-form select {
    border: 2px solid;
    color: #fff;
    height: 40px;
    position: relative;
    width: 100%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
    cursor: pointer;
    padding: 0 10px;
}

.table-booking-form label {
    color: #fff;
    font-size: 20px;
    position: absolute;
    right: 25px;
    top: 7px;
}

.table-booking-form button {
    background: transparent none repeat scroll 0 0;
    border: 2px solid;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 5px 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.table-booking-form button:hover {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #ca3d26;
}

option {
    padding: 5px;
}


/*--------------------------
    13.2 PROMOTIONS AREA
----------------------------*/

.home-three .promotion-area-bg {
    background: rgba(0, 0, 0, 0) url("../img/promotions/home_three_promotions_area_bg_1.jpg") no-repeat fixed 0 0 / cover;
}

.home-three .promotions-area .area-title h3::after {
    display: none;
}

.home-three .footer-area-bg {
    background: rgba(0, 0, 0, 0);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transition: background 0.3s ease-in-out;
}

.home-three:hover .footer-area-bg {
    background: rgba(208, 150, 62, 0.15); /* #d0963e with transparency */
}

.home-three .footer-area-bg::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
}


/*===============================
    14. ABOUT PAGE
=================================*/

.top-area.single-page {
    height: 500px;
    position: relative;
}

.page-barner-bg {
    background-attachment: fixed !important;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.about-page .page-barner-bg {
    background: rgba(0, 0, 0, 0) url("../img/about/about_page_barner.jpg") no-repeat scroll center center / cover;
}

.count-area-bg:after,
.page-barner-bg::after {
    background: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}

.page-barner-area {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 100px;
    width: 100%;
    text-align: center;
    color: #fff;
}

.barner-text h1 {
    font-size: 55px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.barner-text h1 span {
    font-weight: 300;
}

ul.page-location {
    bottom: -140px;
    left: 0;
    letter-spacing: 2px;
    list-style: outside none none;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

ul.page-location li {
    color: #fff;
    display: inline-block;
    margin-right: 5px;
}

ul.page-location li a {
    color: #fff;
}

ul.page-location li.active a {
    color: #d0963e;
}


/*----------------------------
    14.1 COUNTER AREA
------------------------------*/

.counter-area {
    color: #fff;
    position: relative;
}

.count-area-bg {
    background: rgba(0, 0, 0, 0) url("../img/about/about_counter_bgr.jpg") no-repeat scroll 0 0 / cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.single-counter {
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.counter-icon {
    font-size: 48px;
    height: 50px;
    margin: auto auto 20px;
    text-align: center;
    width: 50px;
}

h3.counter {
    font-size: 38px;
    letter-spacing: 4px;
    line-height: 0.7;
}


/*------------------------------
    14.2 TESTOMONIAL AREA
-------------------------------*/

.testmonial-area {
    font-size: 24px;
    position: relative;
}

.testmonial-area-bg {
    background: rgba(0, 0, 0, 0) url("../img/testmonial/testmonial.jpg") no-repeat scroll center center / cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.testmonial-area-bg::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
}

.quate-icon {
    border: 2px solid;
    border-radius: 50%;
    color: #c1934c;
    height: 50px;
    margin: auto auto 40px;
    padding-top: 12px;
    width: 50px;
}

.testmonial-member-name-title>h4 {
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.testmonial-member-name-title {
    color: #1b1b1b;
    font-size: 14px;
    margin-top: 40px;
}

.testmonial-member-name-title>p {
    margin-bottom: 0;
}

.row.testmonial-slider {
    margin: auto;
}

.testmonial-area .owl-nav>div {
    display: inline-block;
    font-size: 50px;
    height: 50px;
    margin-top: -25px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
    color: #b8b8b8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.testmonial-area .owl-nav>div:hover {
    -webkit-transform: scaleY(1.5);
    transform: scaleY(1.5);
    color: #c1934c;
}

.testmonial-area .owl-nav>div.owl-next {
    right: 0;
}

.testmonial-area .owl-nav>div.owl-prev {
    left: 0;
}


/*===========================
    15. RESERVATION PAGE
============================*/

.reservation-page .page-barner-bg {
    background: rgba(0, 0, 0, 0) url("../img/singlepage_bg/reservation_bg.jpg") no-repeat scroll center center / cover;
}


/*--------------------------
    15.1 RESERVATION AREA
---------------------------*/

.main-reservaton-form {
    margin-bottom: 100px;
}

.main-reservaton-form input,
.main-reservaton-form textarea {
    max-height: 130px;
    padding: 8px 5px;
    position: relative;
    width: 100%;
    border: 0;
    border-bottom: 1px dashed;
    margin-bottom: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.main-reservaton-form input:focus,
.main-reservaton-form textarea:focus {
    border-color: #d0963e;
    box-shadow: 0 0 0;
    outline: none;
}

.main-reservaton-form label {
    cursor: pointer;
    font-size: 20px;
    height: 30px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 8px;
    width: 30px;
    z-index: 9;
}

.main-reservaton-form button,
.comment-box button {
    background: transparent none repeat scroll 0 0;
    border: 1px solid;
    color: #d0963e;
    display: block;
    letter-spacing: 2px;
    margin: auto auto 30px;
    padding: 10px 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.main-reservaton-form button:hover,
.comment-box button:hover {
    background: #d0963e none repeat scroll 0 0;
    border-color: #d0963e;
    color: #fff;
}

.reservation-call-to-action,
.reservation-private-text {
    color: #212324;
    line-height: 2;
}

.reservation-call-to-action h4,
.reservation-private-text h4 {
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.reservation-call-to-action a {
    color: #c1934c;
    font-size: 20px;
}


/*==============================
    16. EVENTS PAGE
===============================*/

.events-page .page-barner-bg {
    background: rgba(0, 0, 0, 0) url("../img/event/event_page_barner_bg.jpg") no-repeat scroll center center / cover;
}

ul.event-menu,
ul.page-pagination {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}

ul.event-menu {
    margin-bottom: 60px;
}

ul.event-menu li,
ul.page-pagination li {
    border: 1px solid;
    display: inline-block;
}

ul.event-menu li a,
ul.page-pagination li a {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 5px 50px;
    text-transform: uppercase;
}

ul.event-menu li.active a,
ul.event-menu li:hover a,
ul.page-pagination li.active a,
ul.page-pagination li:hover a {
    background: #1a1a1a none repeat scroll 0 0;
    color: #fff;
}

ul.page-pagination li a {
    height: 35px;
    padding: 5px;
    min-width: 35px;
}

.events-page .single-event:last-child {
    border-bottom: 1px solid #c3c3c4;
    margin-bottom: 60px;
    padding-bottom: 60px;
}


/*================================
    17. EVENT DETAILS
==================================*/

.single-events-page .page-barner-bg {
    background: rgba(0, 0, 0, 0) url("../img/event/event_details_page_barner_bg.jpg") no-repeat scroll center center / cover;
}

.single-events-page .single-event:last-child {
    border-bottom: 1px solid #c3c3c4;
    margin-bottom: 60px;
    padding-bottom: 60px;
}

.event-details-img {
    margin-bottom: 40px;
}

.event-ticket-booking>ul {
    border: 1px solid #e1e1e1;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.event-ticket-booking>ul li {
    border-bottom: 1px solid #e1e1e1;
    display: block;
    padding: 15px 10px;
}

.event-ticket-booking>ul li .fa {
    background: #d0963e none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    height: 23px;
    padding-top: 4px;
    text-align: center;
    width: 23px;
}

.event-ticket-booking>ul li input {
    width: 70px;
}

.event-ticket-booking>ul li span {
    float: right;
}

.event-ticket-booking>ul li:last-child {
    border: 0 none;
    text-align: center;
}

.event-ticket-booking>ul li a {
    background: #d0963e none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 20px 0;
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
}

.event-ticket-booking>ul li a:hover {
    background: #212324 none repeat scroll 0 0;
}

.event-details-list>h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.event-details-list ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.event-details-list {
    margin-top: 40px;
}

.event-details-list ul li {
    padding-bottom: 5px;
    padding-left: 20px;
    padding-top: 5px;
    position: relative;
}

.event-details-list ul li::after {
    background: #d0963e none repeat scroll 0 0;
    content: "";
    height: 6px;
    left: 0;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    width: 10px;
}

.tags-and-social-bar {
    border-bottom: 1px solid #c3c3c4;
    margin: -40px 0 60px;
    padding-bottom: 20px;
}

.tags h3,
.tags ul,
.single-event-social-bar h3,
.single-event-social-bar ul,
.single-post-social-bar h3,
.single-post-social-bar ul {
    display: inline-block;
}

.tags ul,
.single-event-social-bar ul,
.single-post-social-bar ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.tags ul li,
.single-event-social-bar ul li,
.single-post-social-bar ul li {
    display: inline;
}

.tags ul li a {
    display: inline-block;
    padding: 5px;
}

.tags h3,
.single-event-social-bar h3,
.single-post-social-bar h3 {
    font-size: 18px;
    margin: 0 15px;
}

.single-event-social-bar ul li a,
.single-post-social-bar ul li a {
    padding: 5px 10px;
}

.single-event-social-bar,
.single-post-social-bar {
    margin-top: -30px;
}

.single-events-page .page-pagination {
    margin-top: 50px;
}


/*===============================
    18. BLOG PAGE
=================================*/

.blog-page .page-barner-bg {
    background: rgba(0, 0, 0, 0) url("../img/blog/blog_page_barner.jpg") no-repeat scroll center center / cover;
}

.blog-page.section-padding {
    padding-top: 50px;
}

.blog-page.blog-area {
    background: inherit;
    position: inherit;
}

.single-blog {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

.single-blog img {
    width: 100%;
}

.title-and-meta {
    margin-bottom: 30px;
    margin-top: 30px;
    padding-bottom: 10px;
    position: relative;
}

.title-and-meta::after {
    background: #1a1a1a none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -30px;
    position: absolute;
    width: 60px;
}

.title-and-meta h3 {
    font-size: 28px;
    font-weight: 400;
}

.blog-video {
    position: relative;
}

.blog-area iframe {
    width: 100%;
    border: 0;
    overflow: hidden;
}

.blog-page a.read-more {
    margin-bottom: 0;
}

.blog-image-sldie .owl-nav>div {
    background: #fff none repeat scroll 0 0;
    color: #1a1a1a;
    display: inline-block;
    font-size: 35px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
}

.blog-image-sldie .owl-nav>div.owl-next {
    right: -2px;
}

.blog-image-sldie .owl-nav>div.owl-prev {
    left: 0;
}


/*------------------------------
    18.1 SIDEBAR AREA
-------------------------------*/

.single-sidebar-widget>form {
    height: 45px;
    position: relative;
}

.single-sidebar-widget>form input {
    border: 2px solid;
    color: #1b1c1c;
    height: 100%;
    padding: 12px;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-sidebar-widget>form button {
    background: #1b1c1c none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-size: 20px;
    height: 41px;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 20%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-sidebar-widget input:focus {
    border-color: #d0963e;
}

.single-sidebar-widget input:focus+button {
    background: #d0963e;
}

.single-sidebar-widget>form button:hover {
    background: #1b1c1c none repeat scroll 0 0;
}

.single-sidebar-widget {
    margin-bottom: 50px;
}

.single-sidebar-widget:last-child {
    margin-bottom: 0;
}

.single-sidebar-widget>h4,
.blog-comments h4,
.comment-box h4 {
    color: #212222;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 40px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}

.single-sidebar-widget>h4::after,
.blog-comments h4::after,
.comment-box h4::after {
    background: #212222 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}

.single-sidebar-widget ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.single-sidebar-widget ul li {
    display: inline;
}

.single-sidebar-widget.tag-widget ul li a {
    border: 1px solid;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1px;
    margin: 3px 1px;
    padding: 5px;
    text-transform: uppercase;
}

.single-sidebar-widget.tag-widget ul li a:hover {
    background: #d0963e none repeat scroll 0 0;
    border-color: #c1934c;
    color: #fff;
}

.single-sidebar-widget.catagories-widget ul li {
    border-bottom: 1px solid #dfdfdf;
    display: block;
}

.single-sidebar-widget.catagories-widget ul li a {
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 0;
    text-transform: uppercase;
}

.single-sidebar-widget.catagories-widget ul li a i {
    margin-right: 10px;
}

.single-sidebar-widget.catagories-widget ul li:hover a {
    padding-left: 11px;
}

.social-widget ul li {
    display: inline-block;
}

.social-widget ul li a {
    background: #ddd none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    font-size: 20px;
    height: 40px;
    padding-top: 7px;
    text-align: center;
    width: 40px;
    color: #fff;
}

.social-widget ul li.s_facebook a {
    background: #2069ba none repeat scroll 0 0;
}

.social-widget ul li.s_twitter a {
    background: #25AEEE none repeat scroll 0 0;
}

.social-widget ul li.s_youtube a {
    background: #C32E2E none repeat scroll 0 0;
}

.social-widget ul li.s_dribbble a {
    background: #C93292 none repeat scroll 0 0;
}

.social-widget ul li a:hover {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 3px #212121;
    color: #212121;
}

.post-widget ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.post-widget ul li.s_post {
    border-bottom: 1px solid #dfdfdf;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 20px;
    position: relative;
}

.post-widget ul li .post-tumb {
    height: 80px;
    width: 80px;
}

.post-widget ul li .post-tumb img {
    height: 100%;
    width: 100%;
}

.post-title-and-date h4 {
    font-size: 16px;
    margin-bottom: 5px;
}

.post-title-and-date a {
    margin: 0;
}

.single-sidebar-widget .post-meta {
    margin-bottom: 0;
}

ul.blog-instagram-feed-widget {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}

ul.blog-instagram-feed-widget li {
    display: inline-block !important;
    margin: 3px;
    width: 30%;
}

.blog-instagram-feed-widget img {
    width: 100%;
}

.blog-instagram-feed-widget img:hover {
    opacity: 0.5;
}


/*==============================
    19. SINGLE BLOG PAGE
================================*/

.single-blog-page .page-barner-bg {
    background: rgba(0, 0, 0, 0) url("../img/blog/blog_details_page_barner.jpg") no-repeat scroll center center / cover;
}

.single-blog-page .title-and-meta::after {
    left: 0;
    margin-left: auto;
}

.blog-comments {
    margin-bottom: 50px;
}

.single-comments:nth-child(2n+1) {
    margin-left: 80px;
}

.comment-meta h5 {
    color: #1a1a1a;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.comment-meta h5 span a {
    color: #d0963e;
    float: right;
}

.comment-meta h5 span i {
    margin-right: 5px;
}

.comment-meta h5 span a:hover {
    color: #1a1a1a;
}

.comment-box input,
.comment-box textarea {
    border: 1px dashed;
    display: block;
    margin-bottom: 30px;
    max-height: 100px;
    padding: 5px 10px;
    width: 100%;
}

.comment-box button {
    margin: 0 0 30px;
    text-transform: uppercase;
}

.single-comments {
    padding-bottom: 10px;
    padding-top: 20px;
    border-bottom: 1px solid #d1d1d1;
}


/*===============================
    20. MENU PAGE
================================*/

.menu-page .page-barner-bg {
    background: rgba(0, 0, 0, 0) url("../img/contact_page_barner.jpg") no-repeat scroll center center / cover;
}

.style-three .promotion-area-bg {
    background: #f4f4f4 none repeat scroll 0 0;
}

.style-three .promotion-area-bg::after {
    background: inherit;
}

.style-three.promotions-area .area-title h3 {
    margin-bottom: 0;
    padding-bottom: 0;
    position: inherit;
    color: #212324;
}

.home-three .style-three.promotions-area .area-title h3 {
    color: #fff;
}

.style-three .promotions-img {
    height: auto;
    max-height: 450px;
    width: 70%;
}

.style-three .promotions-details {
    background: #fff none repeat scroll 0 0;
    color: #1a1a1a;
    height: 300px;
    margin-top: -150px;
    max-height: 350px;
    padding: 50px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 40%;
    z-index: 9;
}

.style-three .promotions-details h3 {
    font-size: 30px;
}

.style-three .promotions-details a.read-more {
    margin-top: 25px;
}

.style-three .promotions-details a.read-more:hover {
    background: #c1934c none repeat scroll 0 0;
    border-color: #c1934c;
    color: #fff;
}

.row.menu-discount-offer {
    margin: auto;
}

.menu-discount-offer .owl-dots>div {
    background: #bcbfc1 none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    margin: 0 5px;
    width: 15px;
}

.owl-dots {
    margin-top: 50px;
    text-align: center;
}

.menu-discount-offer .owl-dots>div.active {
    background: #1a1a1a none repeat scroll 0 0;
}

.style-three.home-three.promotions-area .area-title h3 {
    color: #fff;
}

/*=================================
    21. CONTACT US PAGE
==================================*/

.contact-us-page .page-barner-bg {
    background: rgba(0, 0, 0, 0) url("../img/contact_page_barner.jpg") no-repeat scroll center center / cover;
}

.single-contact-widget {
    margin-bottom: 30px;
}

.contact-icon {
    border: 2px solid;
    border-radius: 50%;
    color: #d0963e;
    font-size: 40px;
    height: 80px;
    margin: auto auto 20px;
    padding-top: 15px;
    width: 80px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-contact-widget:hover .contact-icon {
    background: #d0963e none repeat scroll 0 0;
    border-color: #d0963e;
    color: #fff;
}

.single-contact-widget a {
    display: block;
}

.contact-form input,
.contact-form textarea {
    border: 1px dashed;
    border-radius: 0;
    box-shadow: 0 0 0 0;
    font-style: italic;
    letter-spacing: 1px;
    margin-bottom: 30px;
    max-height: 130px;
    min-height: 45px;
    padding: 10px;
    width: 100%;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #d0963e;
    box-shadow: 0 0 0 0;
}

.contact-form button {
    background: transparent none repeat scroll 0 0;
    border: 1px solid;
    color: #d0963e;
    letter-spacing: 2px;
    margin-left: 15px;
    padding: 10px 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.contact-form button:hover {
    background: #d0963e none repeat scroll 0 0;
    border-color: #d0963e;
    color: #fff;
}

.google-map {
    margin-top: 50px;
}


/*===============================
    22. 404 ERROR PAGE
================================*/

.error-page .page-barner-bg {
    background: rgba(0, 0, 0, 0) url("../img/blog/blog_page_barner.jpg") no-repeat scroll center center / cover;
}

.error-text {
    font-size: 16px;
    letter-spacing: 1px;
    color: #242628;
}

.error-main-hidding>h2 {
    font-size: 96px;
    font-weight: 400;
    letter-spacing: 10px;
    line-height: 1;
    margin-bottom: 40px;
}

.error-text h5 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.5em;
    margin-bottom: 50px;
}

.error-text .single-sidebar-widget>form {
    height: 50px;
    position: relative;
}

.error-text .single-sidebar-widget>form button {
    height: 46px;
}

.error-text a {
    color: #d0963e;
}

/* Gallery Styles */
.gallery-img {
    height: 250px;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #e8dcc8;
}

.gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    transform: scale(1.15);
}

.gallery-img:hover img {
    transform: scale(1);
}

.gallery-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.3s ease;
    z-index: 10;
}

.gallery-img:hover .gallery-overlay {
    transform: translate(-50%, -50%) scale(1);
}

.gallery-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: #d0963e;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.gallery-icon:hover {
    background: #fff;
    color: #d0963e;
    transform: rotate(90deg);
}

.gallery-caption {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    transition: bottom 0.3s ease;
    z-index: 10;
}

.gallery-img:hover .gallery-caption {
    bottom: 0;
}

.gallery-caption h5 {
    font-size: 14px;
    margin-bottom: 3px;
    color: #fff;
}

.gallery-caption p {
    font-size: 11px;
    margin-bottom: 0;
    color: #d0963e;
}

/* Filter Buttons */
.gallery-filter-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 60px;
}

.gallery-filter-menu ul li {
    border: 1px solid;
    color: #1e1e1f;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 2px;
    padding: 3px 10px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.gallery-filter-menu ul li:hover,
.gallery-filter-menu ul li.active {
    background: #1e1e1f none repeat scroll 0 0;
    border-color: #1e1e1f;
    color: #fff;
}

/* Animation for filtering */
.gallery-item {
    margin-bottom: 30px;
    display: none;
}

.gallery-item.hide {
    display: none;
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.gallery-item.show {
    animation: fadeInScale 0.4s ease forwards;
}

/* Google Review Button with Real Google Colors */
.review-button-container {
    margin-top: 50px;
    margin-bottom: 20px;
}

.google-review-btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: white;
    color: #5f6368;
    padding: 12px 28px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-radius: 4px;
    text-transform: none;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    text-decoration: none;
    border: 1px solid #dadce0;
}

.google-icon-wrapper {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.google-icon {
    width: 20px;
    height: 20px;
}

.button-text {
    color: #3c4043;
    font-weight: 500;
    letter-spacing: 0.25px;
}

.rating-stars {
    display: inline-flex;
    gap: 4px;
    margin-left: 5px;
}

.rating-stars i {
    color: #ffd700;
    font-size: 14px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.google-review-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    background: #f8f9fa;
    border-color: #dadce0;
    text-decoration: none;
}

.google-review-btn:hover .button-text {
    color: #202124;
}

/* Alternative: Colored Google Button */
.google-review-btn.colored {
    background: #4285F4;
    border: none;
}

.google-review-btn.colored .button-text {
    color: white;
}

.google-review-btn.colored:hover {
    background: #3367d6;
    box-shadow: 0 4px 12px rgba(66,133,244,0.3);
}

/* Responsive */
@media (max-width: 768px) {
    .google-review-btn {
        padding: 10px 20px;
        gap: 10px;
    }
    
    .button-text {
        font-size: 14px;
    }
    
    .rating-stars i {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .google-review-btn {
        flex-wrap: wrap;
        justify-content: center;
    }
}



/* ========== MAGNIFIC POPUP ARROW FIXES ========== */
.mfp-arrow {
    opacity: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 50px !important;
    height: 50px !important;
    background: #d0963e !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    z-index: 1046 !important;
}

.mfp-arrow:hover {
    background: #fff !important;
    transform: scale(1.1);
}

.mfp-arrow:hover i {
    color: #d0963e !important;
}

.mfp-arrow:before,
.mfp-arrow:after {
    display: none !important;
}

.mfp-arrow-prev {
    left: 20px !important;
    right: auto !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.mfp-arrow-next {
    right: 20px !important;
    left: auto !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.mfp-close {
    background: #d0963e !important;
    border-radius: 50% !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 1 !important;
    top: 20px !important;
    right: 20px !important;
    font-size: 30px !important;  
    font-family: Arial, sans-serif !important;
    color: #fff !important;
    line-height: 1 !important;
    padding: 0 !important;
    text-decoration: none !important;
}

.mfp-close:hover {
    background: #fff !important;
    color: #d0963e !important;  
}

.mfp-close i {
    font-size: 20px !important;
    color: #fff !important;
}

.mfp-counter {
    font-size: 14px;
    color: #fff;
    background: rgba(0,0,0,0.6);
    padding: 5px 15px;
    border-radius: 20px;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1046;
}

.mfp-title {
    font-size: 14px;
    color: #fff;
    background: rgba(0,0,0,0.7);
    padding: 8px 20px;
    border-radius: 25px;
    position: fixed;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 1046;
}

.mfp-figure:after {
    box-shadow: none;
    background: transparent;
}

.mfp-img {
    max-width: 90vw !important;
    max-height: 80vh !important;
}

/* Navigation Icons Container */
.nav-icons-container {
    display: flex;
    align-items: center;
    gap: 15px;
    float: right;
}

/* Search Form Area - Keep existing styles */
.search-form-area {
    position: relative;
}

.nav-icons-container .search-form-area {
    float: none;
    margin-right: 0;
}

.is-sticky .nav-icons-container .search-form-area {
    margin-right: 0;
}

@media (max-width: 991px) {
    .nav-icons-container {
        float: none;
        display: flex;
        justify-content: center;
        width: 100%;
        margin: 10px 0 15px;
    }

    .nav-icons-container .search-form-area {
        display: none;
    }

    .cart-icon-area {
        display: inline-flex;
        justify-content: center;
    }

    .cart-icon-link {
        min-width: 44px;
        min-height: 44px;
    }
}

@media (min-width: 1400px) {
    .nav-icons-container {
        gap: 18px;
    }

    .cart-icon-link {
        padding: 10px 14px;
    }

    .cart-icon-link i {
        font-size: 20px;
    }

    .cart-count-badge {
        width: 22px;
        height: 22px;
        font-size: 11px;
    }
}

/* Cart Icon Area */
.cart-icon-area {
    position: relative;
    display: inline-block;
}

.mobile-cart-area {
    display: none;
}

.cart-icon-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    background: #c9a96e;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.cart-icon-link:hover {
    background: #a87b3e;
    transform: scale(1.05);
    text-decoration: none;
}

.cart-icon-link i {
    font-size: 18px;
    color: white;
    margin-right: 5px;
}

.cart-count-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #ff4757;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
    font-family: Arial, sans-serif;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .nav-icons-container {
        gap: 8px;
    }
    
    .cart-icon-link {
        padding: 5px 8px;
    }
    
    .cart-icon-link i {
        font-size: 14px;
    }
    
    .cart-count-badge {
        width: 16px;
        height: 16px;
        font-size: 8px;
        top: -5px;
        right: -5px;
    }
}

/* For mobile menu collapse */
@media (max-width: 767px) {
    .navbar-collapse {
        text-align: center;
    }
    
    .nav-icons-container {
        float: none;
        display: inline-flex;
        justify-content: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .cart-icon-link {
        display: inline-flex;
    }
}

@media (max-width: 991px) {
    .navbar-header {
        position: relative;
    }

    .mobile-cart-area {
        display: inline-block;
        float: right;
        margin: 8px 8px 8px 0;
    }

    .mobile-cart-area .cart-icon-link {
        min-width: 42px;
        min-height: 42px;
        padding: 8px 10px;
    }

    .mobile-cart-area .cart-icon-link i {
        margin-right: 0;
    }

    .nav-icons-container .cart-icon-area {
        display: none;
    }
}