body, html {
	/* font-family: 'Raleway', sans-serif; */
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #777;
	font-weight: 300;
	width: 100% !important;
	height: 100% !important;
}
h2 {
	margin: 0 0 20px 0;
	font-weight: 500;
	font-size: 34px;
	color: #333;
	text-transform: uppercase;
}
h3 {
	font-size: 22px;
	font-weight: 500;
	color: #333;
}
h4 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
	color: #333;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 16px;
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #276988;
}
a:hover, a:focus {
	text-decoration: none;
	color: #222;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 2px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #276988;
	margin: 0;
	margin-bottom: 40px;
	border: 0;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Navigation */
#menu {
	padding: 20px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: white;
	border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
	font-family: 'Dancing Script', cursive;
	font-size: 36px;
	color: #276988;
	font-weight: 700;
	letter-spacing: 1px;
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #ddd;
	font-weight: 500;
	font-size: 15px;
	padding: 5px 0;
	border: 2px solid transparent;
	letter-spacing: 0.5px;
	margin: 10px 15px 0 15px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #276988;
}
.on {
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #276988 !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #276988;
	border-color: #276988;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
.section-title {
	margin-bottom: 70px;
}
.section-title .overlay {
	padding: 80px 0;
	background-image: url("../img/8.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.section-title p {
	font-size: 22px;
	color: rgba(255,255,255,0.8);
}
.section-title hr {
	margin: 0 auto;
	margin-bottom: 40px;
}
.btn-custom {
	text-transform: uppercase;
	color: #fff;
	background-color: #72a411;
	border: 0;
	padding: 14px 20px;
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.5px;
	border-radius: 0;
	margin-top: 20px;
	transition: all 0.5s;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #fff;
	background-color: #628d0f;
}
/* Header Section */
.intro {
	display: table;
	width: 100%;
	padding: 0;
	background-color: #000; /* Fallback color */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	min-height: 100vh;
	position: relative;
	overflow: hidden;
}

.video-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#header-video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	z-index: 0;
	object-fit: cover;
	opacity: 0;
	transition: opacity 0.8s ease-in-out;
}

#header-video.loaded {
	opacity: 1;
}

@media (max-width: 767px) {
	#header-video {
		width: 100%;
		height: 100%;
	}
}

.intro .overlay {
	background: rgba(0,0,0,0.4);
	display: table-cell;
	vertical-align: middle;
}
.intro h1 {
	font-family: 'Dancing Script', cursive;
	color: #fff;
	font-size: 10em;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 10px;
}
.intro span {
	color: #a7c44c;
	font-weight: 600;
}
.intro p {
	color: #fff;
	font-size: 32px;
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 40px;
}
header .intro-text {
	padding-top: 250px;
	padding-bottom: 200px;
	text-align: center;
}
/* About Section */
#about {
	padding: 120px 0;
}
#about h3 {
	font-size: 20px;
}
#about .about-text {
	margin-left: 10px;
}
#about .about-img {
	display: inline-block;
	position: relative;
}
#about .about-img:before {
	display: block;
	content: '';
	position: absolute;
}
#about p {
	line-height: 24px;
	margin: 15px 0 14px;
}
/* Menu Section */
#restaurant-menu {
	padding: 0 0 60px 0;
}
#restaurant-menu .section-title {
	background-size: cover;
}
#restaurant-menu .section-title h2 {
	color: #fff;
}
.right-m{
	margin-right: 10px;
}
#restaurant-menu img {
	width: 300px;
	box-shadow: 15px 0 #a7c44c;
}
#restaurant-menu h3 {
	padding: 10px 0;
	text-transform: uppercase;
}
#restaurant-menu .menu-section hr {
	margin: 0 auto;
}
#restaurant-menu .menu-section {
	margin: 0 20px 80px;
}
#restaurant-menu .menu-section-title {
	font-size: 26px;
	display: block;
	font-weight: 500;
	color: #444;
	margin: 20px 0;
	text-align: center;
}
#restaurant-menu .menu-item {
	margin: 35px 0;
	font-size: 18px;
}
#restaurant-menu .menu-item-name {
	font-weight: 600;
	font-size: 17px;
	color: #555;
	border-bottom: 2px dotted rgb(213, 213, 213);
}
#restaurant-menu .menu-item-description {
	font-style: italic;
	font-size: 15px;
}
#restaurant-menu .menu-item-price {
	float: right;
	font-weight: 600;
	color: #555;
	margin-top: -26px;
}
/* Portfolio Section */
#portfolio {
	padding: 0 0 120px 0;
}
#portfolio .section-title {
	background: #444 url(../assets/chefs-knife.jpg) center center no-repeat fixed;
	background-size: cover;
	margin-bottom: 50px;
}
#portfolio .section-title h2 {
	color: #fff;
}
.categories {
	padding-bottom: 30px;
	text-align: center;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin: 0 10px;
	padding: 20px 0;
}
ol.type li a {
	color: #999;
	font-weight: 500;
	font-size: 14px;
	padding: 12px 24px;
	background: #eee;
	border: 0;
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
ol.type li a.active {
	color: #fff;
	background-color: #276988;
}
ol.type li a:hover {
	color: #fff;
	background-color: #276988;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin: 15px 0;
}
.portfolio-item .hover-bg {
	overflow: hidden;
	position: relative;
}
.portfolio-item .hover-bg:before {
	display: block;
	content: '';
	position: absolute;
	top: 6px;
	right: 6px;
	bottom: 6px;
	left: 6px;
	border: 1px solid rgba(255, 255, 255, 0.6);
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	padding: 30% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	color: #fff;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	font-size: 17px;
	letter-spacing: 0.5px;
	font-weight: 500;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
/* Team Section */
#team {
	color: #fff;
	background: #444 url(../img/team-bg.jpg) center top no-repeat fixed;
	background-size: cover;
}
#team .overlay {
	padding: 120px 0 80px 0;
	background: rgba(0, 0, 0, 0.6);
}
#team h2, #team p {
	color: #fff;
}
#team hr {
	background: #fff;
}
#team h3 {
	color: #fff;
	font-weight: 400;
	font-size: 20px;
	margin: 5px 0;
}
#team img {
	width: 280px;
}
#team .thumbnail {
	background: transparent;
	border: 0;
}
#team .thumbnail .team-img {
	display: inline-block;
	position: relative;
}
#team .thumbnail .team-img:before {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
	border: 1px solid rgba(255, 255, 255, 0.2);
}
#team .thumbnail .caption {
	padding-top: 10px;
}
#team .thumbnail .caption p {
	color: rgba(255,255,255,0.7);
	padding: 0 10px;
	font-size: 15px;
}
/* Call Reservation Section */
#call-reservation {
	padding: 90px 0;
	color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#276988+50,779936+100 */
	background: rgb(142,182,64); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(142,182,64,1) 50%, rgba(119,153,54,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(142,182,64,1) 50%, rgba(119,153,54,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(142,182,64,1) 50%, rgba(119,153,54,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#276988', endColorstr='#779936', GradientType=0 ); /* IE6-9 */
}
#call-reservation .overlay {
	padding: 80px 0;
	background: #276988;
}
#call-reservation h2 {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-weight: 400;
	margin: 0;
}
#call-reservation hr {
	background: #fff;
}
#call-reservation h3 {
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	margin: 5px 0;
}
/* Contact Section */
#contact {
	padding: 100px 0 60px 0;
	background: #F6F6F6;
}
#contact .section-title p {
	color: #777;
}
#contact form {
	padding: 0;
}
#contact h3 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 400;
	color: #555;
}
#contact .text-danger {
	color: #cc0033;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #444;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: #999;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
color: #777;
}
.form-control:-moz-placeholder {
color: #777;
}
.form-control::-moz-placeholder {
color: #777;
}
.form-control:-ms-input-placeholder {
color: #777;
}
#contact .contact-item {
	margin: 20px 0 40px 0;
}
#contact .contact-item span {
	font-weight: 400;
	color: #aaa;
	text-transform: uppercase;
	margin-bottom: 6px;
	display: inline-block;
}
#contact .contact-item p {
	font-size: 16px;
}
/* Footer Section*/
#footer {
	background: #262626;
	padding: 50px 0 0 0;
}
#footer h3 {
	color: #276988;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#footer .copyrights {
	padding: 20px 0;
	margin-top: 50px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#779936+0,8eb640+50 */
	background: rgb(119,153,54); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(119,153,54,1) 0%, rgba(142,182,64,1) 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(119,153,54,1) 0%, rgba(142,182,64,1) 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(119,153,54,1) 0%, rgba(142,182,64,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#779936', endColorstr='#276988', GradientType=0 ); /* IE6-9 */
}
#footer .social {
	margin: 20px 0 30px 0;
}
#footer .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#footer .social i.fa {
	font-size: 26px;
	padding: 4px;
	color: #fff;
	transition: all 0.3s;
}
#footer .social i.fa:hover {
	color: #eee;
}
#footer p {
	font-size: 15px;
	color: rgba(255,255,255,0.8)
}
#footer a {
	color: #f6f6f6;
}
#footer a:hover {
	color: #333;
}
.navbar-right {
	display: flex;
	align-items: center;
}

.manset-h{
    font-family: 'Dancing Script', cursive;
	font-weight: 700;
	font-size: 10rem;
	text-transform: unset;
}

#menu.navbar-default {
    background-color: #fff;
    border-bottom: 1px solid #e7e7e7;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  }
  
  #menu.navbar-default .navbar-nav > li > a {
    color: #333;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  
  #menu.navbar-default .navbar-nav > li > a:hover,
  #menu.navbar-default .navbar-nav > li > a:focus {
    color: #262626;
    background-color: transparent;
  }
  
  #menu.navbar-default .navbar-nav > .active > a,
  #menu.navbar-default .navbar-nav > .active > a:hover,
  #menu.navbar-default .navbar-nav > .active > a:focus {
    color: #262626;
    background-color: transparent;
  }
  
  /* Update green colors to a more sophisticated green */
  .btn-custom {
    background-color: #262626;
    border-color: #262626;
    color: white;
  }
  
  .btn-custom:hover,
  .btn-custom:focus {
    background-color: #1e3a21;
    border-color: #1e3a21;
    color: white;
  }
  
  #call-reservation {
    background-color: #262626;
    color: white;
  }
  
  /* Tab styling */
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    color: #276988 !important;
    background: #f8f8f8 !important;
    border: none !important;
    font-weight: 500;
  }
  
  .nav-tabs > li > a:hover {
    background-color: #f8f8f8;
    border-color: #ddd;
    color: #262626;
  }

  .carousel-inner > .item > img {
    width: 100%;
    height: 600px;
    object-fit: cover;
  }

  .carousel-caption {
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 5px;
  }

  .carousel-control {
    width: 5%;
  }

  .carousel-indicators {
    bottom: 10px;
  }

  .carousel-indicators li {
    border-color: #262626;
  }

  .carousel-indicators .active {
    background-color: #262626;
  }

  .gallery-container {
    position: relative;
    overflow: hidden;
    padding: 20px 0;
    width: 100%;
    margin: 0;
  }

  .gallery-wrapper {
    display: flex;
    transition: transform 0.3s ease;
    gap: 20px;
    will-change: transform;
    padding: 0 50px;
  }

  .gallery-item {
    flex: 0 0 calc(25% - 15px);
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    cursor: pointer;
  }

  .gallery-item:hover {
    transform: translateY(-2px);
  }

  .gallery-item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.3s ease;
    backface-visibility: hidden;
  }

  .gallery-item:hover img {
    transform: scale(1.05);
  }

  .gallery-item:hover .gallery-caption {
    transform: translateY(0);
  }

  .gallery-controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    pointer-events: none;
    z-index: 10;
  }

  .gallery-prev,
  .gallery-next {
    background: rgba(39, 105, 136, 0.8);
    border: none;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    pointer-events: auto;
    font-size: 20px;
  }

  .gallery-prev:hover,
  .gallery-next:hover {
    background: rgba(39, 105, 136, 1);
    transform: scale(1.1);
  }

  .gallery-prev:disabled,
  .gallery-next:disabled {
    background: rgba(39, 105, 136, 0.3) !important;
    cursor: not-allowed !important;
    transform: none !important;
    opacity: 0.3 !important;
  }

  .gallery-prev:disabled:hover,
  .gallery-next:disabled:hover {
    background: rgba(39, 105, 136, 0.3) !important;
    transform: none !important;
  }

  .lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 20px;
  }

  .lightbox-content {
    max-width: 90%;
    max-height: 90vh;
    margin: auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    cursor: grab;
    transition: transform 0.3s ease;
  }

  .lightbox-content:active {
    cursor: grabbing;
  }

  .close-lightbox {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10001;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }

  .close-lightbox:hover {
    background: rgba(255, 0, 0, 0.7);
    transform: scale(1.1);
  }

  .lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    z-index: 10001;
    pointer-events: none;
  }

  .lightbox-prev,
  .lightbox-next {
    background: rgba(0, 0, 0, 0.7);
    border: none;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    pointer-events: auto;
    font-size: 24px;
    backdrop-filter: blur(10px);
  }

  .lightbox-prev:hover,
  .lightbox-next:hover {
    background: rgba(39, 105, 136, 0.9);
    transform: scale(1.15);
    box-shadow: 0 4px 15px rgba(39, 105, 136, 0.4);
  }

  .lightbox-prev:disabled,
  .lightbox-next:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    transform: none;
  }

  .lightbox-info {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 10001;
  }

  #lightbox-counter {
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    display: inline-block;
  }

  .lightbox-instructions {
    background: rgba(0, 0, 0, 0.7);
    color: rgba(255, 255, 255, 0.9);
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 12px;
    display: block;
    margin-top: 8px;
    backdrop-filter: blur(5px);
  }

  @media (max-width: 768px) {
    .lightbox-nav {
      padding: 0 15px;
    }
    
    .lightbox-prev,
    .lightbox-next {
      width: 50px;
      height: 50px;
      font-size: 20px;
    }
    
    .close-lightbox {
      top: 10px;
      right: 15px;
      width: 50px;
      height: 50px;
      font-size: 30px;
    }
    
    .lightbox-info {
      bottom: 15px;
    }
    
    .lightbox-instructions {
      font-size: 10px;
      padding: 4px 8px;
    }
  }

/* Mobile Responsive Styles */
@media (max-width: 768px) {
	/* Remove unnecessary styles for the intro text that no longer exists */
	header .intro-text {
		display: none;
	}
	
	.intro {
		min-height: 70vh; /* Slightly shorter on mobile */
	}
	
	#header-video {
		width: 100%;
		height: 100%;
		object-position: center;
	}
	
	#about {
		padding: 60px 0 !important;
	}
	
	#about .about-text {
		margin-left: 0 !important;
		margin-top: 30px;
	}
	
	#about .about-img {
		text-align: center;
	}
	
	#about .about-img img {
		max-width: 100%;
		height: auto;
	}
	
	/* Portfolio/Gallery section mobile */
	#portfolio {
		padding: 0 0 60px 0 !important;
	}
	
	#portfolio .section-title {
		margin-bottom: 30px !important;
	}
	
	#portfolio .section-title .overlay {
		padding: 60px 15px !important;
	}
	
	#portfolio .section-title h2 {
		font-size: 2.5em !important;
		margin-bottom: 15px !important;
	}
	
	#portfolio .section-title p {
		font-size: 16px !important;
		padding: 0 10px !important;
	}
	
	#footer {
		text-align: center !important;
	}
	
	#footer .col-md-4 {
		margin-bottom: 30px;
	}
	
	#footer h3 {
		margin-bottom: 15px;
	}
	
	#footer .contact-item {
		margin-bottom: 20px;
	}
	
	#footer .contact-item p {
		margin-bottom: 8px !important;
		font-size: 14px !important;
	}
	
	#footer .logo-container {
		padding: 15px 0 !important;
	}
	
	#footer .footer-logo {
		max-width: 150px !important;
	}
	
	#menu.navbar-default .navbar-nav > li > a {
		margin: 5px 10px 0 10px !important;
		padding: 8px 15px !important;
		font-size: 14px !important;
	}
	
	#menu {
		padding: 15px !important;
	}
	
	.navbar-brand img {
		max-height: 50px !important;
		margin-top: -10px !important;
	}
}

@media (max-width: 480px) {
	/* Adjust video header for small devices */
	.intro {
		min-height: 60vh;
	}
	
	#header-video {
		object-position: center center;
	}
	
	header .intro-text {
		display: none;
	}
	
	#about {
		padding: 40px 0 !important;
	}
	
	#about h2 {
		font-size: 24px !important;
	}
	
	#about h3 {
		font-size: 18px !important;
	}
	
	#about p {
		font-size: 14px !important;
		line-height: 20px !important;
	}
	
	.section-title h2 {
		font-size: 24px !important;
	}
	
	.section-title p {
		font-size: 16px !important;
	}
	
	/* Gallery extra small mobile */
	#portfolio .section-title h2 {
		font-size: 2em !important;
	}
	
	#portfolio .section-title .overlay {
		padding: 40px 10px !important;
	}
	
	#portfolio .section-title p {
		font-size: 14px !important;
	}
	
	.gallery-container {
		padding: 15px 10px !important;
	}
	
	.gallery-wrapper {
		padding: 0 15px !important;
	}
	
	.gallery-controls {
		padding: 0 5px !important;
	}
	
	.gallery-prev,
	.gallery-next {
		width: 35px !important;
		height: 35px !important;
		font-size: 14px !important;
	}
	
	/* Extra small mobile menu fixes */
	.nav-tabs > li > a {
		padding: 12px 8px !important;
		font-size: 13px !important;
	}
	
	.menu-container {
		padding: 5px !important;
	}
	
	.menu-container iframe {
		height: 400px !important;
	}
	
	.menu-tabs {
		padding: 10px !important;
	}
	
	.menu-download-btn {
		padding: 6px 12px !important;
		font-size: 12px !important;
	}
}

/* Navigation Mobile Fixes - Only dropdown menu styling */
@media (max-width: 767px) {
	.navbar-collapse {
		border-top: 1px solid #e0e0e0;
		margin-top: 15px;
		padding: 20px 15px;
		background-color: white;
		box-shadow: 0 4px 20px rgba(0,0,0,0.08);
		border-radius: 0 0 12px 12px;
		max-height: 500px;
		overflow-y: auto;
	}
	
	.navbar-nav {
		margin: 0 !important;
		width: 100%;
		display: flex !important;
		flex-direction: column !important;
		align-items: stretch !important;
		gap: 8px;
	}
	
	.navbar-nav > li {
		float: none !important;
		display: block !important;
		width: 100%;
		margin-bottom: 0;
	}
	
	.navbar-nav > li > a {
		padding: 16px 20px !important;
		margin: 0 !important;
		border: none !important;
		color: #333 !important;
		font-size: 16px !important;
		font-weight: 500 !important;
		text-transform: uppercase;
		letter-spacing: 0.5px;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		transition: all 0.3s ease;
		text-align: center;
		width: 100%;
		border-radius: 8px;
		background: #fafafa;
	}
	
	.navbar-nav > li > a:hover,
	.navbar-nav > li > a:focus {
		background-color: #276988 !important;
		color: white !important;
		transform: translateY(-2px);
		box-shadow: 0 4px 12px rgba(206, 6, 6, 0.2);
	}
	
	/* Social media links mobile optimization */
	.navbar-nav > li > a img {
		width: 28px !important;
		height: 28px !important;
		vertical-align: middle;
		border-radius: 4px;
		transition: transform 0.3s ease;
	}
	
	.navbar-nav > li > a:hover img {
		transform: scale(1.1);
	}
	
	/* Special styling for social media links */
	.navbar-nav > li:nth-last-child(2) > a,
	.navbar-nav > li:last-child > a {
		background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
		margin: 8px 0 !important;
		border-radius: 10px !important;
		border: 1px solid #dee2e6 !important;
		font-size: 14px !important;
		padding: 14px 20px !important;
		position: relative;
		overflow: hidden;
	}
	
	.navbar-nav > li:nth-last-child(2) > a:hover,
	.navbar-nav > li:last-child > a:hover {
		background: linear-gradient(135deg, #276988 0%, #b30505 100%) !important;
		color: white !important;
		border-color: #276988 !important;
		transform: translateY(-2px);
		box-shadow: 0 6px 20px rgba(206, 6, 6, 0.3);
	}
	
	/* Yemeksepeti link styling */
	.navbar-nav > li:nth-last-child(2) > a {
		color: #e74c3c !important;
	}
	

	
	/* Instagram link styling */
	.navbar-nav > li:last-child > a {
		color: #8e44ad !important;
	}
	

	
	/* Smooth collapse animation */
	.navbar-collapse {
		transition: all 0.3s ease-in-out;
	}
	
	.navbar-collapse.collapsing {
		transition: height 0.3s ease;
	}
	
	/* Hide text on very small screens */
	@media (max-width: 360px) {
		.navbar-nav > li:nth-last-child(2) > a::before,
		.navbar-nav > li:last-child > a::before {
			display: none;
		}
		
		.navbar-nav > li > a img {
			margin-left: 0 !important;
		}
		
		.navbar-nav > li:nth-last-child(2) > a,
		.navbar-nav > li:last-child > a {
			padding: 12px !important;
		}
		
		.navbar-nav > li > a {
			padding: 14px 15px !important;
			font-size: 15px !important;
		}
		
		.navbar-collapse {
			padding: 15px 10px;
		}
	}
}

/* Mobile PDF fallback */
.mobile-pdf-notice {
  display: none;
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  margin-bottom: 15px;
}

.mobile-pdf-notice h4 {
  color: #495057;
  margin-bottom: 10px;
  font-size: 16px;
}

.mobile-pdf-notice p {
  color: #6c757d;
  margin-bottom: 15px;
  font-size: 14px;
}

.menu-download-btn {
  padding: 12px 20px !important;
  font-size: 16px !important;
  background: #276988 !important;
  border-radius: 8px !important;
}

.menu-download-btn:hover {
  background: #b30505 !important;
}

/* Bootstrap responsive display classes */
@media (max-width: 767px) {
  .d-block.d-md-none {
    display: block !important;
  }
  
  .d-none.d-md-block {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .d-block.d-md-none {
    display: none !important;
  }
  
  .d-none.d-md-block {
    display: block !important;
  }
}

.video-controls {
	position: absolute;
	bottom: 30px;
	right: 30px;
	z-index: 10;
	opacity: 1;
	transition: opacity 0.3s ease;
}

.video-control-btn {
	background: rgba(0, 0, 0, 0.7);
	border: none;
	color: white;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	font-size: 20px;
	backdrop-filter: blur(10px);
	border: 2px solid rgba(255, 255, 255, 0.2);
	opacity: 0.8;
}

.video-control-btn:hover {
	background: rgba(206, 6, 6, 0.9);
	transform: scale(1.1);
	box-shadow: 0 4px 15px rgba(206, 6, 6, 0.3);
	opacity: 1;
}

.video-control-btn:active {
	transform: scale(0.95);
}

/* Auto-hide controls after 3 seconds */
.video-controls.auto-hide {
	opacity: 0.3;
}

.video-controls:hover {
	opacity: 1 !important;
}

@media (max-width: 767px) {
	#header-video {
		width: 100%;
		height: 100%;
	}
	
	.video-controls {
		bottom: 20px;
		right: 20px;
	}
	
	.video-control-btn {
		width: 50px;
		height: 50px;
		font-size: 18px;
	}
}

/* İlk galeri (Menu bölümü) için özel stiller */
#restaurant-menu .gallery-container {
  position: relative;
  overflow: hidden;
  padding: 30px 0;
  width: 100%;
  margin: 0;
}

#restaurant-menu .gallery-wrapper {
  display: flex;
  transition: transform 0.3s ease;
  gap: 12px; /* Daha az boşluk */
  will-change: transform;
  padding: 0 40px;
}

#restaurant-menu .gallery-item {
  flex: 0 0 calc(25% - 10px); /* 4'lü görünüm */
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  cursor: pointer;
}

#restaurant-menu .gallery-item:hover {
  transform: translateY(-3px);
}

#restaurant-menu .gallery-item img {
  width: 100%;
  height: 500px; /* Daha uzun height */
  object-fit: cover;
  transition: transform 0.3s ease;
  backface-visibility: hidden;
}

#restaurant-menu .gallery-item:hover img {
  transform: scale(1.03);
}

/* Diğer galeri (Portfolio bölümü) için mevcut stiller */
#portfolio .gallery-container {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  width: 100%;
  margin: 0;
}

#portfolio .gallery-wrapper {
  display: flex;
  transition: transform 0.3s ease;
  gap: 20px;
  will-change: transform;
  padding: 0 50px;
}

#portfolio .gallery-item {
  flex: 0 0 calc(25% - 15px);
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  cursor: pointer;
}

#portfolio .gallery-item:hover {
  transform: translateY(-2px);
}

#portfolio .gallery-item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: transform 0.3s ease;
  backface-visibility: hidden;
}

#portfolio .gallery-item:hover img {
  transform: scale(1.05);
}

.gallery-item:hover .gallery-caption {
  transform: translateY(0);
}

/* Genel galeri kontrolleri */
.gallery-controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  pointer-events: none;
  z-index: 10;
}

.gallery-prev,
.gallery-next {
  background: rgba(39, 105, 136, 0.8);
  border: none;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  pointer-events: auto;
  font-size: 20px;
}

.gallery-prev:hover,
.gallery-next:hover {
  background: rgba(39, 105, 136, 1);
  transform: scale(1.1);
}

.gallery-prev:disabled,
.gallery-next:disabled {
  background: rgba(39, 105, 136, 0.3) !important;
  cursor: not-allowed !important;
  transform: none !important;
  opacity: 0.3 !important;
}

.gallery-prev:disabled:hover,
.gallery-next:disabled:hover {
  background: rgba(39, 105, 136, 0.3) !important;
  transform: none !important;
}

/* Lightbox Styles */
.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 20px;
}

.lightbox-content {
  max-width: 90%;
  max-height: 90vh;
  margin: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  cursor: grab;
  transition: transform 0.3s ease;
}

.lightbox-content:active {
  cursor: grabbing;
}

.close-lightbox {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10001;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.close-lightbox:hover {
  background: rgba(255, 0, 0, 0.7);
  transform: scale(1.1);
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  z-index: 10001;
  pointer-events: none;
}

.lightbox-prev,
.lightbox-next {
  background: rgba(0, 0, 0, 0.7);
  border: none;
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  pointer-events: auto;
  font-size: 24px;
  backdrop-filter: blur(10px);
}

.lightbox-prev:hover,
.lightbox-next:hover {
  background: rgba(39, 105, 136, 0.9);
  transform: scale(1.15);
  box-shadow: 0 4px 15px rgba(39, 105, 136, 0.4);
}

.lightbox-prev:disabled,
.lightbox-next:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  transform: none;
}

.lightbox-info {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 10001;
}

#lightbox-counter {
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  display: inline-block;
}

.lightbox-instructions {
  background: rgba(0, 0, 0, 0.7);
  color: rgba(255, 255, 255, 0.9);
  padding: 6px 12px;
  border-radius: 15px;
  font-size: 12px;
  display: block;
  margin-top: 8px;
  backdrop-filter: blur(5px);
}

@media (max-width: 768px) {
  .lightbox-nav {
    padding: 0 15px;
  }
  
  .lightbox-prev,
  .lightbox-next {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  
  .close-lightbox {
    top: 10px;
    right: 15px;
    width: 50px;
    height: 50px;
    font-size: 30px;
  }
  
  .lightbox-info {
    bottom: 15px;
  }
  
  .lightbox-instructions {
    font-size: 10px;
    padding: 4px 8px;
  }
}
