
/*** Navigation ***/
.navbar .slicknav_nav {
  top: 9.4em;
  height: auto;
}

.fixed-top .slicknav_nav {
  top: 3.9em;
}

#header_menu .navbar .show-on-mobile {
  display: none;
}

@media (max-width: 1100px) {
  #header_menu .navbar .show-on-mobile {
    display: inline-block;
  }
  #header_menu .navbar .show-on-mobile a {
    color: #E4C590 !important;
  }
}

@media (max-width: 1099px) {
  #header_menu .navbar .show-on-mobile {
    display: block;
  }
}

/*** Homepage Slider ***/
.banner .slider .swiper-container {
  cursor: auto !important;
}

.banner .slider .swiper-container .swiper-slide .slide-inner .contant-1 {
  max-width: 90%;
  width: 50rem;
}

@media (max-width: 600px) {
  .banner .slider .swiper-container .swiper-slide .slide-inner h1 {
    font-size: 2.5rem
  }
}

/*** Footer ***/
.footer-section {
  background-image: url('../images/hotel-diner-dining.jpg');
}
.footer-section .footer-about h3 {
  color: #fff;
}
.footer-section a {
  color: #E4C590 ;
}

/*** Loader ***/
#preloader #status {
  background-image: url(../images/songpyeon.gif);
}

/*** About Section ***/
@media (max-width: 991px) {
  .about-section .right-content .top-content h4 {
    margin-top: 2em;
  }
}

/*** Brands Section ***/
.brand-section .owl-item img {
  max-height: 3em
}
.brand-section .owl-text {
  width: 30%;
  align-content: center;
}
.brand-section .owl-text h3 {
  color: #060607;
}
.brand-section .owl-carousel {
  width: 70%;
  align-content: center;
}
@media (max-width: 980px) {
  .brand-section .owl-text {
    width: 50%;
  }
  .brand-section .owl-carousel {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .brand-section .owl-text {
    width: 100%;
  }
  .brand-section .owl-carousel {
    width: 100%;
  }
}

/*** Testimonials Section ***/
.testimonial-section .testi-slider2 .testi-box {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), /* shadow layer */
    url('../images/OTG-sushi-boat.jpg');
  background-position:center;
}

.testimonial-section .testi-slider2 .testi-box .testi-content .people .text h5 {
  color: #fff;
}

.slider-container,
.owl-stage {
  display: flex;
  align-items: stretch; /* ensures all slides match tallest */
}

.slider-container > div,
.owl-item > div {
  flex: 1 0 auto;
  height: 100%; /* make sure each fills its parent */
}

.testi-content {
  display: flex;
  flex-direction: column; /* stack items vertically */
  justify-content: space-between; /* spread them evenly top-to-bottom */
  height: 100%; /* important: needs a fixed or inherited height */
}

.testimonial-section .testi-slider2 .testi-box .testi-content .icon {
    left: 80% !important;
  }

@media (max-width: 1280px) {
  .testimonial-section .testi-slider2 .testi-box .testi-content .icon {
    width: 5em;
    left: 80% !important;
    bottom: 6em !important;
  }
}

@media (max-width: 980px) {
  .testimonial-section .testi-slider2 .testi-box .testi-content .icon {
    width: 5em;
    left: 80% !important;
    bottom: 6em !important;
  }
}

@media (max-width: 500px) {
  .testi-content p, .testi-content .text {
    z-index: 10;
  }
  .testimonial-section .testi-slider2 .testi-box .testi-content .icon {
    width: 4em;
    right: 4em !important;
    left: auto !important;
    bottom: 7em !important;
  }
}

@media (max-width: 400px) {
  .testimonial-section .testi-slider2 .testi-box .testi-content .icon {
    width: 3em;
    left: auto !important;
    bottom: 8em !important;
  }
}

/*** Daily Specials Section ***/
.portfolio-section .portfolio_nav .menu-filtering li.current_menu_item {
  color: #E4C590;            /* text color for active tab */
  border-width: 1px;
  border-color: #E4C590;  /* active background */
  border-style: solid;
  font-weight: 500;
}

.portfolio-section .portfolio-single-box .portfolio-content .study-text h2 {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}

.portfolio-section .portfolio-single-box {
  align-items: start;
}

.portfolio-section .portfolio-single-box .portfolio-thumb {
  width: 300px;      /* or whatever fits your design */
  height: 200px;
  flex-shrink: 0;    /* prevents flex from shrinking the image */
  overflow: hidden;
}


.portfolio-section .portfolio-single-box .portfolio-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

@media (max-width: 600px) {
  .portfolio-section .portfolio-single-box .portfolio-thumb {
    flex-shrink: 1;
    min-width: 150px;
  }
}

/*** Experiences Section ***/
.dish-iage {
    width: 100%;
    height: 300px; /* choose a height that works for your design */
    overflow: hidden;
}

.dish-iage img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* fills the container, crops if necessary */
    display: block;
}

.dish-section .single-desh:hover::before {
  height: 0;
  transition: none;

}
.owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center; /* helps if icons differ in size */
  width: 100%;
  pointer-events: none;
  z-index: 2; /* make sure arrows stay above images */
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  pointer-events: auto;
  width: 3em;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-nav div i {
  background-color: rgba(255, 255, 255, 0.6); /* cleaner alpha syntax */
  width: 100%;
  height: 100%;
  border-radius: 50%; /* optional: makes it circular */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}

.owl-nav div i:hover {
  background-color: rgba(255, 255, 255, 0.9); /* nicer hover effect */
}

.owl-nav div i:before {
  font-size: 2em; /* you can reduce from 3em if icons feel too large */
  color: #333; /* optional, better contrast */
}

/*** Events Section ***/
.blog-content .blog-meta, .blog-content h3, .blog-section p  {
  color: #fff;
}

.songle-blog .blog-image {
    width: 100%;
    height: 300px; /* choose a height that works for your design */
    overflow: hidden;
}

.songle-blog .blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* fills the container, crops if necessary */
    display: block;
}

/*** Other Pages ***/
.bratecome-section {
  background-image: url(../images/OTG-sushi-boat-2.jpg);
  padding: 12em 0 5em;
}

.inner-contant p {
  color: #fff;
}

/* Contact Us Page */
.about-section-contact .about-image img {
  border-radius: 8px;
}

.about-section-contact .icon-box {
  padding: 2em;
  box-shadow: 0px 0px 1px 0px rgb(255 255 255 / 0.5);
  margin: 1em 0
}

.about-section-contact .right-content .bottom-content .icon-box .icon-content {
  margin-bottom: 0;
}

.about-section-contact .fas {
  font-size: 2.5em;
  color: #fff;
  vertical-align: middle;
}

.about-section-contact .icon-content a {
  color: #fff;
}
.about-section-contact .icon-content a:hover {
  color: #E4C590;
}

.about-section-contact .icon {
  align-self: center;
}

.map-section {
  height: 27rem;
  transform: none !important;
  opacity: 1 !important;
}

.map-section * {
  transform: none !important;
}

/*** Photos Page ***/
.gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
  margin-top: 30px;
}

.gallery-thumbs a {
  display: block;
  overflow: hidden;
  border-radius: 8px;
}

.gallery-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease, filter 0.4s ease;
}

.gallery-thumbs a:hover img {
  transform: scale(1.08);
  filter: brightness(85%);
}

/* overrride Blueimp plugin styles for buttons */
.blueimp-gallery .prev,
.blueimp-gallery .next,
.blueimp-gallery .close,
.blueimp-gallery .play-pause {
  color: transparent;        /* hides the symbols */
  text-shadow: none;         /* remove drop shadow */
  border: none;
}

.blueimp-gallery-svgasimg > .prev,
.blueimp-gallery-svgasimg > .next {
  width: 2em;
  height: 2em;
  padding: 1em;
}

.blueimp-gallery-svgasimg > .prev {
  background-image: url(../images/prev.png);
  background-position: -0.25em center;
}
.blueimp-gallery-svgasimg > .next {
  background-image: url(../images/next.png);
  background-position: 1.2em center;
}
.blueimp-gallery-svgasimg > .close {
  background-image: url(../images/close.png);
}

.blueimp-gallery > .slides > .slide-loading {
  background-image: url("../images/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}

.blueimp-gallery .play-pause {
  display: none !important;
  background-image: none !important;
}

/*** More Page ***/
.about-section.about-section-more * {
  color: #fff;
}

.about-section.about-section-more a {
  color: #E4C590;
}