/*------------------------------------------------------------------
    File Name: style.css
    Template Name: Landigoo
    Created By: MelodyThemes
    Envato Profile: http://themeforest.net/user/melodythemes
    Website: https://melodythemes.com
    Version: 1.0
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
    [Table of contents]
	
	1. IMPORT FONTS
    2. IMPORT FILES
	3. SKELETON
	  1.1. Preloader
	  1.2. Scrollup
	4. HEADER AREA
	5. BANNER AREA
	6. ABOUT AREA
	7. SPECIAL-MENU AREA
	8. MENU AREA
	8. TEAM AREA
	9. GALLERY AREA
	10. BLOG AREA
	11. PRICING AREA
	12. RESERVATIONS AREA
	13. FOOTER AREA
	14. COPYRIGHT AREA
	15. COLOR SWITCHER AREA
	
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
    IMPORT FONTS
-------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Paprika');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');


/*------------------------------------------------------------------
    IMPORT FILES
-------------------------------------------------------------------*/

@import url(owl.theme.css);
@import url(owl.carousel.css);
@import url(slick.css);
@import url(flaticon.css);
@import url(font-awesome.min.css);
@import url(bootstrap-datetimepicker.css);
@import url(bootstrap-select.min.css);
@import url(normalize.css);
@import url(animate.min.css);

/*------------------------------------------------------------------
    SKELETON
-------------------------------------------------------------------*/
@font-face {
    font-family: 'nautilus_pompiliusregular';
    src: url('../fonts/nautilus-webfont.woff2') format('woff2'),
         url('../fonts/nautilus-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
	color:#686868;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	line-height:1.80857;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: 120% !important;
    color: #1f1f1f;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    opacity: .8
}

ul, li, ol{
	margin:0px;
	padding:0px;
	list-style:none;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}


html, body{ height: 100%; }

/*------------------------------------------------------------------
   	Preloader
-------------------------------------------------------------------*/

 #mhead{
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	text-align: center; 
	font-family: georgia;
	position: fixed;
	top: 0px;
	width: 100%;
	margin-bottom: 50px;
	margin-left: -10px;
} 

#loader  {
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: #fefefe;
     z-index: 9999;
    height: 100%;
 }

#status  {
     width: 200px;
     height: 200px;
     position: absolute;
     left: 50%;
     top: 50%;
     background-image: url(../images/loader-animation.gif);
     background-repeat: no-repeat;
     background-position: center;
     margin: -100px 0 0 -100px;
 }


/*------------------------------------------------------------------
   	Scrollup
-------------------------------------------------------------------*/
.scrollup{
	width:40px;
	height:40px;			
	text-indent:-9999px;
	opacity:0.3;
	position:fixed;
	bottom:20px;
	right:40px;
	display:none;			
	background:url(../images/icon_top.png) no-repeat;
}

.scrollup:hover{
	opacity:0.8;
}

/*------------------------------------------------------------------
    HEADER AREA
-------------------------------------------------------------------*/

#site-header{
	
}
#header{}
.logo {
    float: left;
    padding: 0;
}

.logo-img {
    max-height: 80px;
    width: auto;
    transition: all 0.3s ease;
}

.fixed-menu .logo-img {
    max-height: 60px;
}

@media (max-width: 768px) {
    .logo {
        padding: 5px 0;
    }
    
    .logo-img {
        max-height: 50px;
    }
    
    .fixed-menu .logo-img {
        max-height: 40px;
    }
}

@media (max-width: 480px) {
    .logo-img {
        max-height: 40px;
    }
    
    .fixed-menu .logo-img {
        max-height: 35px;
    }
}

.header-block-top{
	position: absolute;
    z-index: 11;
    width: 100%;
    top: 0;
    left: 0;
}

.main-menu{}
.main-menu .navbar-brand {
    margin: 0 !important;
    padding: 15px 0 15px;
    display: inline-block;
    line-height: normal;
    font-size: 100%;
    height: 100%;
}
.main-menu .navbar-default{
	background-color:transparent;
}
.main-menu .navbar{
	min-height:inherit;
	border-radius:0px;
	border:none;
	margin:0px;
}
.main-menu nav .navbar-header .navbar-brand{
	height:inherit;
}
.main-menu .navbar-default .navbar-nav li a{
	color:#fff;
}
.main-menu nav li a{
	padding: 43px 0px 15px;
	margin: 0 14px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.6px;
	position:relative;
	-webkit-transition: color 0.4s;
    transition: color 0.4s;
    font-weight: 500;
    font-size: 14px;
}

.main-menu nav li a::after,  .main-menu nav li a::before{
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: center left;
    transform-origin: center left;
    -webkit-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}



.main-menu nav li a::before {
    background: #b5b5b5;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.main-menu nav li.active a::before {
	-webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.main-menu nav li.active a::after, .main-menu nav li.active a::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.main-menu nav li a:hover::before, .main-menu nav li a:focus::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.main-menu .navbar-default .navbar-nav .active a{
	background-color:transparent;
}

.fixed-menu {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #202020;
    transition: 0.5s;
    padding: 10px 0 0 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.fixed-menu .navbar-brand{
	padding: 10px 0 10px;
}

.fixed-menu .navbar-brand>img {
    max-width: 150px;
}

.fixed-menu .main-menu nav li a{
    padding: 32px 0px 10px 0;
}


/* my menu */
/* Menu Section Styles */
.menu-main {
    background: #fff;
    padding: 60px 0;
}

.menu-filter {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}

/* Search Box Styles */
.search-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.search-box input {
    flex: 1;
    padding: 10px 35px 10px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    margin-right: 10px;
}

.clear-search {
    position: absolute;
    right: 120px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 20px;
    color: #999;
    cursor: pointer;
    padding: 0 8px;
    display: none;
}

.clear-search:hover {
    color: #333;
}

.search-btn {
    padding: 10px 20px;
    background-color: #d65106;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.search-btn:hover {
    background-color: #b54404;
}

/* Menu Type Buttons */
.menu-type-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 30px 0;
}

.menu-type-btn {
    background: #fff;
    color: #333;
    border: none;
    padding: 15px 40px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.menu-type-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.menu-type-btn.active {
    background: #e75b1e;
    color: white;
}

/* Menu Container Layout */
.menu-container {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

.menu-sidebar {
    width: 250px;
    flex-shrink: 0;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    padding: 20px;
}

.menu-content {
    flex: 1;
    min-width: 0;
}

/* Menu Items Grid Layout */
.menu-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    padding: 20px;
}

.menu-item {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 0;
}

.menu-item:hover {
    transform: translateY(-5px);
}

.menu-item-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.menu-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.menu-item:hover .menu-item-image img {
    transform: scale(1.1);
}

.menu-item-content {
    padding: 20px;
}

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

.menu-item-header h3 {
    font-size: 18px;
    margin: 0;
    color: #333;
    flex: 1;
    margin-right: 10px;
}

.menu-item .price {
    font-weight: bold;
    color: #e75b1e;
    font-size: 18px;
    white-space: nowrap;
}

.menu-item .description {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin: 10px 0;
}

.menu-item .tag {
    display: inline-block;
    padding: 2px 4px;
    margin-left: 5px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 3px;
    background-color: #f8f9fa;
}

/* Container width adjustment */
@media (min-width: 1400px) {
    .container {
        width: 1400px;
        margin: 0 auto;
        padding: 0 15px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1300px;
        margin: 0 auto;
        padding: 0 15px;
    }
}

/* Responsive Menu Grid */
@media (max-width: 1200px) {
    .menu-items {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .menu-container {
        flex-direction: column;
    }

    .menu-sidebar {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .menu-items {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 15px;
}
}

.no-results {
    text-align: center;
    padding: 20px;
    color: #666;
    font-size: 16px;
    background: #f5f5f5;
    border-radius: 4px;
    margin-top: 20px;
}
.important-notice-section {
    margin: 40px 0;
    text-align: center;
}

.notice-box {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}

.notice-box h2 {
    color: #e75b1e;
    margin-bottom: 25px;
}

.notice-fi, .notice-en {
    color: #28a745;
    font-size: 18px;
    margin-bottom: 10px;
}

.dietary-info {
    margin: 25px 0;
    text-align: left;
}

.dietary-info p {
    margin: 10px 0;
    line-height: 1.6;
}

.dietary-info span {
    font-weight: bold;
    color: #333;
}

.spice-levels {
    margin-top: 20px;
    font-size: 16px;
}

.spice-levels p {
    margin: 10px 0;
}

.veg, .non-veg, .vegan {
    margin: 0 5px;
}
/* mymenu end */
/*------------------------------------------------------------------
    BANNER AREA
-------------------------------------------------------------------*/

.banner{
	background:url(../images/banner.jpg) no-repeat center top;
	background-attachment:fixed;
	background-size:cover;
	height:100vh;
	min-height:100%;
}
.banner1{
	background:url(../images/indexbg1.jpg) no-repeat center top;
	background-attachment:fixed;
	background-size:cover;
	height:450px;
	width:100%;
	position:relative;
}

.banner1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.banner1 .banner-static {
    position: relative;
    padding: 150px 0;
    text-align: center;
}

.banner1 .banner-text {
    padding-bottom: 15px;
    color: #ffffff;
}

.banner1 .banner-text h1 {
    font-family: 'nautilus_pompiliusregular';
    color: #fff;
    font-size: 60px;
}

.banner1 .banner-text h2 {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 10px 0;
}

.banner1 .banner-text p {
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.banner .container, .banner .banner-static, .banner .col-lg-12 {
    height: 100%;
}
.banner-text {
    display: table;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.banner-cell {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}
.banner-text h1 {
	font-family: 'nautilus_pompiliusregular';
    letter-spacing: 2.7px;
    position: relative;
    display: inline-block;
	font-size: 74px;
    line-height: 100px;
	color:#fff;
	padding-bottom: 0px;
	padding-top:100px;
}

.banner-text h2 {
	font-family: 'nautilus_pompiliusregular';
    letter-spacing: 2.7px;
    position: relative;
	font-size: 37px;
    line-height: 100px;
	padding-bottom:25px;
}
.banner-text p{
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	color:#ccc;
	padding-bottom:35px;
	margin:0px;
}

.book-btn a{
	/*background:#e75b1e;*/
	color:#fff;
	min-width: 219px;
    padding: 10.5px 20px;
    display: inline-block;
    text-align: center;
    font-weight: 800;
	text-transform:uppercase;
	font-size:18px;
}
.book-btn a:hover{
	border:3px solid red;
	background:none;
}
.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: red;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
    left: 0;
    right: 0;
}


.banner-cell .mouse {
  position: relative;
  width: calc(16px * 2);
  height: calc(31px * 2);
  margin: 60px auto 20px;
  background: none;
  border: 2px solid white;
  border-radius: calc(16px * 2);
  z-index: 1;
}
.banner-cell .mouse:after {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  width: calc(4px * 2);
  height: calc(4px * 2);
  background: none;
  border: 2px solid white;
  border-radius: 100%;
  -webkit-animation-name: scrollWheel;
          animation-name: scrollWheel;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  will-change: transform;
}

@-webkit-keyframes scrollWheel {
  0% {
    opacity: 0;
  }
  
  @media (min-width: 768px) {
    from {
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      transform: translate3d(-50%, 0, 0);
      opacity: 1;
    }
    
    to {
      -webkit-transform: translate(-50%, 40px);
      transform: translate(-50%, 40px);
      transform: translate3d(-50%, 40px, 0);
      opacity: 0;
    }
  }
}

@keyframes scrollWheel {
  0% {
    opacity: 0;
  }
  
  @media (min-width: 768px) {
    from {
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      transform: translate3d(-50%, 0, 0);
      opacity: 1;
    }
    
    to {
      -webkit-transform: translate(-50%, 40px);
      transform: translate(-50%, 40px);
      transform: translate3d(-50%, 40px, 0);
      opacity: 0;
    }
  }
}
	
/*------------------------------------------------------------------
    ABOUT AREA
-------------------------------------------------------------------*/

.about-main{
	background:#E6E6E6;
}
.pad-top-100{
    padding-top: 90px;
}
.pad-bottom-100{
	padding-bottom: 90px;
}

.pad-top-70{
	padding-top: 70px;
}
.pad-bottom-70{
	padding-bottom: 70px;
}

.block-title{
	font-size:52px;
	font-family: 'nautilus_pompiliusregular';
	font-weight: bold;
}

.about-images {
    text-align: center;
    position: relative;
    padding: 20px;
    transition: all 0.3s ease;
}

.about-images img {
    border: 8px solid #ffffff;
    box-sizing: border-box;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    transition: all 0.4s ease;
}

.about-images .about-main {
    max-width: 380px;
    height: 380px;
    object-fit: cover;
    border: 12px solid #ffffff;
    position: relative;
    z-index: 1;
    transform: translateY(0);
    transition: all 0.4s ease;
}

.about-images .about-inset {
    position: absolute;
    top: 10px;
    right: 30px;
    width: 180px;
    height: 180px;
    object-fit: cover;
    border: 8px solid #ffffff;
    z-index: 2;
    transform: translateY(0) rotate(0deg);
    transition: all 0.4s ease;
}

.about-images:hover .about-main {
    transform: translateY(-10px);
    box-shadow: 0 15px 25px rgba(0,0,0,0.3);
    border-color: #e75b1e;
}

.about-images:hover .about-inset {
    transform: translateY(-5px) rotate(5deg);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    border-color: #e75b1e;
}

@media (max-width: 768px) {
    .about-images .about-main {
        max-width: 300px;
        height: 300px;
    }
    
    .about-images .about-inset {
        width: 140px;
        height: 140px;
        right: 20px;
    }
}

.about-main h3{
	font-family: 'Roboto', sans-serif;
    font-weight: 600;
	font-size:20px;
}

.left-btn{
	padding-top:10px;
}

.about-images img {
    border: 10px solid #f1f1f1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
	max-width: 100%;
}

/*------------------------------------------------------------------
    SPECIAL-MENU AREA
-------------------------------------------------------------------*/
.special-menu {
    background: url('../images/indexbg4.webp') no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding: 70px 0;
}

.special-menu:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
}

.title-caption {
    letter-spacing: 0.16px;
    padding: 20px 120px;
    color: #fff;
	font-size: 18px;
}

.color-white {
    color: #fff;
}

.special-box {
    padding-top: 50px;
    padding-bottom: 40px;
}

.special-item {
    background: #ffffff;
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.special-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
}

.special-img {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.special-img img {
  width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
}

.special-content {
    padding: 20px 10px 10px;
    text-align: center;
}

.special-content h4 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #333;
    font-weight: 600;
}

.special-content p {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
    line-height: 1.6;
}

.special-content .price {
    display: inline-block;
    font-size: 24px;
    color: #e75b1e;
    font-weight: bold;
    padding: 5px 15px;
    border-radius: 25px;
    background: rgba(231, 91, 30, 0.1);
}

.special-box .owl-theme .owl-controls{
	margin:0px;
}

.item-type-zoom{
	border:4px solid #fff;
}
.item-type-zoom .item-hover {
    z-index: 5;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    opacity: 0;
    cursor: pointer;
    display: block;
    text-decoration: none;
    text-align: center;
}

.item-type-zoom .item-info {
    z-index: 10;
    color: #ffffff;
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    z-index: 5;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
	bottom:0px;
}

.item-type-zoom .item-info .headline {
    font-size: 18px;
    width: 75%;
    margin: 0 auto;
    border: 4px solid #ffffff;
    padding: 10px;
}

.item-type-zoom .item-info .line {
    height: 1px;
    width: 60%;
    margin: 15px auto 10px auto;
    background-color: #ffffff;
}

.item-type-zoom .item-info .dit-line {
    font-size: 14px;
    font-style: italic;
}

.item-hover, .item-hover {
	position: absolute;
    top: 0;
    left: 0;
	height:100%;
	width:100%;
}
.item-type-zoom .item-hover:hover {
    opacity: 1;	
}

.item-type-zoom .item-hover:hover:before{
	content:"";
	position:absolute;
	height:100%;
	width:100%;
	background:rgba(231, 91, 30, 0.5);
	top:0px;
	left:0px;
}

.item-type-zoom .item-hover:hover .item-info {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
}

.special-box .owl-theme .owl-controls .owl-page.active span{
	/*background:#e75b1e;*/
	height: 16px;
	width: 16px;
}
.special-box .owl-theme .owl-controls .owl-page span{
	border:2px solid #fff;
	opacity: 1;
	background:#202020;
	height: 16px;
	width: 16px;
}

/*------------------------------------------------------------------
    MENU AREA
-------------------------------------------------------------------*/


.menu-main{
	
}

.menu-main .title-caption{
	color:#666;
}
.tab-title-menu {
	text-align:center;
}

.tab-title-menu h2{
	border-bottom:1px solid #666;
	display: inline-block;
	padding-top: 10px;
}

.tab-title-menu p{
	font-size:35px;
	padding-top:0px;
}
.tab-title-menu p {
	color:#000;
}

.tab-menu{
	background: #f5f5f5;
    padding: 2px 0px;
	box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.05);
}

.offer-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.offer-item img {
    width: 20%;
    float: left;
    padding: 10px;
    background: #fff;
	border-radius: 50%;
}

.offer-item div {
    width: 60%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

.offer-item .offer-price {
    position: absolute;
    right: 15px;
    top: 50%;
    display: block;
    width: 92px;
    height: 92px;
    line-height: 92px;
    -moz-border-radius: 92px;
    -webkit-border-radius: 92px;
    border-radius: 92px;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #000;
    font-size: 26px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    letter-spacing: .5px;
}

.offer-item div h3 {
    font-size: 20px;
    margin: 9px 0 0px;
    font-family: 'nautilus_pompiliusregular';
    font-weight: 400;
    letter-spacing: .5px;
}

.offer-item div p {
    color: #6b6b6b;
}


.tab-menu .slick-prev.slick-arrow {
	display:none;
}
.tab-menu .slider.slider-single{
	border-top:1px solid #ccc;
	padding-top:25px;
}

.tab-menu .slick-initialized .slick-slide{
	outline:none;
}

.tab-menu .is-active h2{
	color:#fff;
	border-bottom: 1px solid #fff;
}
.tab-menu .is-active p{
	color:#fff;
}

/*------------------------------------------------------------------
    GALLERY AREA
-------------------------------------------------------------------*/

/* Modern Gallery Section */
.gallery-main {
    background: #f9f9f9;
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}

.gallery-main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(45deg, #e75b1e, #ff8f4d);
    transform: skewY(-4deg);
    transform-origin: 0;
}

.gallery-main .block-title {
    position: relative;
    color: #fff;
    margin-bottom: 60px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}

.gallery-main .title-caption {
    position: relative;
    color: rgba(255,255,255,0.9);
    margin-bottom: 50px;
}

.gal-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    padding: 0 15px;
}

.gal-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    cursor: pointer;
}

.gal-item .box {
    position: relative;
    height: 300px;
    background: #fff;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.gal-item:nth-child(3n+1) .box {
    height: 400px;
}

.gal-item:nth-child(4n+2) .box {
    height: 350px;
}

.box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.gal-item:hover .box {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.gal-item:hover img {
    transform: scale(1.1);
}

.gal-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(231, 91, 30, 0.9), rgba(231, 91, 30, 0.4));
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    transition: all 0.4s ease;
}

.gal-item:hover .overlay {
    opacity: 1;
}

.gal-item .overlay h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    transform: translateY(20px);
    transition: all 0.4s ease 0.1s;
    opacity: 0;
}

.gal-item:hover .overlay h4 {
    transform: translateY(0);
    opacity: 1;
}

.gal-item .overlay p {
    color: rgba(255,255,255,0.9);
    font-size: 14px;
    margin-top: 10px;
    transform: translateY(20px);
    transition: all 0.4s ease 0.2s;
	opacity: 0;
}

.gal-item:hover .overlay p {
    transform: translateY(0);
	opacity: 1;
}

.gal-item .zoom-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0) rotate(-180deg);
    transition: all 0.4s ease;
}

.gal-item:hover .zoom-icon {
    transform: scale(1) rotate(0);
}

.zoom-icon i {
    color: #e75b1e;
    font-size: 24px;
}

/* Modal Styles */
.gallery-modal {
    background: rgba(0, 0, 0, 0.95);
    padding: 0 !important;
}

.gallery-modal .modal-dialog {
    width: 95%;
    max-width: 1200px;
    margin: 30px auto;
    height: calc(100vh - 60px);
}

.gallery-modal .modal-content {
    background: transparent;
    border: none;
    height: 100%;
}

.gallery-modal .modal-body {
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.gallery-modal .image-container {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.gallery-modal img {
    max-height: calc(100vh - 100px);
    max-width: 100%;
    object-fit: contain;
    margin: auto;
}

.gallery-modal .close {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    font-size: 30px;
    z-index: 1000;
    opacity: 0.8;
    text-shadow: none;
}

.gallery-modal .close:hover {
    opacity: 1;
    color: #fff;
}

.gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: #fff;
    font-size: 24px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1000;
}

.gallery-nav:hover {
    background: rgba(255, 255, 255, 0.2);
}

.gallery-nav.prev {
    left: 20px;
}

.gallery-nav.next {
    right: 20px;
}

@media (max-width: 768px) {
    .gallery-modal .modal-dialog {
        width: 95%;
        margin: 20px auto;
    }
    
    .gallery-nav {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    
    .gallery-nav.prev {
        left: 10px;
    }
    
    .gallery-nav.next {
        right: 10px;
    }
}

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

.gal-item {
    animation: fadeInUp 0.6s ease backwards;
}

.gal-item:nth-child(2) { animation-delay: 0.2s; }
.gal-item:nth-child(3) { animation-delay: 0.3s; }
.gal-item:nth-child(4) { animation-delay: 0.4s; }
.gal-item:nth-child(5) { animation-delay: 0.5s; }
.gal-item:nth-child(6) { animation-delay: 0.6s; }

/*------------------------------------------------------------------
    RESERVATIONS AREA
-------------------------------------------------------------------*/

.reservations-main {
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../images/indexbg1.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.form-reservations-box {
    width: 90%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.95);
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
    position: relative;
    overflow: hidden;
}

.form-reservations-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, #e75b1e, #ff8f4d);
}

.reservations-main h2.block-title {
    color: #e75b1e;
    text-align: center;
    margin-bottom: 40px;
    font-size: 48px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}

.reservations-main h4.form-title {
    color: #333;
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

.reservations-main p {
    text-align: center;
  font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
}

.form-box {
    margin-bottom: 25px;
    position: relative;
}

.form-box input,
.form-box select {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #eee;
    background: #fff;
    color: #333;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.form-box input:focus,
.form-box select:focus {
    border-color: #e75b1e;
    box-shadow: 0 5px 15px rgba(231, 91, 30, 0.1);
}

.form-box select {
    cursor: pointer;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23333" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.form-box input::placeholder {
    color: #999;
}

.reserve-book-btn {
    text-align: center;
    margin-top: 40px;
}

.reserve-book-btn button {
    background: linear-gradient(45deg, #e75b1e, #ff8f4d);
    color: white;
    border: none;
    padding: 15px 40px;
    font-size: 18px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    box-shadow: 0 5px 15px rgba(231, 91, 30, 0.3);
}

.reserve-book-btn button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(231, 91, 30, 0.4);
}

/* Floating Labels Animation */
.form-box {
    position: relative;
}

.form-box label {
    position: absolute;
    top: -10px;
    left: 15px;
    background: white;
    padding: 0 5px;
    color: #666;
    font-size: 12px;
    transition: all 0.3s ease;
}

.form-box input:focus + label,
.form-box select:focus + label {
    color: #e75b1e;
}

/* Success Message Animation */
@keyframes successPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.booking-success {
    color: #28a745;
    text-align: center;
    margin-top: 20px;
    animation: successPulse 1.5s ease infinite;
}

/* Responsive Design */
@media (max-width: 991px) {
    .form-reservations-box {
        width: 75%;
        padding: 40px;
    }
}

@media (max-width: 768px) {
    .form-reservations-box {
        width: 85%;
        padding: 30px;
    }
    
    .reservations-main h2.block-title {
        font-size: 36px;
    }
    
    .form-box input,
    .form-box select {
        padding: 12px 15px;
    }
    
    .reserve-book-btn button {
        padding: 12px 30px;
        font-size: 16px;
    }
}

/* Form Grid Layout */
.reservation-form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

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

/*------------------------------------------------------------------
    FOOTER AREA
-------------------------------------------------------------------*/

.footer-main{}
.footer-news{
	background:url(../images/indexbg3.avif) no-repeat center;
	background-attachment:fixed;
	background-size:cover;
	position:relative;
}

.footer-news::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.50);
    position: absolute;
    top: 0;
    left: 0;
}

.ft-title.color-white {
    color: #fff;
}
.ft-title {
    letter-spacing: 0.96px;
    margin-bottom: 22px;
    font-family: 'nautilus_pompiliusregular';
	font-size: 52px;
}

.footer-news p {
    margin-bottom: 40px;
    font-size: 16px;
	font-family: 'Roboto', sans-serif;
	color:#ffffff;
	text-align:center;
}

.footer-news form{
	max-width:650px;
	margin: 0 auto;
	text-align:center;
	width:100%;
	position:relative;
}

.footer-news form input{
	width:100%;
	border:2px dotted #ccc;
	background:#f5f5f5;
	color:#202020;
	padding:12px;
	text-transform:capitalize;
	border-radius: 4px;
	opacity: 1;
	min-height:53px;
}
.footer-news form a{
	border:2px dotted #ccc;
	padding: 0px 19px;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
	border-radius: 4px;
    min-width: inherit;
    height: 53px;
    line-height: 51px;
	color:#ffffff;
}

.footer-news form a:hover{
	background:#f5f5f5;
	color:#202020;
}

.footer-box{
	background-image:-moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.57) 0%,rgba(0, 0, 0, 0.87) 100%), url(..images/footer_background.jpg);
	background-image:-webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.57) 0%,rgba(0, 0, 0, 0.87) 100%), url(../images/footer_background.jpg);
	background-image:radial-gradient(ellipse at center, rgba(0, 0, 0, 0.57) 0%,rgba(0, 0, 0, 0.87) 100%), url(../images/footer_background.jpg);
	background-color:#111;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}

/*.footer-in-main{
	max-width:960px;
	margin:0 auto;
	width:100%;
}*/

.footer-logo{
	padding-bottom:40px;
}

.footer-logo img {
    max-width: 150px;
    height: auto;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .footer-logo img {
        max-width: 120px;
    }
}

.footer-socials {
    margin: 10px 0;
    line-height: 30px;
    padding: 4px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.socials-box {
    display: table-cell;
    vertical-align: middle;
    margin: 1px 0px;
    padding: 4px;
	}
.socials-box li {
    display: inline-block;
    opacity: 1;
    margin-right: 7px;
}
.footer-box .social-circle-border{
	background-color: transparent;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.social-circle-border {
    font-size: 20px;
    line-height: 23px;
    margin-right: 2px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-color: transparent;
    color: #6f6f6f;
    text-align: center;
}


.footer-box-a h3{
	font-size:24px;
    font-family: 'nautilus_pompiliusregular';
}
.footer-box-a p{
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	color:#ffffff;
	line-height: 25px;
}


.footer-box-b h3{
	font-size:24px;
    font-family: 'nautilus_pompiliusregular';
}
.footer-box-b p{
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	color:#ffffff;
}
.footer-box-b ul li{
	line-height:30px;
}
.footer-box-b ul li a{
	color:#ffffff;
}

.footer-box-b ul li a:hover{
	padding-left:5px;
}	

.footer-box-c h3{
	font-size:24px;
    font-family: 'nautilus_pompiliusregular';
}
.footer-box-c p{
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	color:#ffffff;
}


.footer-box-c p i{
	font-size: 20px;
    position: relative;
    top: 4px;
    float: left;
    min-width: 20px;
    text-align: center;
}

.footer-box-c p span{
	display: table;
    padding-left: 12px;
	padding-top:1px;
}

.footer-box-c p a{
	color:#ffffff;
}



.footer-box-d h3{
	font-size:24px;
    font-family: 'nautilus_pompiliusregular';
}
.footer-box-d p{
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	color:#ffffff;
}

.footer-box-d ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.footer-box-d ul li{
	display: inline-block;
    width: 100%;
	padding-bottom:12px;
}
.footer-box-d ul li p{
	padding:0px;
	margin:0px;
}
.footer-box-d ul li span{
	color: #666;
}

/* Enhanced Contact Us Section */
.contact-us-main {
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
    padding: 80px 0;
    position: relative;
}

.contact-info {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    margin-top: 30px;
}

.info-item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding: 15px;
    border-radius: 10px;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

.info-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(231, 91, 30, 0.1);
    background: #fff;
}

.info-item i {
    font-size: 24px;
    color: #e75b1e;
    margin-right: 20px;
    width: 50px;
    height: 50px;
    background: rgba(231, 91, 30, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-item p {
    margin: 0;
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.contact-form {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.contact-form .form-box {
    margin-bottom: 25px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #eee;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s ease;
}

.contact-form textarea {
    height: 150px;
    resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #e75b1e;
    box-shadow: 0 0 0 4px rgba(231, 91, 30, 0.1);
}

.contact-form .submit-btn {
    text-align: center;
    margin-top: 30px;
}

.contact-form .submit-btn button {
    background: linear-gradient(45deg, #e75b1e, #ff8f4d);
    color: white;
    border: none;
    padding: 15px 40px;
    font-size: 16px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    box-shadow: 0 5px 15px rgba(231, 91, 30, 0.2);
}

.contact-form .submit-btn button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(231, 91, 30, 0.3);
}

.map-container {
    margin-top: 50px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.map-container iframe {
    width: 100%;
    height: 400px;
    border: none;
}

@media (max-width: 768px) {
    .contact-us-main {
        padding: 60px 0;
    }
    
    .contact-info, .contact-form {
        padding: 30px;
        margin-bottom: 30px;
    }
    
    .map-container {
        margin-top: 30px;
    }
    
    .map-container iframe {
        height: 300px;
    }
}

/*------------------------------------------------------------------
    COPYRIGHT AREA
-------------------------------------------------------------------*/

.copyright-main{
	border-top: 2px dotted #fff;
	text-align:center;
	padding-top:25px;
	margin-top:70px;
	padding-bottom:25px;
}

.copyright-main .copy-title{
	letter-spacing: 1px;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	padding-bottom:0px;
}
/*------------------------------------------------------------------
    COLOR SWITCHER AREA
-------------------------------------------------------------------*/

/*--- color switcher ---*/



#color-panel{
	position: fixed;
	width:180px;
	height: auto;
	top:150px;
	/*min-height: 200px;*/
	text-align:left;
	border:1px solid rgba(100,100,100,0.55);
	z-index: 11;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	box-shadow: 0px 1px 4px rgba(0,0,0, 0.45);
}

.close-color-panel{
	right:-180px;
}

.open-color-panel{
	right:-1px;
}

#color-panel .segment{
	width:100%;
	padding:15px 10px 15px 0;
	border:1px solid rgba(100,100,100,0.55);
	padding:15px 25px;
	background:rgba(50,50,50,0.95);
}

#color-panel a.panel-button{
	position: absolute;
	width:50px;
	height: 50px;
	left:-50px;
	top:30px;
	text-align: center;
	font-size:18px;
	line-height: 47px;
	cursor: pointer;
	border:none;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	color:#d1d1d1;
	background:rgba(100,100,100,0.85);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#color-panel a.panel-button i{
	padding:7px;
}

#color-panel a.panel-button:hover{
	color:#35cc75;
}	

#color-panel h4{
	margin:3px auto 15px;
	padding-top:0;
	padding-bottom:0;
	color:#ffffff;
}


#color-panel .segment a.switcher{
	width:24px;
	height:35px;
	display: inline-block;
	margin-right:3px;
	margin-top:5px;
	border:1px solid #efefef;
	cursor: pointer;
}

.orange-bg{
	background: #e75b1e;
}

.strong-blue-bg{
	background: #1E69B8;
}

.moderate-green-bg{
	background: #8dc63f;
}

.vivid-yellow-bg{
	background: #fdcb03;
}

.days-section {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    padding: 10px;
    background: #f8f8f8;
    border-radius: 8px;
    flex-wrap: wrap;
    justify-content: center;
}

.day-item {
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.3s ease;
    background: #fff;
    border: 1px solid #ddd;
    color: #333;
    text-align: center;
    flex: 1;
    min-width: 100px;
}

.day-item:hover {
    background: #f0f0f0;
    transform: translateY(-2px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.day-item.active {
    background: #d65106;
    color: white;
    border-color: #d65106;
    box-shadow: 0 4px 8px rgba(214, 81, 6, 0.2);
    transform: translateY(-2px);
}

/* Mobile Menu Dropdown Styles */
@media (max-width: 768px) {
    .days-section {
        margin-bottom: 20px;
    }

    .days-section select {
        width: 100%;
        padding: 12px;
        border: 1px solid #d65106;
        border-radius: 4px;
        background-color: white;
        font-size: 16px;
        color: #333;
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d65106' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-position: right 12px center;
        background-size: 16px;
        padding-right: 40px;
    }

    .days-section select:focus {
        outline: none;
        border-color: #333;
        box-shadow: 0 0 0 2px rgba(214, 81, 6, 0.2);
    }

    .days-section select option {
        padding: 12px;
        font-size: 16px;
        color: #333;
        background-color: white;
    }

    .days-section select option:hover,
    .days-section select option:focus {
        background-color: #d65106;
        color: white;
    }

    .days-section .day-item {
        display: none;
    }
}

@media (min-width: 769px) {
    .days-section select {
        display: none;
    }
}

/* Daily Specials Styles */
.special-item {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.special-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.special-item-inner {
    padding: 15px;
}

.special-image {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    height: 200px;
}

.special-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.special-item:hover .special-image img {
    transform: scale(1.1);
}

.special-content {
    padding: 20px 15px;
    text-align: center;
}

.special-content h3 {
    color: #333;
    font-size: 24px;
    margin-bottom: 10px;
    font-family: 'nautilus_pompiliusregular';
}

.special-content p {
    color: #666;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.6;
}

.special-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.special-meta .price {
    font-size: 20px;
    color: #e75b1e;
    font-weight: bold;
}

.special-meta .tags {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.special-meta .tag {
    background: #f8f8f8;
    color: #666;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
}

@media (max-width: 768px) {
    .special-item {
        margin-bottom: 20px;
    }
    
    .special-image {
        height: 160px;
    }
    
    .special-content h3 {
        font-size: 20px;
    }
    
    .special-content p {
        font-size: 13px;
    }
    
    .special-meta .price {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .special-menu {
        background-attachment: scroll;
        background-position: center;
    }
}

.categories-section {
    margin-bottom: 30px;
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.category-items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.category-item {
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.category-item:hover {
    background: #f8f8f8;
    border-color: #ccc;
}

.category-item.active {
    background: #d65106;
    color: #fff;
    border-color: #d65106;
}

/* Mobile Dropdown Styles */
.mobile-dropdown {
    display: none;
    margin-bottom: 20px;
}

.mobile-dropdown select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
}

.mobile-dropdown select:focus {
    outline: none;
    border-color: #d65106;
    box-shadow: 0 0 0 2px rgba(214, 81, 6, 0.2);
}

/* Menu Items Styles */
.menu-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    padding: 15px;
}

.menu-item {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 20px;
    transition: all 0.3s ease;
}

.menu-item:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.menu-item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.menu-item-header h3 {
    margin: 0;
    font-size: 18px;
    color: #333;
}

.menu-item .price {
    font-size: 18px;
    font-weight: bold;
    color: #d65106;
}

.menu-item .description {
    color: #666;
    font-size: 14px;
    line-height: 1.4;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
    .category-items {
        display: none;
    }

    .mobile-dropdown {
        display: block;
    }

    .menu-items {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 10px;
    }

    .menu-item {
        padding: 15px;
    }

    .menu-item-header h3 {
        font-size: 16px;
    }

    .menu-item .price {
        font-size: 16px;
    }

    .menu-item .description {
        font-size: 13px;
    }
}

.category-menu {
    display: none;
    width: 100%;
    margin-top: 20px;
}

.category-menu.active {
    display: block;
}

.menu-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    padding: 15px;
}

.menu-item {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 20px;
    transition: all 0.3s ease;
}

.menu-item:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.menu-item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.menu-item-header h3 {
    margin: 0;
    font-size: 18px;
    color: #333;
}

.menu-item .price {
    font-size: 18px;
    font-weight: bold;
    color: #d65106;
}

.menu-item .description {
    color: #666;
    font-size: 14px;
    line-height: 1.4;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
    .menu-items {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 10px;
    }

    .menu-item {
        padding: 15px;
    }

    .menu-item-header h3 {
        font-size: 16px;
    }

    .menu-item .price {
        font-size: 16px;
    }

    .menu-item .description {
        font-size: 13px;
    }
}

.category-menu .menu-item-image {
    display: none;
}

.category-menu .menu-item {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    padding: 15px;
    transition: transform 0.3s ease;
}

.category-menu .menu-item-content {
    padding: 0;
}

.category-menu .menu-item-header {
    margin-bottom: 10px;
}

/* Mobile Responsiveness */
@media (max-width: 576px) {
    .container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .banner-text h1 {
        font-size: 28px;
        line-height: 1.3;
    }

    .banner-text h2 {
        font-size: 24px;
    }

    .banner-text p {
        font-size: 16px;
    }

    .menu-item {
        margin-bottom: 20px;
        width: 100%;
    }

    .menu-item-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .menu-item-header h3 {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .menu-item .price {
        font-size: 16px;
    }

    .menu-item .description {
        font-size: 14px;
    }

    .special-item {
        margin-bottom: 30px;
    }

    .form-reservations-box {
        padding: 20px;
    }

    .reservation-form-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .navbar-brand {
        padding: 10px 15px;
    }

    .logo-img {
        max-height: 50px;
    }

    .main-menu .navbar-default .navbar-nav li a {
        padding: 10px 15px;
    }

    .menu-items {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .special-box .owl-theme .owl-controls {
        margin-top: 20px;
    }

    .gal-container {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }

    .footer-box-a,
    .footer-box-b,
    .footer-box-c,
    .footer-box-d {
        margin-bottom: 30px;
    }

    .navbar-collapse {
        max-height: calc(100vh - 60px);
        overflow-y: auto;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-default .navbar-collapse {
        border: none;
        background-color: #fff;
    }

    .contact-form .form-box {
        margin-bottom: 15px;
    }

    .contact-info {
        margin-bottom: 30px;
    }

    .map-container {
        height: 300px;
    }

    .map-container iframe {
        height: 100%;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .menu-items {
        grid-template-columns: repeat(2, 1fr);
    }

    .special-box .owl-theme .owl-controls {
        margin-top: 30px;
    }
}

@media (min-width: 992px) {
    .menu-items {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
}

/* Fix for menu items on all devices */
.menu-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.menu-item-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.menu-item-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}

/* Improve tag visibility on all devices */
.menu-item .tag {
    display: inline-block;
    margin: 2px;
    padding: 2px 5px;
    font-size: 12px;
    white-space: nowrap;
}

/* Ensure images are responsive */
img {
    max-width: 100%;
    height: auto;
}

/* Improve form elements responsiveness */
input, 
select, 
textarea {
    max-width: 100%;
}

/* Improve gallery responsiveness */
.gallery-modal .modal-dialog {
    margin: 10px;
    width: auto;
    max-width: 95%;
}

.gallery-modal img {
    max-height: 85vh;
    width: auto;
    margin: 0 auto;
}