/*
  Template Name: OsteriaX
  Author : MarkUps
  Author URI: http://www.markups.io/
  Version: 1.0
  Tags: light, white, restaurant, multi page, landing page, custom-colors, Bootstrap, responsive, html5, css3, Sass, template, web template

*/

/* Table of Content
==================================================
#BASIC TYPOGRAPHY
#HEADER SECTION
#NAVBAR SECTION
#SLIDER SECTION
#ABOUT US SECTION
#COUNTER SECTION
#MENU ITEM SECTION
#GALLERY SECTION
#TESTIMONIAL SECTION
#CHEF SECTION
#CONTACT SECTION
#MAP SECTION
#FOOTER SECTION
#RESPONSIVE DESIGN
*/
@media (max-width: 480px) {
  h1, h2, h3, h4, h5, h6 {
    white-space: nowrap !important;    
    overflow: hidden;
    text-overflow: ellipsis;
  }
}


body {
  background-color: #ffffff;
  font-family: "Prata", serif;
  color: #333333;
  font-size: 15px;
  overflow-x: hidden;
  line-height: 24px;
}

.no-padding {
  padding: 0;
}


ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: #333333;
}

a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
  font-family: "Open Sans", sans-serif;
}

h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
}

img {
  border: none;
  max-width: 100%;
}

.mu-readmore-btn {
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  font-size: 16px;
  padding: 15px 35px;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mu-readmore-btn::after {
  bottom: 5px;
  content: "";
  left: 5px;
  position: absolute;
  right: 5px;
  top: 5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.mu-readmore-btn:hover, 
.mu-readmore-btn:focus {
  color: #fff;
}

.mu-readmore-btn:hover::after, 
.mu-readmore-btn:focus::after {
  bottom: 0px;
  content: "";
  left: 0px;
  right: 0px;
  top: 0px;
}

.mu-browsmore-btn {
  background-color: #fff;
  border: 1px solid #ccc;
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.5px;
  padding: 12px 25px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mu-browsmore-btn:hover, 
.mu-browsmore-btn:focus {
  color: #fff;
}

.mu-send-btn {
  background-color: transparent;
  border: 1px solid #ccc;
  display: inline-block;
  font-size: 16px;
  padding: 10px 18px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mu-send-btn:hover, 
.mu-send-btn:focus {
  color: #fff;
}


/*==================
 HEADER SECTION
====================*/

#mu-header {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}


/*==================
 NAVBAR SECTION
====================*/
@media (max-width: 768px) {
    .navbar-logo {
        position: relative;
        top: -7px; /* geser sedikit ke atas */
    }
}

.mu-main-navbar {
  background-color: transparent;
  border: none;
  padding: 20px 0;
  border-radius: 0;
  margin-bottom: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mu-main-navbar .mu-main-nav {
  font-family: "Open Sans", sans-serif;
}

.mu-main-navbar .mu-main-nav li a {
font-family: "Open Sans", sans-serif;
  font-weight: 800;
  color: #000000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mu-main-navbar .mu-main-nav .dropdown-menu {
  background-color: #fff;
  border-radius: 0;
}

.mu-main-navbar .mu-main-nav .dropdown-menu li a {
  padding: 10px 20px;
}

.mu-main-navbar .navbar-header .navbar-brand {
  color: #000000;
  display: inline-block;
  font-weight: 700;
  font-size: 31px;  
  padding: 0;
  margin-top: 16px;
  height: 27px;
  width: 180px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mu-main-navbar .navbar-header .navbar-brand img {
  margin-top: -10px;
}


.mu-main-navbar .navbar-header .navbar-brand-small {
  height: 20px;
  margin-top: 16px;
  width: 105px;
}

.mu-main-navbar .navbar-header .navbar-brand-small span {
  margin-top: -4px;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}




/* ================= FLOATING CONTAINER ================= */
.floating-box {
  position: fixed;
  bottom: 120px;
  right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center; /* Pastikan lurus */
  gap: 12px;
  z-index: 99999;
}

/* ================= BUTTON STYLE ================= */
.float-btn {
  width: 55px;
  height: 55px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  color: white;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  transition: .3s;
}

.float-btn:hover { transform: scale(1.12); }

.map { background: #ff4444; }
.share { background: #007bff; }

/* ======================
   POPUP WHATSAPP MODERN
====================== */

.wa-popup {
    display: none; /* default tersembunyi */
    position: absolute;
    top: 50%;
    right: 100%; 
    transform: translateY(-50%);
    margin-right: 8px;
    z-index: 1000;
}

/* Popup content */
.wa-popup-content {
  background: #25d366;
  color: #fff;
  padding: 20px 15px 15px 15px;
  width: 250px;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.35);
  position: relative;
  font-family: "Open Sans", sans-serif;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transform-origin: top right; /* zoom dari pojok atas */
}

.wa-popup-content:hover {
  transform: scale(1.05); /* efek zoom saat hover */
  box-shadow: 0 12px 35px rgba(0,0,0,0.45);
}

/* Close button */
.close-wa-popup {
  position: absolute;
  top: 6px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  transition: color 0.3s ease, transform 0.3s ease;
}

.close-wa-popup:hover {
  color: #ff4c4c;
  transform: scale(1.2);
}

/* Icon di popup */
.wa-popup-content::before {
  content: "📱";
  font-size: 28px;
  position: absolute;
  top: -12px;
  left: 15px;
}

/* Tombol WA */
.wa-popup-content a {
  display: block;
  text-decoration: none;
  color: #fff;
  background: rgba(0,0,0,0.1);
  text-align: center;
  padding: 10px 0;
  margin-top: 15px;
  border-radius: 10px;
  font-weight: 600;
  transition: background 0.3s ease;
}

.wa-popup-content a:hover {
  background: rgba(0,0,0,0.25);
}

/* Animasi */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(25px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes shake {
    0%   { transform: translateX(0); }
    20%  { transform: translateX(-6px); }
    40%  { transform: translateX(6px); }
    60%  { transform: translateX(-4px); }
    80%  { transform: translateX(4px); }
    100% { transform: translateX(0); }
}

/* ================= SCROLL BUTTON ================= */
.scrollToTop {
  bottom: 60px;
  right: 20px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  display: none;
  text-align: center;
  font-size: 28px;
  color: white;
  z-index: 998;
  transition: .3s;
}

/* ================= RESPONSIVE HP ================= */
@media (max-width: 480px) {

    .float-btn {
        width: 50px;
        height: 50px;
        font-size: 22px;
        position: relative; /* supaya popup absolute relatif ke tombol */
        margin-bottom: 10px; /* jarak antar tombol jika ada lebih dari satu */
    }

    .floating-box {
        bottom: 15px; /* jarak dari bawah layar */
        right: 15px;
        display: flex;
        flex-direction: column; /* susun tombol vertikal */
        align-items: flex-end;  /* tombol di kanan */
        gap: 10px; /* jarak antar tombol */
    }

    .wa-popup {
        position: absolute;       /* relatif ke tombol WA */
        top: 50%;                 /* vertikal sejajar tengah tombol */
        right: 100%;              /* muncul di kiri tombol */
        transform: translateY(-50%); /* supaya benar-benar sejajar tengah */
        margin-right: 8px;        /* jarak horizontal */
        display: none;
        z-index: 9999;
    }

    .scrollToTop {
        width: 50px;
        height: 50px;
        line-height: 50px;
        right: 15px;
        bottom: 55px;
        font-size: 24px;
    }

}



/*==================
	SLIDER SECTION
====================*/
#mu-slider {
  width: 100%;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}

.mu-slider-area,
.mu-top-slider,
.mu-top-slider-single {
  width: 100%;
  position: relative;
}

/* =======================================
      SLIDE IMAGE
======================================= */
.mu-top-slider .mu-top-slider-single img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

/* Gradient overlay agar teks terbaca */
.mu-top-slider .mu-top-slider-single:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.75),
    rgba(0,0,0,0.35)
  );
  z-index: 9;
}

/* =======================================
      TEXT CONTENT DESKTOP
======================================= */
.mu-top-slider-content {
  position: absolute;
  top: 26%;
  left: 12%;
  right: 12%;
  text-align: center;
  color: #fff;
  z-index: 99;
}

.mu-slider-small-title {
  font-family: "Tangerine", cursive;
  font-size: 70px;
  margin-bottom: 5px;
}

.mu-slider-title {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 10px;
}

.mu-top-slider .mu-top-slider-single p {
  font-size: 18px;
  line-height: 26px;
  padding: 0 10px;
  margin-bottom: 25px;
}

/* =======================================
      TABLET (<= 768px)
======================================= */
@media (max-width: 768px) {
  .mu-top-slider .mu-top-slider-single img {
    height: 70vh;
  }

  .mu-top-slider-content {
    top: 20%;
    left: 7%;
    right: 7%;
  }

  .mu-slider-small-title {
    font-size: 42px;
  }

  .mu-slider-title {
    font-size: 28px;
    line-height: 32px;
  }

  .mu-top-slider .mu-top-slider-single p {
    font-size: 14px;
    line-height: 19px;
  }
}

/* =======================================
      MOBILE (<= 480px)
======================================= */

@media (max-width: 480px) {

  /* Tinggi gambar tetap */
  .mu-top-slider .mu-top-slider-single img {
    height: 49vh;
    object-fit: cover;
  }

  /* Turunkan posisi teks */
  .mu-top-slider-content {
    top: 51%;        /* DARI 98% → 72% (lebih turun dan aman) */
    left: 5%;
    right: 5%;
    transform: translateY(-50%);
  }

  /* Turunkan judul kecil */
  .mu-slider-small-title {
    font-size: 30px;
    margin-top: 237px;     /* Tambahkan jarak supaya turun */
    display: block;
  }

  .mu-slider-title {
    font-size: 22px;
    line-height: 56px;
    margin-bottom: 12px;
  }

  /* Paragraf wajib tampil sempurna */
  .mu-top-slider .mu-top-slider-single p {
    font-size: 13px !important;
    line-height: 18px !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin-bottom: 20px;
    padding: 0 5px;
    z-index: 999;
    position: relative;
  }

  /* Slick dots */
  .mu-top-slider .slick-dots {
    bottom: 12px;
  }

  /* Smaller arrows */
  .mu-top-slider .slick-prev,
  .mu-top-slider .slick-next {
    width: 32px;
    height: 32px;
  }

  .mu-top-slider .slick-prev { left: 5px; }
  .mu-top-slider .slick-next { right: 5px; }
}



/*==================
	ABOUT US SECTION
====================*/
#mu-about-us {
  width: 100%;
  padding: 100px 0;
  background: #f8f9fa;
  position: relative;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
}

/* AREA*/
.mu-about-us-area {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

/* TITLE */
.mu-title {
  width: 100%;
    margin-top: -30px; /* angkat lebih ke atas */
  margin-bottom: 30px;
  text-align: center;
}

.mu-title .mu-subtitle {
  font-size: 40px;
  font-family: 'Tangerine', cursive;
  font-weight: bold;
  color: #2ecc71;
  margin-bottom: 10px;
}

.mu-title h2 {
  font-size: 36px;
  color: #222;
  font-weight: 700;
  margin-bottom: 0;
}

/* LEFT (GAMBAR) */
.mu-about-us-left {
  flex: 1;
  min-width: 250px;
  text-align: center;
}

.mu-about-us-left img {
  max-width: 70%;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  animation: floatImage 6s ease-in-out infinite alternate;
    margin-bottom: 20px; /* jarak bawah */
}

/* FLOAT ANIMATION */
@keyframes floatImage {
  0% { transform: translateX(0px); }
  50% { transform: translateX(15px); }
  100% { transform: translateX(0px); }
}

/* RIGHT (TEXT) */
.mu-about-us-right {
  flex: 1;
  min-width: 270px;
  padding-left: 20px;
  color: #333;
  animation: fadeInUp 1s ease forwards;
}

/* PARAGRAPH */
.mu-about-us-right p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
  text-align: justify;
}

/* LIST */
.mu-about-us-right ul {
  list-style: none;
  padding: 0;
}

.mu-about-us-right ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}

/* PANAH */
.mu-about-us-right ul li > .bullet {
  position: absolute;
  left: 0;
  top: 12px;

  display: block;
  width: 7px;
  height: 7px;

  border-right: 2px solid #2ecc71;
  border-bottom: 2px solid #2ecc71;

  opacity: 0;
  transform: translateX(-6px) rotate(-45deg);

  animation: bulletPulse 1.4s ease-in-out infinite !important;
}

/* ANIMASI */
@keyframes bulletPulse {
  0% { opacity: 0; transform: translateX(-6px) rotate(-45deg); }
  20% { opacity: 1; transform: translateX(0) rotate(-45deg); }
  50% { opacity: 0.4; }
  100% { opacity: 0; transform: translateX(-6px) rotate(-45deg); }
}

/* DELAY */
.mu-about-us-right ul li:nth-child(1) > .bullet { animation-delay: 0s; }
.mu-about-us-right ul li:nth-child(2) > .bullet { animation-delay: 0.3s; }
.mu-about-us-right ul li:nth-child(3) > .bullet { animation-delay: 0.6s; }
.mu-about-us-right ul li:nth-child(4) > .bullet { animation-delay: 0.9s; }
.mu-about-us-right ul li:nth-child(5) > .bullet { animation-delay: 1.2s; }


/* FADE IN */
@keyframes fadeInUp {
  0% { opacity: 0; transform: translateY(30px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .mu-title h2 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  #mu-about-us {
    padding: 60px 20px;
  }

  .mu-about-us-area {
    gap: 30px;
  }

  .mu-about-us-right {
    padding-left: 0;
    text-align: left;
  }

  .mu-about-us-right p {
    text-align: justify;
  }

  .mu-about-us-left img {
    max-width: 70%;
  }
}


/*==================
 COUNTER SECTION
====================*/

#mu-counter {
  background-image: url("assets/img/7.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed; /* Desktop */
  display: inline;
  float: left;
  width: 100%;
}

/* ===== FIX KHUSUS HP ===== */
@media (max-width: 768px) {
  #mu-counter {
    background-attachment: scroll; /* supaya tidak bergerak */
  }
}


.mu-counter-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  display: inline;
  padding: 100px 0;
  float: left;
  width: 100%;
}

.mu-counter-area {
  display: inline;
  float: left;
  width: 100%;
}

.mu-counter-nav {
  display: flex;          /* Ubah dari inline-block menjadi flex */
  justify-content: center; /* Tengah horizontal */
  gap: 30px;              /* Jarak antar card, bisa disesuaikan */
  flex-wrap: wrap;        /* Jika layar kecil, card bisa wrap */
  padding: 0;
  list-style: none;
}


.mu-counter-nav li {
  display: inline-block;
}

.mu-counter-nav li:last-child {
  border-right: none;
}

.mu-counter-nav li .mu-single-counter {
  color: #fff;
  display: inline;
  float: left;
  padding: 25px 0;
  text-align: center;
  width: 100%;
}

.mu-counter-nav li .mu-single-counter span {
  font-family: "Tangerine", cursive;
  font-size: 40px;
}

.mu-counter-nav li .mu-single-counter h3 {
  font-size: 50px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 15px;
  margin-top: 10px;
}

.mu-counter-nav li .mu-single-counter h3 span {
  font-family: "Open Sans", sans-serif;
  font-size: 35px;
  font-weight: bold;
  line-height: 40px;
}

.mu-counter-nav li .mu-single-counter h3 sup {
  font-weight: normal;
  display: inline-block;
  font-size: 35px;
}

.mu-counter-nav li .mu-single-counter p {
  font-size: 18px;
  letter-spacing: 1.5px;
  margin-bottom: 0;
}

/*==================
 MENU ITEM SECTION
====================*/
#mu-restaurant-menu {
  display: inline;
  float: left;
  width: 100%;
  padding: 70px 0; /* Atas 50px, bawah 50px */
}

.mu-restaurant-menu-area {
  display: inline;
  float: left;
  width: 100%;
  
}

.mu-restaurant-menu-content {
  display: inline;
  float: left;
  margin-top: 30px;
  width: 100%;
  
}

.mu-restaurant-menu {
  display: inline-block;
  width: 100%;
  text-align: center;
  border: none;
}

.mu-restaurant-menu li {
  display: inline-block;
  float: none;
}

.mu-restaurant-menu li a {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  border-radius: 0;
  color: #fff;
  font-size: 18px;
  margin: 0 15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mu-restaurant-menu li a:hover,
.mu-restaurant-menu .active a,
.mu-restaurant-menu .active a:hover,
.mu-restaurant-menu .active a:focus {
  background-color: #FFF;
}

/* ==============================
   RESPONSIVE MENU SECTION MOBILE
============================== */
body, 
.mu-menu-item-nav li .media .media-body {
  font-family: "Poppins", sans-serif;
}

/* ======================================================
   GLOBAL MENU STYLING
   ====================================================== */

.mu-menu-item-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0;
  margin: 0;
}

.mu-menu-item-nav li {
  list-style: none;
  width: calc(50% - 10px); /* 2 kolom desktop */
  background: #fff;
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 10px;
  display: block;
  box-sizing: border-box;
}

/* HORIZONTAL LAYOUT GAMBAR + TEKS */
.mu-menu-item-nav .media {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.mu-menu-item-nav .media-left {
  width: 90px;
  height: 90px;
  flex-shrink: 0;
}

.mu-menu-item-nav .media-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.mu-menu-item-nav .media-body {
  flex: 1;
}

/* TEXT */
.mu-menu-item-nav .media-heading {
  font-size: 18px;
  font-weight: 600;
  color: #222;
}

.mu-menu-price {
  font-size: 15px;
  font-weight: bold;
  color: #e91e63;
}

.mu-menu-item-nav .media-body p {
  font-size: 14px;
  margin-top: 8px;
  line-height: 1.4;
  color: #555;
}


/* ==========================================================
   MOBILE MODE (HP) – GAMBAR DI ATAS, TEKS DI BAWAH
========================================================== */
@media (max-width: 768px) {

  /* Item menu menjadi 1 kolom penuh */
  .mu-menu-item-nav li {
    width: 100% !important;
  }

  /* Struktur media menjadi vertikal */
  .mu-menu-item-nav .media {
    display: flex !important;
    flex-direction: column !important; /* gambar ke atas */
    align-items: flex-start !important;
    gap: 10px !important;
  }

  /* Gambar memenuhi lebar, fokus elegan */
  .mu-menu-item-nav .media-left {
    width: 100% !important;
    height: auto !important;
  }

  .mu-menu-item-nav .media-left img {
    width: 100% !important;
    height: 310px !important;      /* tinggi pas untuk HP */
    object-fit: cover !important;  /* biar elegan */
    border-radius: 10px;
  }

  /* Teks di bawah gambar */
  .mu-menu-item-nav .media-body {
    width: 100% !important;
    padding-left: 0 !important;
    text-align: left !important;
  }

  /* Judul */
  .mu-menu-item-nav .media-heading {
    font-size: 17px !important;
    font-weight: 600 !important;
    color: #222 !important;
  }

  /* Harga */
  .mu-menu-price {
    font-size: 15px !important;
    color: #e91e63 !important;
    font-weight: bold !important;
  }

  /* Deskripsi */
  .mu-menu-item-nav .media-body p {
    font-size: 13px !important;
    line-height: 1.5 !important;
    color: #555 !important;
  }
}



/* ======================================================
   PERTAHANKAN STYLE ORI (AGAR TIDAK RUSAK)
   ====================================================== */
.mu-tab-content-area {
  display: inline;
  float: left;
  width: 100%;
  padding: 50px 0;
}

.mu-tab-content-left {
  display: inline;
  float: left;
  padding-right: 15px;
  width: 100%;
}

.mu-tab-content-right {
  display: inline;
  float: left;
  padding-left: 15px;
  width: 100%;
}


/*==================
GALLERY SECTION MODERN
====================*/

/* Transisi fade */
.mu-single-gallery {
  opacity: 1;
  transition: opacity 0.5s ease;
}

.mu-single-gallery.hide {
  opacity: 0;
  pointer-events: none; /* agar tidak bisa diklik saat animasi */
  position: absolute;   /* supaya tidak mengganggu layout */
}

#mu-gallery {
  display: inline;
  float: left;
  padding: 70px 0;
  width: 100%;
  background: #fdfdfd; /* putih elegan */
}

.mu-gallery-area {
  display: inline;
  float: left;
  width: 100%;
}

.mu-gallery-content {
  display: inline;
  float: left;
  width: 100%;
}

.mu-gallery-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}

.mu-single-gallery {
  width: 32%; /* 3 kolom */
  margin-bottom: 30px;
  transition: transform 0.3s ease;
  position: relative;
}

.mu-single-gallery .mu-single-gallery-item {
  background: #fff; /* card putih */
  border: 2px solid #00ff88; /* garis hijau neon */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: all 0.4s ease;
  position: relative;
}

.mu-single-gallery .mu-single-gallery-item:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 255, 136, 0.5);
  border-color: #00ffcc;
}

.mu-single-gallery .mu-single-gallery-item .mu-single-gallery-img {
  width: 100%;
  overflow: hidden;
}

.mu-single-gallery .mu-single-gallery-item .mu-single-gallery-img img {
  width: 100%;
  height: 220px; /* semua gambar konsisten */
  object-fit: cover;
  transition: transform 0.5s ease;
  border-bottom: 2px solid #00ff88;
}

.mu-single-gallery .mu-single-gallery-item:hover .mu-single-gallery-img img {
  transform: scale(1.1);
}
.mu-single-gallery-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.4s ease;
}

.mu-single-gallery-item:hover .mu-single-gallery-info {
  opacity: 1;
}

/* Neon circle plus button */
.mu-view-btn {
  width: 60px;
  height: 60px;
  border: 2px solid #00ff88;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,0.3);
  box-shadow: 0 0 15px #00ff88, 0 0 30px #00ff88;
  transition: all 0.4s ease;
  cursor: pointer;
}

.mu-view-btn img {
  width: 25px;
  height: 25px;
  filter: invert(100%);
  transition: all 0.4s ease;
}

.mu-single-gallery-item:hover .mu-view-btn {
  transform: scale(1.2) rotate(10deg);
  box-shadow: 0 0 20px #00ff88, 0 0 40px #00ff88;
}


/* ======================
Pagination Buttons Modern
======================== */
.mu-gallery-pagination {
  margin-top: 30px;
  text-align: center;
}

.mu-gallery-pagination button {
  background: #00ff88;
  color: #000;
  font-weight: bold;
  border: none;
  padding: 10px 20px;
  margin: 0 10px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s ease;
}

.mu-gallery-pagination button:hover {
  background: #00cc77;
  box-shadow: 0 0 10px #00ff88;
}

.mu-gallery-pages span {
  display: inline-block;
  margin: 0 5px;
  font-size: 18px;
  cursor: pointer;
  color: #555;
  transition: all 0.3s ease;
}

.mu-gallery-pages span.active-page {
  color: #00ff88;
  font-weight: bold;
  text-shadow: 0 0 5px #00ff88;
}



/*==================
  TESTIMONIAL SECTION
====================*/

#mu-client-testimonial {
  background-image: url("assets/img/7.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed; /* desktop */
  display: inline;
  float: left;
  width: 100%;
}

/* MODE HP */
@media (max-width: 768px) {
  #mu-client-testimonial {
    background-size: cover;
    background-position: center top;
  }
}


#mu-client-testimonial .mu-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  display: inline;
  float: left;
  padding: 70px 0 100px;
  width: 100%;
}

#mu-client-testimonial .mu-title h2 {
  color: #fff;
}

.mu-client-testimonial-area {
  display: inline;
  float: left;
  width: 100%;
}

.mu-testimonial-content {
  display: inline;
  float: left;
  width: 100%;
}

.mu-testimonial-slider {
  display: inline;
  float: left;
  width: 100%;
}

.mu-testimonial-slider li {
  display: inline;
  float: left;
  width: 100%;
}

.mu-testimonial-slider li .mu-testimonial-single {
  display: inline;
  float: left;
  padding: 0 150px;
  position: relative;
  width: 100%;
}

.mu-testimonial-slider li .mu-testimonial-single .mu-testimonial-info {
  display: inline;
  float: left;
  width: 100%;
  text-align: center;
}

.mu-testimonial-slider li .mu-testimonial-single .mu-testimonial-info p {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 35px;
  margin-top: 30px;
  padding: 0;
  position: relative;
  z-index: 20;
}

.mu-testimonial-slider li .mu-testimonial-single .mu-testimonial-bio {
  color: #fff;
  display: inline-block;
  float: left;
  margin-top: 5px;
  margin-bottom: 25px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 30;
}

.mu-testimonial-slider li .mu-testimonial-single .mu-testimonial-bio p {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1px;
  margin-bottom: 0;
  min-width: 175px;
  padding-top: 10px;
}

.mu-testimonial-slider .slick-dots {
  text-align: center;
}

.mu-testimonial-slider .slick-dots li {
  border-radius: 50%;
  width: 20px;
  display: inline-block;
  float: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mu-testimonial-slider .slick-dots li button {
  display: none;
}



/* ======================
   CHEF SECTION
====================== */
#mu-chef {
  display: inline;
  float: left;
  padding: 50px 0;
  width: 100%;
  background: #fdfdfd; /* putih elegan */
}

.mu-chef-area {
  display: inline;
  float: left;
  width: 100%;
}

.mu-chef-content {
  display: inline;
  float: left;
  margin-top: 30px;
  padding-bottom: 60px;
  width: 100%;
}

.mu-chef-nav {
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
}

/* Slider Item */
.mu-chef-nav .slick-list li {
  background-color: #f8f8f8;
  display: inline-block;
  margin: 0 5px;
  width: 22%; /* desktop */
  overflow: hidden;
}

.mu-chef-nav .slick-list li:first-child { margin-left: 0; }
.mu-chef-nav .slick-list li:last-child { margin-right: 0; }

/* Chef Card */
.mu-chef-nav .slick-list li .mu-single-chef {
  display: inline;
  float: left;
  width: 100%;
  position: relative;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  border-radius: 10px;
}

/* Hover effect */
.mu-chef-nav .slick-list li .mu-single-chef:hover {
  border: 2px solid #00ff88;
  box-shadow: 0 0 15px #00ff88, 0 0 25px rgba(0, 255, 136, 0.5);
  transform: translateY(-3px);
}

.mu-chef-nav .slick-list li .mu-single-chef:hover .mu-single-chef-social {
  bottom: 0;
  opacity: 1;
}

/* Image & Info */
.mu-chef-nav .slick-list li .mu-single-chef .mu-single-chef-img {
  width: 100%;
  height: 250px; /* tinggi tetap untuk semua gambar */
  overflow: hidden; /* sembunyikan bagian gambar yang keluar */
}

.mu-chef-nav .slick-list li .mu-single-chef .mu-single-chef-img img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* gambar menyesuaikan container tanpa merusak rasio */
  display: block;
}

.mu-chef-nav .slick-list li .mu-single-chef .mu-single-chef-info {
  padding: 10px 10px 20px;
  width: 100%;
}
.mu-chef-nav .slick-list li .mu-single-chef .mu-single-chef-info h4 { margin-bottom: 5px; }
.mu-chef-nav .slick-list li .mu-single-chef .mu-single-chef-info span {
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #28a745;
}

/* Social Icon */
.mu-chef-nav .slick-list li .mu-single-chef .mu-single-chef-social {
  background-color: #000;
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  padding: 15px 0;
  text-align: center;
  opacity: 0;
  transition: all 0.5s;
}
.mu-chef-nav .slick-list li .mu-single-chef .mu-single-chef-social a {
  background-color: rgba(0, 255, 136, 0.15);
  border-radius: 50%;
  color: #00ff88;
  display: inline-block;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  margin: 5px;
  text-align: center;
  width: 40px;
  border: 1px solid #00ff88;
  transition: 0.4s ease;
  box-shadow: 0 0 8px rgba(0, 255, 136, 0.5);
}
.mu-chef-nav .slick-list li .mu-single-chef .mu-single-chef-social a:hover {
  background-color: #00ff88;
  color: #000;
  transform: translateY(-4px);
  box-shadow: 0 0 15px #00ff88;
}

/* Slick Dots */
.mu-chef-nav .slick-dots { text-align: center; margin-bottom: -30px; }
.mu-chef-nav .slick-dots li { border-radius: 50%; width: 20px; display: inline-block; float: none; transition: all 0.5s; }
.mu-chef-nav .slick-dots li button { display: none; }

/* ================================
   RESPONSIVE CHEF SECTION MOBILE
================================== */
@media (max-width: 768px) {
  /* Social icon tetap bulat di HP */
  .mu-single-chef-social a {
    width: 36px;       /* sama dengan height */
    height: 36px;      /* sama dengan width */
    line-height: 36px; /* vertikal center */
    border-radius: 50%; 
    font-size: 16px;
    margin: 5px;
    padding: 0;        /* hapus padding agar tidak lonjong */
    display: inline-block;
    box-sizing: border-box; /* pastikan border tidak mempengaruhi ukuran */
  }

  /* Slider items stack / full width */
  .mu-chef-nav .slick-list li {
    width: 80%; /* lebar lebih besar di HP */
    margin: 0 auto 20px; /* center + jarak antar card */
    display: block;
  }

  .mu-chef-nav .slick-list li:first-child,
  .mu-chef-nav .slick-list li:last-child {
    margin-left: auto;
    margin-right: auto;
  }

  /* Card tetap rapi */
  .mu-chef-nav .slick-list li .mu-single-chef {
    float: none;
    display: block;
  }

  .mu-chef-nav .slick-list li .mu-single-chef .mu-single-chef-info h4 { font-size: 16px; }
  .mu-chef-nav .slick-list li .mu-single-chef .mu-single-chef-info span { font-size: 12px; }

  /* Social icon tetap terlihat dan pas di mobile */
  .mu-chef-nav .slick-list li .mu-single-chef .mu-single-chef-social a {
    height: 36px;
    width: 36px;
    line-height: 36px;
    font-size: 16px;
  }

  /* Slick Dots center lebih rapih */
  .mu-chef-nav .slick-dots { margin-bottom: -10px; }
}


/* =======================
   CONTACT SECTION
======================= */
#mu-contact {
  background-color: #000; /* black elegant */
  display: inline;
  float: left;
    padding-top: 55px;
    padding-bottom: 15px;
  width: 100%;
  border-top: 2px solid #00ff88;
  box-shadow: 0 0 15px rgba(0, 255, 136, 0.3);
}

.mu-contact-area {
  display: inline;
  float: left;
  width: 100%;
}

/* CONTENT LEFT (FORM / INFO) */
.mu-contact-left {
  display: inline;
  float: left;
  font-family: "Open Sans", sans-serif;
  width: 100%;
  color: #00ff88;
}

.mu-contact-left .form-group label {
  font-size: 16px;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
  color: #00ff88;
}

.mu-contact-form input[type="text"],
.mu-contact-form input[type="email"],
.mu-contact-form textarea {
  background: #111;
  border: 1px solid #00ff88;
  color: #00ff88;
  border-radius: 6px;
  padding-left: 12px;
  transition: .3s ease;
}

.mu-contact-form input[type="text"]:focus,
.mu-contact-form input[type="email"]:focus,
.mu-contact-form textarea:focus {
  box-shadow: 0 0 10px #00ff88;
  border-color: #00ffcc;
  background-color: #0d0d0d;
}

/* FORM TEXTAREA SIZE */
.mu-contact-form textarea {
  padding: 10px;
  min-height: 120px;
}

/* CONTENT RIGHT (INFO & OPEN HOURS) */
.mu-contact-right {
  display: inline;
  float: left;
  padding: 0 30px;
  width: 100%;
  color: #00ff88;
}

.mu-contact-right .mu-contact-widget h3 {
  margin-top: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #00ff88;
  display: inline-block;
  color: #00ff88;
}

.mu-contact-right .mu-contact-widget > p {
  letter-spacing: 0.5px;
  line-height: 26px;
  color: #ccc;
}

.mu-contact-right .mu-contact-widget address p {
  color: #ccc;
margin-bottom: 6px; /* jarak lebih rapat */
}

.mu-contact-right .mu-contact-widget address p i {
  margin-right: 10px;
  width: 20px;
  text-align: center;
  color: #00ff88;
}

.mu-contact-right .mu-contact-widget address p span {
  display: inline-block;
  margin-right: 20px;
  min-width: 130px;
  color: #00ff88;
}

/* ==============================
   LEFT-RIGHT LAYOUT FIX
   ============================== */
.mu-contact-left-info {
  padding-right: 15px;
}

.mu-open-hours {
  padding-left: 15px;
}

.mu-open-hours .mu-contact-widget address p {
  margin-bottom: 6px; /* jarak lebih rapat */
}

.mu-open-hours .mu-contact-widget address p span {
  display: inline-block;
  width: 120px;   /* lebar tetap agar hari dan jam sejajar */
  color: #00ff88;
}

/* SUCCESS / ERROR MESSAGES */
#form-messages {
  margin-bottom: 10px;
  background-color: transparent;
}

.success {
  padding: 1em;
  color: #00ff88;
  background-color: rgba(0, 255, 136, 0.1);
  border: 1px solid #00ff88;
  border-radius: 5px;
}

.error {
  padding: 1em;
  color: #ff4c4c;
  background-color: rgba(255, 0, 0, 0.15);
  border: 1px solid rgba(255, 0, 0, 0.3);
  border-radius: 5px;
}

/* ===============================
   RESPONSIVE UNTUK MOBILE HP
================================= */
@media (max-width: 768px) {

  /* AREA KONTAK */
  #mu-contact,
  .mu-contact-area,
  .mu-contact-left,
  .mu-contact-right,
  .mu-contact-left-info,
  .mu-open-hours {
    text-align: left !important;   /* Paksa semua teks rata kiri */
    margin: 0;
    padding: 0 0 20px 0;
  }

  /* H3, P, LABEL, ADDRESS */
  #mu-contact h2,
  .mu-contact-right .mu-contact-widget h3,
  .mu-contact-right .mu-contact-widget p,
  .mu-contact-right .mu-contact-widget address p,
  .mu-contact-left .form-group label,
  #form-messages {
    text-align: left !important;
  }

  /* FORM INPUT */
  .mu-contact-form input[type="text"],
  .mu-contact-form input[type="email"],
  .mu-contact-form textarea {
    text-align: left !important;
  }

  /* ADDRESS (ikon + teks kiri semua) */
  .mu-contact-right .mu-contact-widget address p {
    display: flex;
    align-items: flex-start;
    text-align: left !important;
  }

  .mu-contact-right .mu-contact-widget address p i {
    margin-right: 8px;
  }

  /* JAM BUKA */
  .mu-open-hours p {
    text-align: left !important;
  }
}


/* Judul Contact */
#mu-contact h2 {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 15px;
}



/*==================
 MAP SECTION (DARK THEME)
====================*/

#mu-map {
  display: inline;
  float: left;
  height: 450px;
  width: 100%;
  border-top: 2px solid #00ff88;
}

#mu-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}


/*==================
 FOOTER SECTION (GREEN + BLACK)
====================*/

/* ================= FOOTER UTAMA ================= */
#mu-footer {
  background-color: #000; /* Hitam elegan */
  display: inline;
  float: left;
  width: 100%;

  /* === SETTING JARAK ATAS & BAWAH === */
  padding-top: 27px;     /* JARAK ATAS */
  padding-bottom: 21px;  /* JARAK BAWAH */

  border-top: 2px solid #00ff88;
  box-shadow: 0 0 10px #00ff88;
}

/* ================= AREA FOOTER ================= */
.mu-footer-area {
  display: inline;
  float: left;
  width: 100%;
  text-align: center;
}

/* ================= SOSIAL MEDIA ================= */
.mu-footer-social {
  display: inline;
  float: left;
  width: 100%;
  text-align: center;

  /* JARAK KHUSUS SOSIAL MEDIA */
  margin-top: 5px;
  margin-bottom: 5px;
}

/* ================= ICON SOSIAL ================= */
.mu-footer-social a {
  background-color: rgba(0, 255, 136, 0.15);
  border-radius: 50%;
  color: #00ff88;
  display: inline-block;
  font-size: 20px;

  width: 45px;
  height: 45px;
  line-height: 45px;

  margin: 4px; /* jarak antar icon */
  text-align: center;

  border: 1px solid #00ff88;
  box-shadow: 0 0 8px rgba(0, 255, 136, 0.5);

  transition: 0.3s ease;

  /* ANIMASI GERAK LUCU */
  animation: floatIcon 3s ease-in-out infinite;
}

/* ================= ANIMASI ICON ================= */
@keyframes floatIcon {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-6px); }
  100% { transform: translateY(0); }
}

/* VARIASI GERAK AGAR TIDAK SERAGAM */
.mu-footer-social a:nth-child(1) { animation-delay: 0s; }
.mu-footer-social a:nth-child(2) { animation-delay: .3s; }
.mu-footer-social a:nth-child(3) { animation-delay: .6s; }
.mu-footer-social a:nth-child(4) { animation-delay: .9s; }

/* ================= HOVER ================= */
.mu-footer-social a:hover {
  background-color: #00ff88;
  color: #000;
  transform: translateY(-8px) scale(1.05);
  box-shadow: 0 0 18px #00ff88;
  animation-play-state: paused;
}

/* ================= COPYRIGHT ================= */
.mu-footer-copyright {
  display: inline;
  float: left;
  width: 100%;

  /* JARAK COPYRIGHT KE SOSIAL MEDIA */
  margin-top: 8px;
}

.mu-footer-copyright p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #00ff88;
  margin-bottom: 0;
}

.mu-footer-copyright p a {
  color: #00ffaa;
  font-weight: bold;
  transition: 0.3s;
}

.mu-footer-copyright p a:hover {
  color: #00ff88;
}

@media (max-width: 768px) {
  #mu-footer {
    padding-top: 15px;
    padding-bottom: -10px;
  }

  .mu-footer-social a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
}
/* ================= TITLE CONTACT FIX ================= */
.mu-title {
  display: flex;
  flex-direction: column;
  align-items: center;   /* PAKSA TENGAH HORIZONTAL */
  justify-content: center;
  text-align: center;
  width: 100%;
}

/* Reset TOTAL heading */
.mu-title h2 {
  margin: 4px 0;
  padding: 0;
  text-align: center;
  width: auto;
}

/* Subtitle */
.mu-title .mu-subtitle {
  display: block;
  text-align: center;
  margin-bottom: 2px;
}


/*==================
 RESPONSIVE DESIGN
====================*/

@media (max-width: 1199px) {

  .mu-main-navbar .mu-main-nav li a {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mu-top-slider .mu-top-slider-single .mu-top-slider-content {
    position: absolute;
    left: 5%;
    top: 15%;
    right: 5%;
  }

  .mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-small-title {
    font-size: 80px;
  }

  .mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-title {
    font-size: 55px;
    line-height: 70px;
  }

  .mu-testimonial-slider li .mu-testimonial-single {
    padding: 0 50px;
  }

  .mu-chef-nav .slick-list li .mu-single-chef .mu-single-chef-social {
    padding: 23px 5px;
  }
}


@media (max-width: 991px) {


  .mu-main-navbar .mu-main-nav li a {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }

  .mu-about-us-left,
  .mu-reservation-form {
    text-align: center;
  }
  
  .mu-reservation-right {
    margin-top: 60px;
  }
  

}


@media (max-width: 767px) {

  #mu-header {
    padding: 0 15px;
  }

  .navbar-default .navbar-toggle {
    border-radius: 0px;
  }

  .navbar-default .navbar-toggle:hover, 
  .navbar-default .navbar-toggle:focus {
    background-color: #fff;
  }

  .mu-main-navbar .mu-main-nav {
    background-color: #fff;
    text-align: center;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, 
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: #fff;
  }

  #mu-counter .mu-counter-overlay .mu-counter-area .mu-counter-nav li {
    margin-top: 10px;
    margin-bottom: 10px;
    border-right: none;
  }
   
}


@media (max-width: 640px) {
  
  .navbar-default .navbar-toggle:hover, 
  .navbar-default .navbar-toggle:focus {
    background-color: #fff;
  }

  #mu-slider .mu-slider-area .mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-title {
    font-size: 50px;
    line-height: 75px;
  }

 .mu-top-slider .mu-top-slider-single .mu-top-slider-content {
    top: 18%;
  }

  #mu-restaurant-menu .mu-restaurant-menu-area .mu-restaurant-menu-content .mu-restaurant-menu li a {
    font-size: 16px;
    margin: 0 5px;
  }


  #mu-client-testimonial .mu-client-testimonial-area .mu-testimonial-content .mu-testimonial-slider li .mu-testimonial-single {
    padding: 0;
  }

  .mu-testimonial-slider li .mu-testimonial-single .mu-testimonial-info p {
    font-size: 16px;
    line-height: 30px;
  }

  #mu-chef .mu-chef-area .mu-chef-content .mu-chef-nav .slick-list li .mu-single-chef .mu-single-chef-social a {
    margin: 0 3px;
    padding: 3px 0;
    width: 30px;
  }

  .mu-top-slider .slick-dots {
    display: none !important;
  } 

  .mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-small-title {
    font-size: 45px;
    line-height: 35px;
  }

  .mu-top-slider .mu-top-slider-single .mu-top-slider-content p {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0px;
    padding: 0 5px;
  }

  #mu-slider .mu-slider-area .mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-title {
    font-size: 30px;
    line-height: 50px;
  }

}


@media (max-width: 480px) {

  .mu-top-slider .mu-top-slider-single .mu-top-slider-content {
   top: 20%;
  }

  .mu-top-slider .mu-top-slider-single .mu-top-slider-content p {
    display: none;
  }
 
  .mu-reservation-content p {
    padding: 0;
  }


  .mu-title {
    margin-bottom: 0;
  }

  #mu-client-testimonial .mu-client-testimonial-area .mu-testimonial-content .mu-testimonial-slider li .mu-testimonial-single {
    padding: 0;
  }

  #mu-subscription .mu-subscription-area .mu-subscription-form input[type="text"] {
    width: 100%;
    margin-bottom: 20px;
  }

  #mu-subscription .mu-subscription-area {
    padding: 0;
    text-align: center;
  }

  #mu-subscription .mu-subscription-area .mu-subscription-form .mu-readmore-btn {
    width: auto;
  }

  #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body .mu-single-gallery {
    width: 100%;
  }


  #mu-map {
    height: 350px;
  }

  #mu-restaurant-menu .mu-restaurant-menu-area .mu-restaurant-menu-content .mu-restaurant-menu li {
    margin-bottom: 10px;
  }
  
  
}

@media (max-width: 360px) {

  #mu-slider .mu-slider-area .mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-title {
    font-size: 22px;
    line-height: 30px;
  }

  .mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-small-title {
    font-size: 30px;
    line-height: 25px;
  }

  #mu-restaurant-menu .mu-restaurant-menu-area .mu-restaurant-menu-content .mu-restaurant-menu li {
    margin-bottom: 12px;
  }

  #mu-about-us {
    padding: 100px 0 50px;
  }

  #mu-restaurant-menu {
    padding-bottom: 0px;
  }

  #mu-reservation .mu-reservation-area .mu-reservation-content {
    padding: 0;
  }

  .mu-opening-hour h2 {
    font-size: 42px;
    padding-bottom: 10px;
  }

  .mu-title h2 {
    font-size: 28px;
  }

  #mu-client-testimonial .mu-client-testimonial-area .mu-testimonial-content .mu-testimonial-slider li .mu-testimonial-single .mu-testimonial-info p {
    font-size: 16px;
    line-height: 24px;
  }
  
  #mu-contact .mu-contact-area .mu-contact-content .mu-contact-right {
    text-align: center;
  }

  #mu-contact .mu-contact-area .mu-contact-content .mu-contact-right .mu-contact-widget address {
    text-align: left;
  }

  #mu-contact {
    padding: 100px 0 50px;
  }

  #mu-footer .mu-footer-area .mu-footer-social a {
    font-size: 18px;
  }

  .mu-menu-item-nav li {
    text-align: center;
  }

  #mu-restaurant-menu .mu-restaurant-menu-area .mu-restaurant-menu-content .mu-tab-content-area .mu-menu-item-nav li .media .media-left {
    height: auto;
    width: 100%;
    margin-right: 0;
    float: left;
  }

  #mu-restaurant-menu .mu-restaurant-menu-area .mu-restaurant-menu-content .mu-tab-content-area .mu-menu-item-nav li .media .media-left a{
    display: inline-block;
    margin-bottom: 10px;
  }

  #mu-restaurant-menu .mu-restaurant-menu-area .mu-restaurant-menu-content .mu-tab-content-area .mu-menu-item-nav li .media .media-left a img {
    display: inline-block;
  }

  #mu-map {
    height: 250px;
  }

  .mu-contact-form .mu-send-btn {
    width: 100%;
  }

}
