body {
  background-color: #ffffff;
  font-family: "Prata", serif;
  color: #333333;
  font-size: 15px;
  overflow-x: hidden;
  line-height: 24px;
}
html {
    max-width: 100%;         
    overflow-x: clip; .mu-title
}
.no-padding {
  padding: 0;
}
    margin-top: 40px;


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 {
  
  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
====================*/
.mu-main-navbar {
  background-color: transparent;
  border: none;
  padding: 12px 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 {
  color: #333;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-weight:600;
}

.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: #333;
  display: inline-block;
  font-weight: 700;
  font-size: 35px;  
  padding: 0;
  margin-top: 16px;
  height: 34px;
  width: 150px;
  -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: -27px;
}


.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;
}


/*scrol to top*/

.scrollToTop {
  bottom: 60px;
  color: #fff;
  display: none;
  font-size: 30px;
  line-height: 50px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  width: 55px;
  z-index: 999;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  height: 55px;
  border-radius: 50%;
}


.scrollToTop:hover,
.scrollToTop:focus {
  color: #fff;
}

/*==================
	SLIDER SECTION
====================*/

#mu-slider {
  display: inline;
  float: left;
  margin-top: 90px;
  width: 100%;
  position: relative;
}

.mu-slider-area {
  display: inline;
  float: left;
  width: 100%;
}

.mu-top-slider {
  display: inline;
  float: left;
  width: 100%;
}

.mu-top-slider-single {
  display: inline;
  float: left;
  position: relative;
  width: 100%;
}

.mu-top-slider .mu-top-slider-single:after {
  /*background-color: rgba(0, 0, 0, 0.6);*/
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}

.mu-top-slider .mu-top-slider-single img {
  width: 100%;
}

.mu-top-slider .mu-top-slider-single .mu-top-slider-content {
  position: absolute;
  left: 15%;
  top: 30%;
  right: 15%;
  text-align: center;
  z-index: 99;
}

.mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-small-title {
  font-family: "Tangerine", cursive;
  font-size: 100px;
  font-weight: 400;
  line-height: 40px;
}

.mu-top-slider .mu-top-slider-single .mu-top-slider-content .mu-slider-title {
  color: #fff;
  font-size: 70px;
  line-height: 90px;
}

.mu-top-slider .mu-top-slider-single .mu-top-slider-content p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 30px;
  margin-top: 10px;
  padding: 0 30px;
}

.mu-top-slider .slick-prev::before {
  content: "\f177";
  font-family: fontAwesome;
}

.mu-top-slider .slick-next::before {
  content: "\f178";
  font-family: fontAwesome;
}

.mu-top-slider .slick-prev,
.mu-top-slider .slick-next {
  background-color: transparent;
  border: 2px solid #888;
  height: 60px;
  top: 50%;
  width: 70px;
  -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-top-slider .slick-prev::before,
.mu-top-slider .slick-next::before {
  color: #888;
}

.mu-top-slider .slick-prev:hover, 
.mu-top-slider .slick-prev:focus,
.mu-top-slider .slick-next:hover,
.mu-top-slider .slick-next:focus {
  color: #fff;
}

.mu-top-slider .slick-prev:hover::before, 
.mu-top-slider .slick-prev:focus::before,
.mu-top-slider .slick-next:hover::before,
.mu-top-slider .slick-next:focus::before {
  color: #fff;
}

.mu-top-slider .slick-prev {
  left: 20px;
}

.mu-top-slider .slick-next {
  right: 20px;
}

.mu-top-slider .slick-dots {
  bottom: 20px;
}

.mu-top-slider .slick-dots li button {
  border-radius: 50%;
}

.mu-top-slider .slick-dots li button::before {
  color: transparent;
  background: transparent;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mu-top-slider .slick-dots li.slick-active button::before {
  color: transparent;
  border-radius: 50%;
  opacity: 1;
}


/*==================
	ABOUT US SECTION
====================*/

#mu-about-us {
  display: inline;
  float: left;
  width: 100%;
  padding: 100px 0;
}

.mu-about-us-area {
  display: inline;
  float: left;
  width: 100%;
}

.mu-about-us-right {
  display: inline;
  float: left;
  margin-top: 20px;
  padding-top: 30px;
  padding-left: 15px;
  width: 100%;
}

.mu-about-us-right ul {
  margin-bottom: 20px;
  padding-left: 25px;
}

.mu-about-us-right ul li {
  line-height: 24px;
  margin-bottom: 10px;
}

.mu-about-us-right ul li:before {
  content: "\f0da";
  font-family: fontAwesome;
  margin-right: 10px;
}

.mu-about-us-left {
  display: inline;
  float: left;
  margin-top: 20px;
  padding-top: 30px;
  padding-right: 15px;
  width: 100%;
}

.mu-title {
  
  margin-top: 40px !important;       
  display: inline;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.mu-title .mu-subtitle {
  font-size: 50px;
  font-family: "Tangerine", cursive;
  line-height: 30px;
}

.mu-title h2 {
  color: #000;
  font-size: 35px;
  margin-bottom: 5px;
}


/*==================
 COUNTER SECTION
====================*/

#mu-counter {
  background-attachment: fixed;
  background-image: url("../img/counter-bg.jpg");
  background-size: cover;
  display: inline;
  float: left;
  width: 100%;
}

.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: inline-block;
  width: 100%;
}

.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: 100px 0;
}

.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;
}

.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%;
}

.mu-menu-item-nav li {
  border-bottom: 1px dashed #ccc;
  display: inline;
  float: left;
  margin-bottom: 20px;
  padding-bottom: 15px;
  width: 100%;
}

.mu-menu-item-nav li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.mu-menu-item-nav li .media .media-left {
  width: 110px;
  height: 110px;
}

.mu-menu-item-nav li .media .media-left a,
.mu-menu-item-nav li .media .media-left a img {
  display: block;
  width: 110px;
  height: 110px;
}

.mu-menu-item-nav li .media .media-body .media-heading {
  font-size: 20px;
  margin-bottom: 10px;
}

.mu-menu-item-nav li .media .media-body .media-heading a {
  -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-menu-item-nav li .media .media-body .mu-menu-price {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 20px;
}

.mu-menu-item-nav li .media .media-body p {
  margin-top: 10px;
  font-size: 14px;
}

/*==================
RESERVATION SECTION
====================*/

#mu-reservation {
  /*background-color: #222;*/
  display: inline;
  float: left;
  padding: 100px 0;
  width: 100%;
}

.mu-reservation-area {
  display: inline;
  float: left;
  width: 100%;
}

.mu-reservation-area .mu-title h2 {
  color: #fff;
}

.mu-reservation-content {
  display: inline;
  float: left;
  margin-top: 20px;
  padding: 0 100px;
  width: 100%;
}

.mu-reservation-content h3 {
  color: #fff;
  display: inline-block;
  padding-bottom: 10px;
  font-weight: bold;
}

.mu-reservation-content p {
  color: #fff;
  letter-spacing: 0.5px;
  padding: 0 50px;
  text-align: center;
}

.mu-reservation-left {
  display: inline;
  float: left;
  margin-top: 30px;
  width: 100%;
}

.mu-reservation-form .form-control {
  margin-bottom: 20px;
}

.mu-reservation-form input[type="text"],
.mu-reservation-form input[type="email"] {
  border-radius: 0;
  color: #000;
  height: 40px;
}

.mu-reservation-form input[type="text"]:focus,
.mu-reservation-form input[type="email"]:focus {
  box-shadow: none;
}

.mu-reservation-form input[type="text"]::-webkit-input-placeholder,
.mu-reservation-form input[type="email"]::-webkit-input-placeholder {
  color: #555;
}

.mu-reservation-form input[type="text"]:-moz-placeholder,
.mu-reservation-form input[type="email"]:-moz-placeholder {
  color: #555;
}

.mu-reservation-form input[type="text"]::-moz-placeholder,
.mu-reservation-form input[type="email"]::-moz-placeholder {
  color: #555;
}

.mu-reservation-form input[type="text"]:-ms-input-placeholder,
.mu-reservation-form input[type="email"]:-ms-input-placeholder {
  color: #555;
}

.mu-reservation-form select {
  border-radius: 0;
  height: 40px;
}

.mu-reservation-form select:focus {
  box-shadow: none;
}

.mu-reservation-form select option {
  margin-bottom: 10px;
  color: #000;
}

.mu-reservation-form textarea {
  border-radius: 0;
  color: #000;
  padding: 10px;
}

.mu-reservation-form textarea:focus {
  box-shadow: none;
}

.mu-reservation-form textarea::-webkit-input-placeholder {
  color: #555;
}

 .mu-reservation-form textarea:-moz-placeholder {
  color: #555;
}

.mu-reservation-form textarea::-moz-placeholder {
  color: #555;
}

.mu-reservation-form textarea:-ms-input-placeholder {
  color: #555;
}

.mu-reservation-form button[type="submit"] {
  border: none;
  margin-top: 20px;
  margin-left: 15px;
}

.datepicker {
  border-radius: 0;
  padding: 6px 10px;
}

.datepicker .datepicker-switch, 
.datepicker .prev, 
.datepicker .next, 
.datepicker tfoot tr th {
  font-size: 20px;
}

.table-condensed > thead > tr > th, 
.table-condensed > tbody > tr > th, 
.table-condensed > tfoot > tr > th, 
.table-condensed > thead > tr > td, 
.table-condensed > tbody > tr > td, 
.table-condensed > tfoot > tr > td {
  padding: 6px;
}

.datepicker table tr td.day:hover {
  color: #fff;
}

.mu-reservation-right {
  background-color: #fff;
  display: inline;
  float: left;
  margin-top: 40px;
  width: 100%;
  padding: 10px;
}

.mu-opening-hour {
  display: inline;
  float: left;
  width: 100%;
  padding: 10px;
}

.mu-opening-hour h2 {
  font-family: "Tangerine", cursive;
  font-size: 50px;
  margin: 10px 15px 20px;
  padding-bottom: 15px;
  text-align: center;
}

.mu-opening-hour ul li {
  margin-bottom: 25px;
  letter-spacing: 2px;
}

.mu-opening-hour ul p{
  color: #000;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

/*==================
 GALLERY SECTION
====================*/

#mu-gallery {
  display: inline;
  float: left;                           
  padding: 0px 0;
  width: 100%;
}

.mu-gallery-area {
  display: inline;
  float: left;
  width: 100%;
}

.mu-gallery-content {
  display: inline;
  float: left;
  width: 100%; 
}

.mu-gallery-body {
  display: inline;
  float: left;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.mu-single-gallery {
  display: inline;
  float: left;
  margin-bottom: 30px;
  width: 33.33%;
}

.mu-single-gallery:last-child {
  margin-bottom: 0px;
}

.mu-single-gallery .mu-single-gallery-item {
  display: inline;
  float: left;
  width: 100%;
  position: relative;
}

.mu-single-gallery .mu-single-gallery-item:hover .mu-single-gallery-info {
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 1;
}

.mu-single-gallery .mu-single-gallery-item .mu-single-gallery-img {
  display: inline;
  float: left;
  overflow: hidden;
  width: 100%;
}

.mu-single-gallery .mu-single-gallery-item .mu-single-gallery-img img {
      border-radius: 10px;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.mu-single-gallery .mu-single-gallery-item .mu-single-gallery-info {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding-top: 28%;
  opacity: 0;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  padding-top: 50%;
}


/*==================
  TESTIMONIAL SECTION
====================*/

#mu-client-testimonial {
  background-image: url("assets/img/testimonial-bg.jpg");
  background-size: cover;
  background-attachment: fixed;
  display: inline;
  float: left;
  width: 100%;
}

#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-info p:before {
  content: '\f10e';
  font-family: fontAwesome;
  font-size: 50px;
  left: 1%;
  position: absolute;
  text-align: center;
  top: 20%;
  opacity: 0.6;
  width: 100%;
  z-index: -10;
}

.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: 100px 0;
  width: 100%;
}

.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%;
}

.mu-chef-nav .slick-list li {
  background-color: #f8f8f8;
  display: inline-block;
  margin: 0 5px;
  width: 22%;
  overflow: hidden;
}

.mu-chef-nav .slick-list li:first-child {
  margin-left: 0;
}

.mu-chef-nav .slick-list li:last-child {
  margin-right: 0;
}

.mu-chef-nav .slick-list li .mu-single-chef {
  display: inline;
  float: left;
  width: 100%;
  position: relative;
}

.mu-chef-nav .slick-list li .mu-single-chef:hover .mu-single-chef-social {
  bottom: 0;
  opacity: 1;
}

.mu-chef-nav .slick-list li .mu-single-chef .mu-single-chef-img {
  display: inline;
  float: left;
  width: 100%;
}

.mu-chef-nav .slick-list li .mu-single-chef .mu-single-chef-img img {
  width: 100%;
}

.mu-chef-nav .slick-list li .mu-single-chef .mu-single-chef-info {
  display: inline;
  float: left;
  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;
}

.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: 23px 20px;
  text-align: center;
  opacity: 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-chef-nav .slick-list li .mu-single-chef .mu-single-chef-social a {
  display: inline-block;
  margin: 0 5px;
  padding: 5px;
  text-align: center;
  width: 35px;
  -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-chef-nav .slick-list li .mu-single-chef .mu-single-chef-social a:hover, 
.mu-chef-nav .slick-list li .mu-single-chef .mu-single-chef-social a:focus {
  color: #fff;
}

.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;
  -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-chef-nav .slick-dots li button {
  display: none;
}



/*==================
 CONTACT SECTION
====================*/

#mu-contact {
  background-color: #f8f8f8;
  display: inline;
  float: left;
  padding: 100px 0;
  width: 100%;
}

.mu-contact-area {
  display: inline;
  float: left;
  width: 100%;
}

.mu-contact-content {
  display: inline;
  float: left;
  margin-top: 30px;
  width: 100%;
}

.mu-contact-left {
  display: inline;
  float: left;
  font-family: "Open Sans", sans-serif;
  width: 100%;
}

.mu-contact-left .form-group {
  margin-bottom: 25px;
}

.mu-contact-left .form-group label {
  font-size: 16px;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}

.mu-contact-form input[type="text"],
.mu-contact-form input[type="email"] {
  color: #000;
  border-radius: 0;
  height: 40px;
}

.mu-contact-form input[type="text"]:focus,
.mu-contact-form input[type="email"]:focus {
  box-shadow: none;
}

.mu-contact-form textarea {
  color: #000;
  border-radius: 0;
  padding: 10px;
}

.mu-contact-form textarea:focus {
  box-shadow: none;
}

.mu-contact-right {
  display: inline;
  float: left;
  padding: 0 30px;
  width: 100%;
}

.mu-contact-right .mu-contact-widget {
  display: inline;
  float: left;
  margin-bottom: 25px;
  width: 100%;
}

.mu-contact-right .mu-contact-widget h3 {
  margin-top: 0px;
  padding-bottom: 10px;
  display: inline-block;
}

.mu-contact-right .mu-contact-widget > p {
  letter-spacing: 0.5px;
  line-height: 26px;
}

.mu-contact-right .mu-contact-widget address {
  margin-top: 20px;
}

.mu-contact-right .mu-contact-widget address p {
  letter-spacing: 0.5px;
}

.mu-contact-right .mu-contact-widget address p i {
  margin-right: 10px;
  width: 20px;
  text-align: center;
}

.mu-contact-right .mu-contact-widget address p span {
  display: inline-block;
  margin-right: 20px;
  min-width: 130px;
}

#form-messages {
  margin-bottom: 10px;
    background-color: #fff;
}

.success {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
        border-radius: 4px;
}

.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
        border-radius: 4px;
}

/*==================
 MAP SECTION
====================*/

#mu-map {
  display: inline;
  float: left;
  height: 450px;
  width: 100%;
}

#mu-map iframe {
  width: 100%;
  height: 100%;
}

/*==================
 FOOTER SECTION
====================*/
   
#mu-footer {
  background-color: #000;
  display: inline;
  float: left;
  padding: 50px 0;
  width: 100%;
}

.mu-footer-area {
  display: inline;
  float: left;
  width: 100%;
  text-align: center;
}

.mu-footer-social {
  display: inline;
  float: left;
  width: 100%;  
  text-align: center;
  margin-bottom: 10px;
}

.mu-footer-social a {
  background-color: #c89d1d;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  height: 45px;
  line-height: 47px;
  margin: 5px;
  text-align: center;
  width: 45px;
  -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-footer-copyright {
  display: inline;
  float: left;
  width: 100%;
}

.mu-footer-copyright p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #fff;
}

.mu-footer-copyright p a {
  color: #fff;
}


/*==================
 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-reservation-content {
    padding: 0;
  }

  .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;
  }

  .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-info {
  padding-top: 26%;
  }

  
}


@media (max-width: 991px) {


  .mu-main-navbar .mu-main-nav li a {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }

  .mu-top-slider-content .mu-reservation-btn {
    display: none;
  }

  .mu-about-us-left,
  .mu-reservation-form {
    text-align: center;
  }
  
  .mu-reservation-right {
    margin-top: 60px;
  }
  
  #mu-contact .mu-contact-area .mu-contact-content .mu-contact-right {
    margin-top: 50px;
    padding: 0;
  }

  #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-info {
    padding-top: 22%;
  }

  #mu-client-testimonial .mu-client-testimonial-area .mu-testimonial-content .mu-testimonial-slider li .mu-testimonial-single {
    padding: 0 60px;
  }

  #mu-client-testimonial .mu-client-testimonial-area .mu-testimonial-content .mu-testimonial-slider li .mu-testimonial-single .mu-testimonial-info p::before {
    top: 40%;
  }


}


@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;
  }

  /* Banner / Slider fix for mobile - overrides the fixed 90vh/750px
     inline rule in the layout file so the image isn't oversized/cropped
     awkwardly on small screens. !important is required because the
     layout's inline <style> block loads after this stylesheet. */
  #mu-slider,
  .mu-slider-area,
  .mu-top-slider,
  .mu-top-slider-single {
    height: 55vh !important;
    min-height: 340px !important;
  }

  .mu-top-slider .mu-top-slider-single img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
  }
   
}


@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-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-info {
    padding-top: 18%;
  }

  #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;
  }

  /* Slightly shorter banner on small phones */
  #mu-slider,
  .mu-slider-area,
  .mu-top-slider,
  .mu-top-slider-single {
    min-height: 300px !important;
  }

}


@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-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-info {
    padding-top: 30%;
  }

  #mu-map {
    height: 350px;
  }

  #mu-restaurant-menu .mu-restaurant-menu-area .mu-restaurant-menu-content .mu-restaurant-menu li {
    margin-bottom: 10px;
  }

  /* Banner shorter still on very small phones */
  #mu-slider,
  .mu-slider-area,
  .mu-top-slider,
  .mu-top-slider-single {
    min-height: 260px !important;
  }
  
  
}

@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-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-info {
    padding-top: 27%;
  }

  #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%;
  }

}


@media (max-width: 320px) {

  #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-info {
    padding-top: 25.5%;
  }

      
}
   
  .mu-single-gallery-img {
    position: relative;
    width: 100%;
    height: 400px;      
    overflow: hidden;
    margin: 0; 
  }   
#mu-menu{
display: inline;
    float: left;
    width: 100%;
    padding: 100px 0;
}
 img.img-fluid.w-100.object-fit-cover {
    border-radius: 10px;
}



.video-card {
    position: relative;
    aspect-ratio: 9 / 16;
    border-radius: 22px;
    overflow: hidden;
    background: #000;
}

.video-card video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
}

@media (max-width: 767px) {
  .video-card {
    aspect-ratio: 3 / 4;
    margin-bottom: 15px;
  }
}

    .instagram-card {
      display: flex;
      align-items: center;
      gap: 24px;
      background-color: #f2e5d5; 
      border: 1px solid #e2d2be;    
      border-radius: 20px;
      padding: 24px 32px;
      max-width: 580px;
      font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
      box-sizing: border-box;
    }

    /* QR Code Image */
    .qr-code {
      width: 100px;
      height: 100px;
      border-radius: 8px;
      flex-shrink: 0;
    }

    /* Text Content Container */
    .card-content {
      display: flex;
      flex-direction: column;
      gap: 6px;
      color: #3b2c24; /* Dark warm brown text */
    }

    /* Heading */
    .card-title {
      font-family: 'Georgia', 'Times New Roman', serif;
      font-size: 1.35rem;
      font-weight: 800;
      margin: 0;
      line-height: 1.2;
    }

    /* Description Text */
    .card-text {
     
      margin: 0;
      line-height: 1.4;
      opacity: 0.9;
    }

    /* Social Handle */
    .card-handle {
     
      margin: 0;
      font-weight: 500;
      opacity: 0.9;
    }

    /* Responsive adjustments for mobile screens */
    @media (max-width: 480px) {
      .instagram-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding: 20px;
      }
    }
                    
        .video-card {
            position: relative;
            width: 100%;
            min-height: 260px;
            aspect-ratio: 9 / 16;
            border-radius: 22px;
            overflow: hidden;
            background: #000;
        }
        
        .video-card video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            pointer-events: none;
            background: #000;
        }

        @media (max-width: 767px) {
            .video-card {
                aspect-ratio: 3 / 4;
                min-height: 320px;
                margin-bottom: 15px;
            }
        }
      
.mu-contact-section {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.contact-cards-row {
  display: flex;
  flex-wrap: wrap;
}

/* Equal Height Cards Styling */
.custom-card {
    min-height: 575px;
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid #eaeaea;
    width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.card-header-title {
    margin-top: 0;
    font-weight: 700;
    color: #222;
    margin-bottom: 20px;
}

/* Form Styles */
.mu-contact-form .form-group label {
  font-weight: 600;
  color: #444;
  margin-bottom: 6px;
  display: block;
}

.mu-contact-form .form-control {
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 12px 15px;
 
  transition: all 0.3s ease;
}

.mu-contact-form .form-control:focus {
  border-color: #c89d1d; 
  box-shadow: 0 0 8px rgba(216, 67, 21, 0.15);
  outline: none;
}

.mu-send-btn {
  width: 100%;
  background-color:#c89d1d; 
  color: #fff;
  padding: 12px 25px;
  border: none;
  border-radius: 8px;

  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.mu-send-btn:hover {
  background-color: #c89d1d;
}

/* Right Info Card Styles */
.address-text, .hours-text {
  color: #000;
 
  line-height: 1.6;
}

.contact-links p {
  margin-bottom: 8px;
  color: #000;

}

.contact-links p i {
  width: 20px;
  color: #c89d1d;
  margin-right: 8px;
}

.contact-links a {
  color: #222;
  text-decoration: none;
  font-weight: 500;
}

.contact-links a:hover {
  color: #c89d1d;
}

.card-divider {
  border: 0;
  border-top: 1px solid #eee;
  margin: 20px 0;
}

/* Instagram Banner Box */
.instagram-card-inner {
  display: flex;
  align-items: center;
  background: #fff8f6;
  border: 1px solid #ffe3dc;
  border-radius: 12px;
  padding: 16px;
  gap: 15px;
}
  
.instagram-card-inner .qr-code {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  background: #fff;
  padding: 4px;
  border: 1px solid #eee;
}

.instagram-card-inner .card-title {

  font-weight: 700;
  margin-bottom: 4px;
  color: #222;
}

.instagram-card-inner .card-text {
 
  color: #000;
  margin-bottom: 6px;
  line-height: 1.3;
}

.instagram-card-inner .card-handle {
 
  font-weight: 700;
  color: #e1306c; /* Instagram Brand Color */
  margin: 0;
} 

/* Responsive Fixes */
@media (max-width: 767px) {
  .custom-card {
    margin-bottom: 25px;
  }
  .instagram-card-inner {
    flex-direction: column;
    text-align: center;
  }
}


@media (max-width: 767px) {
    .custom-card {
        width: 325px !important;
        padding: 20px;
    }
}
.mu-franchise-breadcrumb{
    position:relative;
    background-image:url('/public/frontend/assets/img/slide2.jpeg');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    padding:250px 0 250px;
    text-align:center;
}

.mu-franchise-breadcrumb::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.55);
}

.mu-franchise-breadcrumb .mu-breadcrumb-content{
    position:relative;
    z-index:2;
}

.mu-franchise-breadcrumb h1{
    color:#fff;
    font-size:42px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    margin:0 0 15px;
}

.mu-franchise-breadcrumb ul{
    list-style:none;
    padding:0;
    margin:0;
    display:flex;
    justify-content:center;
}

.mu-franchise-breadcrumb ul li{
    color:#fff;
    font-size:16px;
    text-transform:capitalize;
}

.mu-franchise-breadcrumb ul li a{
    color:#fff;
    text-decoration:none;
}

.mu-franchise-breadcrumb ul li:not(:last-child)::after{
    content:"/";
    margin:0 10px;
    color:#fff;
}

/* ---------- Franchise Application Form ---------- */
.mu-franchise-form-wrap{
    background:#fff;
    border-radius:10px;
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
    padding:45px 40px;
    border:1px solid #eee;
}

.mu-franchise-form-heading{
    margin-bottom:30px;
}

.mu-franchise-form-heading span{
    display:inline-block;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    color:#b8873f;
    margin-bottom:8px;
}

.mu-franchise-form-heading h3{
    font-size:26px;
    font-weight:700;
    color:#111;
    margin:0;
}

.mu-franchise-form .mu-form-group{
    margin-bottom:22px;
    position:relative;
}

.mu-franchise-form .mu-form-row{
    display:flex;
    gap:20px;
}

.mu-franchise-form .mu-form-row .mu-form-group{
    flex:1;
}

.mu-franchise-form label{
    display:block;
    font-size:13px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:0.5px;
    color:#333;
    margin-bottom:8px;
}

.mu-franchise-form .mu-form-control{
    width:100%;
    height:52px;
    padding:0 18px;
    border:1px solid #dcdcdc;
    border-radius:6px;
    font-size:15px;
    color:#333;
    background:#fafafa;
    transition:all 0.3s ease;
}

.mu-franchise-form textarea.mu-form-control{
    height:auto;
    padding:14px 18px;
    resize:vertical;
    min-height:120px;
}

.mu-franchise-form select.mu-form-control{
    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' width='16' height='16'%3E%3Cpath fill='%23888' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat:no-repeat;
    background-position:right 16px center;
    cursor:pointer;
}

.mu-franchise-form .mu-form-control:focus{
    outline:none;
    border-color:#b8873f;
    background:#fff;
    box-shadow:0 0 0 3px rgba(184,135,63,0.15);
}

.mu-franchise-form .mu-form-control::placeholder{
    color:#999;
}

.mu-franchise-form .mu-form-submit{
    display:inline-flex;
    align-items:center;  
    justify-content:center;
    background:#c89d1d;
    color:#fff;    
    border:none;
    border-radius:6px;
    padding:16px 42px;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    cursor:pointer;
    transition:background 0.3s ease;
}

.mu-franchise-form .mu-form-submit:hover{
    background:#c89d1d;
}

.mu-franchise-form-note{
    font-size:13px;
    color:#888;
    margin-top:18px;
}

@media (max-width:767px){
    .mu-franchise-form-wrap{
        padding:30px 22px;
    }
    .mu-franchise-form .mu-form-row{
        flex-direction:column;
        gap:0;
    } 
}

/* ---------- Franchise Perks (right side) ---------- */
.mu-franchise-perks-wrap{
    background:#111;
    border-radius:10px;
    padding:31px 35px;  
    height:100%;
    text-align:left;
}

.mu-franchise-perks-heading{
    text-align:left;
}

.mu-franchise-perks-heading span{
    display:inline-block;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    color:#b8873f;
    margin-bottom:8px;
    text-align:left;
}

.mu-franchise-perks-heading h3{
    font-size:24px;
    font-weight:700;
    color:#fff;
    text-align:left;
    margin:0 0 35px;
}

.mu-franchise-perks-list{
    list-style:none;
    margin:0;
    padding:0;
}

.mu-perk-item{
    color: #c89d1d;
    display:flex;
    align-items:flex-start;
    text-align:left;
    gap:18px;
    padding-bottom:28px;
    margin-bottom:28px;
    border-bottom:1px solid rgba(255,255,255,0.1);
}

.mu-perk-item:last-child{
    padding-bottom:0;
    margin-bottom:0;
    border-bottom:none;
}

.mu-perk-icon{
    flex:0 0 46px;
    width:46px;
    height:46px;
    border-radius:50%;
    background:rgba(184,135,63,0.12);
    border:1px solid #b8873f;
    color:#b8873f;
    display:flex;
    align-items:center;
    justify-content:center;
}

.mu-perk-icon svg{
    width:20px;
    height:20px;
}

.mu-perk-content{
    flex:1 1 auto;
    min-width:0;
    text-align:left;
}

.mu-perk-content h4{
    font-size:18px;
    font-weight:700;
    color:#fff;
    text-transform:none;
    letter-spacing:0;
    text-align:left;
    margin:0 0 8px;
}

.mu-perk-content p{
    font-size:15px !important;
    color:#bbb !important;
    text-transform:none !important;
    font-weight:400 !important;
    letter-spacing:0 !important;
    text-align:left !important; 
    line-height:1.7;
    margin:0;
}

@media (max-width:991px){
    .mu-franchise-perks-wrap{
        margin-top:30px;
    }
}

@media (max-width:767px){
    .mu-franchise-perks-wrap{
        padding:30px 22px;
    }
}
                    
.mu-nav-call{
     background:#c89d1d;
    margin-left:5px;
    position:relative;
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:9px 20px;
    border:1.5px solid #c89d1d;
    border-radius:10px;
    color:#fff !important;
    font-size:15px;
    font-weight:600 !important;
    text-decoration:none;
    white-space:nowrap;
    transition:all .3s ease;
}

.mu-nav-call:hover{
    background:#c89d1d;
    color:#fff !important;
    box-shadow:0 8px 20px rgba(200,157,29,.4);
    transform:translateY(-2px);
}

.mu-call-icon-wrap{
    position:relative;
    width:20px;
    height:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

.mu-call-icon-wrap::before{
    content:"";
    position:absolute;
    inset:0;
    border-radius:50%;
    background:#fff;
    animation:mu-call-pulse 1.8s ease-out infinite;
}

.mu-nav-call:hover .mu-call-icon-wrap::before{
    background:rgba(255,255,255,.55);
} 

.mu-call-icon-wrap i{
    position:relative;
    z-index:2;
    color:#fff;
    font-size:15px;
    animation:mu-call-ring 2.4s ease-in-out infinite;
    transform-origin:70% 70%;
    transition:color .3s ease;
}

.mu-nav-call:hover .mu-call-icon-wrap i{
    color:#fff;
}

@keyframes mu-call-pulse{
    0%{
        transform:scale(1);
        opacity:.8;
    }
    100%{
        transform:scale(2.4);
        opacity:0;
    }
}

@keyframes mu-call-ring{
    0%, 100%{ transform:rotate(0deg); }
    5%{ transform:rotate(22deg); }
    10%{ transform:rotate(-18deg); }
    15%{ transform:rotate(16deg); }
    20%{ transform:rotate(-10deg); }
    25%{ transform:rotate(6deg); }
    30%{ transform:rotate(0deg); }
}
 
.mu-top-bar{
    background:#c89d1d;
    padding: 1px 0px 4px;
    font-size:14px; 
    color:#fff;
}

.mu-top-left{
    display:flex;
    align-items:center;
    gap:25px;
    padding:5px;
}

.mu-top-left a{
    color:#fff;
    text-decoration:none;
    display:inline-flex;
    align-items:center;
    transition:0.3s;
}

.mu-top-left a:hover{
    color:#222;
}

.mu-top-left i{
    margin-right:8px;
    font-size:15px;
}

.mu-top-right{
    margin-top: 4px;
    display:flex;
    justify-content:flex-end;
    align-items:center;
    gap:10px;
}

.mu-top-right a{
    width:27px;
    height:27px;
    border:1px solid rgba(255,255,255,.6);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    text-decoration:none;
    transition:0.3s;
}

.mu-top-right a:hover{
    background:#fff;
    color:#FEA400;
    border-color:#fff;
}


/*========================
RESPONSIVE
========================*/

@media (max-width:767px){

    .mu-top-bar{
        display:none;
        padding:12px 0;  
    }

    .mu-top-left{
        flex-direction:column;
        gap:8px;
        justify-content:center;
        margin-bottom:10px;
    }

    .mu-top-right{
        justify-content:center;
    }

    .text-right{
        text-align:center !important;
    }
}
/*=========================
NAVBAR BUTTONS
=========================*/

/*==========================
 Navbar Theme Buttons
===========================*/

.mu-main-nav > li{
    margin-left:10px;  
}

.mu-main-nav > li > .nav-btn{
        border-radius: 10px;
    display: inline-block;
    padding: 11px 24px !important;  
    line-height: 20px !important;
    margin-left: 12px;
    vertical-align: middle;
    border: 1px solid #c89d1d;
    background: #c89d1d;
    color: #ffffff !important;
    text-transform: none;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    transition: all .35s ease;
}

/* Disable the theme's inset animation */
.mu-main-nav > li > .nav-btn::after{
    content:"";
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#c89d1d;
    z-index:-1;
    opacity:0;
    transition:opacity .35s ease;
}

/* Hover */
.mu-main-nav > li > .nav-btn:hover,
.mu-main-nav > li > .nav-btn:focus{
    color:#fff !important;
    background:transparent;
}

.mu-main-nav > li > .nav-btn:hover::after,
.mu-main-nav > li > .nav-btn:focus::after{
    opacity:1;
}

/* Second button */
.mu-main-nav > li > .nav-btn-outline{
    background:transparent;
    color:#c89d1d !important;
}

.mu-main-nav > li > .nav-btn-outline:hover,
.mu-main-nav > li > .nav-btn-outline:focus{
    color:#fff !important;
}

/* Mobile */
@media (max-width:767px){

    .mu-main-nav > li > .nav-btn{
        margin:10px 15px;
        display:block;
        text-align:center;
    }

}

.mu-main-navbar .mu-main-nav > li > a:not(.nav-btn){
    color: #000!important;
}

.mu-main-nav > li.active > .nav-btn,
.mu-main-nav > li > .nav-btn.active{
    background: #c89d1d !important;
    color: #fff !important;
    border-color: #c89d1d !important;
}

.mu-main-nav > li.active > .nav-btn::after,
.mu-main-nav > li > .nav-btn.active::after{
    opacity: 1;
}

/* Slider Height */
#mu-slider,
.mu-slider-area,
.mu-top-slider,
.mu-top-slider-single{
    height: 90vh; /* You can use 85vh, 90vh, or 100vh */
    min-height: 750px;
}

.mu-top-slider-single img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*========================
BOOK A TABLE MODAL
========================*/

#bookTableModal .modal-dialog{
    max-width: 480px;
}

#bookTableModal .modal-content{
    border-radius: 6px;
    border: none;
    overflow: hidden;
}

#bookTableModal .modal-header{
    background: #c89d1d;
    border-bottom: none;
    padding: 20px 25px;
}

#bookTableModal .modal-header .modal-title{
    color: #fff;
    font-family: 'Prata', serif;
    font-size: 24px;
    letter-spacing: 1px;
}

#bookTableModal .modal-header .close{
    color: #fff;
    opacity: 0.9;
    text-shadow: none;
    font-size: 24px;
    margin-top: -24px;
}

#bookTableModal .modal-header .close:hover{
    opacity: 1;
}

#bookTableModal .form-group{
    margin-bottom: 18px;
}

#bookTableModal label{
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #555;
    margin-bottom: 6px;
    display: block;
}

#bookTableModal .form-control{
    border-radius: 3px;
    border: 1px solid #ddd;
    height: 45px;
    box-shadow: none;
    font-size: 14px;
}

#bookTableModal textarea.form-control{
    height: auto;
}

#bookTableModal .form-control:focus{
    border-color: #c89d1d;
    box-shadow: 0 0 0 2px rgba(200,157,29,0.15);
}

#bookTableModal .btn-submit-booking{
    width: 100%;
    background: #c89d1d;
    color: #fff;
    border: 1px solid #c89d1d;
    padding: 13px 0;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3px;
    transition: 0.3s;
}

#bookTableModal .btn-submit-booking:hover{
    background: #fff;
    color: #c89d1d;
}

#bookTableModal .booking-msg{
    display: none;
    margin-top: 15px;
    padding: 10px 12px;
    border-radius: 3px;
    font-size: 14px;
}

#bookTableModal .booking-msg.success{
    background: #e8f5e9;
    color: #2e7d32;
}

#bookTableModal .booking-msg.error{
    background: #fdecea;
    color: #c62828;
}

@media (min-width:768px){

    .mu-main-navbar .container{
        display:flex !important;
        align-items:center;
        justify-content:space-between;
    }

    .mu-main-navbar .navbar-header{
        float:none !important;
    }

    .mu-main-navbar #navbar.navbar-collapse.collapse{
        display:flex !important;
        align-items:center;
        flex:1;
        float:none !important;
        width:auto;
        height:auto !important;
        overflow:visible !important;
        padding:0;
    }

    /* Center menu */
    .mu-main-navbar #top-menu{
        display:flex !important;
        align-items:center;
        justify-content:center !important;
        flex:1 !important;
        float:none !important;
        margin:0;
        order:1;
    }

    /* Right side group: call + book a table */
    .mu-main-navbar .mu-nav-actions{
        display:flex !important;
        align-items:center;
        float:none !important;
        margin:0;    
        flex-shrink:0;
        order:2;
    }              

    .mu-nav-call{
        display:inline-flex;
        align-items:center;
        gap:8px;
        color:#fff !important;
        font-size:15px;
        font-weight:500;
        text-decoration:none;
        white-space:nowrap;
        transition:0.3s;
    }

    .mu-nav-call i{
        color:#fff;
        font-size:16px; 
    }

    .mu-nav-call:hover{
        color:#fff !important;
    }
  
}
      .mu-opening-hour ul li h4{
    /*font-size:22px;*/
    font-weight:700;
    color:#111;
    text-transform:none;
    margin:0 0 10px;  
    letter-spacing:0;
}

.mu-opening-hour ul li p{
    font-size:16px !important;
    color:#000 !important;
    text-transform:none !important;
    font-weight:400 !important;
    letter-spacing:0 !important;
    line-height:1.8;
    text-align:left;
}

.mu-opening-hour ul li{
    margin-bottom:30px;
    text-align:left;
}

.mu-menu-item{
    margin-bottom:30px;
    text-align:center;
}

.mu-menu-item img{
    width:100%;
    height:230px;
    object-fit:cover;
    margin-bottom:20px;
}
 
.mu-menu-item h4{
    font-weight:700;
    color:#111;
    text-transform:none;
    margin:0 0 10px;
    letter-spacing:0;
}

.mu-menu-item p{
    font-size:16px;
    color:#000;
    text-transform:none;
    font-weight:400;
    letter-spacing:0;
    line-height:1.8;
}
  

.mu-single-counter{
    text-align:center;
}

.mu-counter-icon{
    width:60px;
    height:60px;
    margin:0 auto 14px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    border:1.5px solid #c89d1d;
    background:rgba(200,157,29,.08);
    transition:all .3s ease;
}
.mu-counter-icon i {
    font-size: 50px;
    color: #ffffff;
    transition: all .3s ease;
}
.mu-single-counter:hover .mu-counter-icon{
    background:#c89d1d;
    transform:translateY(-4px);
}

.mu-single-counter:hover .mu-counter-icon i{
    color:#fff;
}

.mu-sticky-social{
    position:fixed;
    top:50%;
    right:2px;
    transform:translateY(-50%);
    z-index:999;
    display:flex;
    flex-direction:column;
    gap:10px;
}                     

.mu-sticky-icon{
    position:relative;
    width:48px;
    height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:21px;
    text-decoration:none;
    border-radius:50%;
    box-shadow:0 2px 10px rgba(0,0,0,.18);
    transition:transform .3s cubic-bezier(.4,0,.2,1), box-shadow .3s ease;
}

.mu-sticky-icon:hover{
    transform:scale(1.12) translateY(-2px);
    color:#fff;
    box-shadow:0 6px 18px rgba(0,0,0,.28);
}

.mu-icon-call{
    background:linear-gradient(135deg, #0088cc, #0044cc);
}

.mu-icon-whatsapp{
    background:#25D366;
}

.mu-icon-whatsapp i{
    animation:mu-wa-bounce 2.4s ease-in-out infinite;
}

@keyframes mu-wa-bounce{
    0%, 100%{ transform:scale(1); }
    10%{ transform:scale(1.15); }
    20%{ transform:scale(1); }
}

.mu-icon-instagram{
    background:radial-gradient(circle at 30% 110%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.mu-icon-facebook{
    background:#1877F2;
}

@media (max-width:767px){
    .mu-sticky-social{
        top:auto;
        bottom:16px;
        right:12px;
        transform:none;
        gap:8px;
    }
    .mu-sticky-icon{
        width:44px;
        height:44px;
        font-size:19px;
    }
    .mu-sticky-icon:hover{
        transform:scale(1.08); 
    }
}
section#franchise {
    display: inline;
    float: left;
    width: 100%;
    padding: 70px 0;
   
}

.mu-franchise-breadcrumb{
    position:relative;
    background-image:url('{{asset('public/frontend/assets/img/slide2.jpeg')}}');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    padding:250px 0 250px;
    text-align:center;
}
.mu-franchise-breadcrumb::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.55);
}
.mu-franchise-breadcrumb .mu-breadcrumb-content{
    position:relative;
    z-index:2;
}
.mu-franchise-breadcrumb h1{
    color:#fff;
    font-size:42px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    margin:0 0 15px;
}
.mu-franchise-breadcrumb ul{
    list-style:none;
    padding:0;
    margin:0;
    display:flex;
    justify-content:center;
}
.mu-franchise-breadcrumb ul li{
    color:#fff;
    font-size:16px;
    text-transform:capitalize;
}
.mu-franchise-breadcrumb ul li a{
    color:#fff;
    text-decoration:none;
}
.mu-franchise-breadcrumb ul li:not(:last-child)::after{
    content:"/";
    margin:0 10px;
    color:#fff;
}

/* ---------- Franchise Application Form ---------- */
.mu-franchise-form-wrap{
    background:#fff;
    border-radius:10px;
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
    padding:30px;
    border:1px solid #eee;
}
.mu-franchise-form-heading{
    margin-bottom:30px;
}
.mu-franchise-form-heading span{
    display:inline-block;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    color:#b8873f;
    margin-bottom:8px;
}
.mu-franchise-form-heading h3{
    font-size:26px;
    font-weight:700;
    color:#111;
    margin:0;
}
.mu-franchise-form .mu-form-group{
    margin-bottom:22px;
    position:relative;
}
.mu-franchise-form .mu-form-row{
    display:flex;
    gap:20px;
}
.mu-franchise-form .mu-form-row .mu-form-group{
    flex:1;
}
.mu-franchise-form label{
    display:block;
    font-size:13px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:0.5px;
    color:#333;
    margin-bottom:8px;
}
.mu-franchise-form .mu-form-control{
    width:100%;
    height:52px;
    padding:0 18px;
    border:1px solid #dcdcdc;
    border-radius:6px;
    font-size:15px;
    color:#333;
    background:#fafafa;
    transition:all 0.3s ease;
}
.mu-franchise-form textarea.mu-form-control{
    height:auto;
    padding:14px 18px;
    resize:vertical;
    min-height:120px;
}
.mu-franchise-form select.mu-form-control{
    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' width='16' height='16'%3E%3Cpath fill='%23888' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat:no-repeat;
    background-position:right 16px center;
    cursor:pointer;
}
.mu-franchise-form .mu-form-control:focus{
    outline:none;
    border-color:#b8873f;
    background:#fff;
    box-shadow:0 0 0 3px rgba(184,135,63,0.15);
}
.mu-franchise-form .mu-form-control::placeholder{
    color:#999;
}
.mu-franchise-form .mu-form-submit{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#c89d1d;
    color:#fff;
    border:none;
    border-radius:6px;
    padding:16px 42px;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    cursor:pointer;
    transition:background 0.3s ease;
}
.mu-franchise-form .mu-form-submit:hover{
    background:#c89d1d;
}
.mu-franchise-form-note{
    font-size:13px;
    color:#888;
    margin-top:18px;
}
@media (max-width:767px){
    .mu-franchise-form-wrap{
        padding:30px 22px;
    }
    
    .container{
        padding:0 !important;
    }.mu-franchise-form .mu-form-row{
        flex-direction:column;
        gap:0;
    } 
}

/* ---------- Franchise Perks (right side) ---------- */
.mu-franchise-perks-wrap{
    background:#111;
    border-radius:10px;
    padding:30px;  
    height:100%;
    text-align:left;
}
.mu-franchise-perks-heading{
    text-align:left;
}
.mu-franchise-perks-heading span{
    display:inline-block;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    color:#b8873f;
    margin-bottom:8px;
    text-align:left;
}
.mu-franchise-perks-heading h3{
    font-size:24px;
    font-weight:700;
    color:#fff;
    text-align:left;
    margin:0 0 35px;
}
.mu-franchise-perks-list{
    list-style:none;
    margin:0;
    padding:0;
}
.mu-perk-item{
    color: #c89d1d;
    display:flex;
    align-items:flex-start;
    text-align:left;
    gap:18px;
    padding-bottom:28px;
    margin-bottom:28px;
    border-bottom:1px solid rgba(255,255,255,0.1);
}
.mu-perk-item:last-child{
    padding-bottom:0;
    margin-bottom:0;
    border-bottom:none;
}
.mu-perk-icon{
    flex:0 0 46px;
    width:46px;
    height:46px;
    border-radius:50%;
    background:rgba(184,135,63,0.12);
    border:1px solid #b8873f;
    color:#b8873f;
    display:flex;
    align-items:center;
    justify-content:center;
}
.mu-perk-icon svg{
    width:20px;
    height:20px;
}
.mu-perk-content{
    flex:1 1 auto;
    min-width:0;
    text-align:left;
}
.mu-perk-content h4{
    font-size:18px;
    font-weight:700;
    color:#fff;
    text-transform:none;
    letter-spacing:0;
    text-align:left;
    margin:0 0 8px;
}
.mu-perk-content p{
    font-size:15px !important;
    color:#bbb !important;
    text-transform:none !important;
    font-weight:400 !important;
    letter-spacing:0 !important;
    text-align:left !important;
    line-height:1.7;
    margin:0;
}
@media (max-width:991px){
    .mu-franchise-perks-wrap{
        margin-top:30px;
    }
}

@media (max-width:767px){
    .mu-franchise-perks-wrap{
        padding:30px 22px;
    }
}
.sukoon-cta-section {
    padding: 60px 0;
    background-color: #fdfbf7;
  }

  
  .cta-unique-wrapper {
    position: relative;
    background: linear-gradient(135deg, #1b241e 0%, #29382d 100%);
    border-radius: 24px;
    padding: 50px 35px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  }

  
  .glow-circle {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
  }

  .glow-top-left {
    background: rgba(200, 157, 29, 0.25);
    top: -50px;
    left: -50px;
  }

  .glow-bottom-right {
    background: rgba(76, 133, 91, 0.3);
    bottom: -50px;
    right: -50px;
  }

  .cta-inner-card {
    position: relative;
    z-index: 2;
  }

  
  .cta-badge {
    background: rgba(200, 157, 29, 0.15);
    color: #e5b839;
    border: 1px solid rgba(200, 157, 29, 0.4);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 6px 16px;
    border-radius: 20px;
    display: inline-block;
  }

  .cta-title {
    color: #ffffff;
    font-weight: 700;
    font-size: 32px;
    margin-top: 12px;
    margin-bottom: 10px;
  }

  .cta-gold-divider {
    width: 50px;
    height: 3px;
    background: #c89d1d;
    margin: 0 auto 20px auto;
    border-radius: 2px;
  }

  
  .cta-description {
    color: #d1dad3;
    font-size: 16px;
    max-width: 620px;
    margin: 0 auto 5px auto;
    line-height: 1.6;
  }

  .cta-tagline {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
  }

  
  .cta-address-pill {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    color: #e8e8e8;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 14px;
    margin-bottom: 35px;
  }

  .address-pin {
    color: #c89d1d;
    margin-right: 8px;
  }

  
  .cta-actions-grid {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
  }

  .cta-action-btn {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    border-radius: 14px;
    text-decoration: none !important;
    text-align: left;
    transition: all 0.3s ease;
    min-width: 200px;
  }

  .btn-icon {
    font-size: 22px;
    margin-right: 12px;
    line-height: 1;
  }

  .btn-text strong {
    display: block;
    font-size: 15px;
    line-height: 1.2;
  }

  .btn-text small {
    display: block;
    font-size: 11px;
    opacity: 0.8;
    margin-top: 2px;
  }

  
  .primary-btn {
    background: #c89d1d;
    color: #ffffff !important;
  }

  .primary-btn:hover {
    background: #b08918;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(200, 157, 29, 0.4);
  }

  .secondary-btn {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }

  .secondary-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
  }

  .accent-btn {
    background: rgba(200, 157, 29, 0.15);
    color: #e5b839 !important;
    border: 1px solid rgba(200, 157, 29, 0.3);
  }

  .accent-btn:hover {
    background: rgba(200, 157, 29, 0.25);
    transform: translateY(-3px);
  }

  
  @media (max-width: 767px) {
    .cta-unique-wrapper {
      padding: 35px 18px;
      border-radius: 18px;
    }

    .cta-title {
      font-size: 24px;
    }

    .cta-description {
      font-size: 14px;
    }

    .cta-tagline {
      font-size: 16px;
    }

    .cta-address-pill {
      font-size: 12px;
      padding: 6px 12px;
    }

    .cta-actions-grid {
      flex-direction: column;
    }

    .cta-action-btn {
      width: 100%;
    }
  }

.sukoon-why-section {
  padding: 50px 0;
  background-color: #fdfbf7;
}

.padding-0 {
  padding: 0 !important;
}

.why-panel-box {
  border: 1px solid #e5e0d3;
  border-radius: 16px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
}

.why-img-col {
  padding: 0;
  position: relative;
  min-height: 100%;
}

.why-img-wrapper {
  height: 100%;
  width: 100%;
  min-height: 380px;
  position: relative;
}

.why-featured-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.why-content-col {
  padding: 35px 30px;
}

.why-badge {
  color: #c89d1d;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
}

.why-main-title {
  color: #222222;
  font-weight: 700;
  font-size: 24px;
  margin-top: 6px;
  margin-bottom: 10px;
}

.why-divider {
  width: 50px;
  height: 3px;
  background-color: #c89d1d;
  margin-bottom: 20px;
}

.why-features-list {
  display: block !important;
  width: 100% !important;
  float: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.why-feature-item {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  width: 100% !important;
  float: none !important;
  box-sizing: border-box !important;
  background: #faf8f3;
  border: 1px solid #eee7d6;
  border-radius: 12px;
  padding: 14px 16px !important;
  margin-bottom: 14px !important;
  transition: all 0.3s ease;
}

.why-feature-item:hover {
  border-color: #c89d1d;
  box-shadow: 0 6px 16px rgba(200, 157, 29, 0.12);
  transform: translateY(-2px);
}

.why-feature-item:last-child {
  margin-bottom: 0 !important;
}

.why-item-icon {
  flex: 0 0 42px !important;
  width: 42px;
  height: 42px;
  margin-right: 14px;
  border-radius: 50%;
  background-color: rgba(200, 157, 29, 0.12);
  border: 1px solid rgba(200, 157, 29, 0.35);
  display: flex !important;
  align-items: center;
  justify-content: center;
  float: none !important;
}

.why-item-icon .fa {
  font-size: 18px;
  color: #c89d1d;
  line-height: 1;
}

.why-item-text {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  float: none !important;
  width: auto !important;
  text-align: left !important;
}

.why-item-title {
  margin: 0 0 3px 0;
  font-size: 16px;
  font-weight: 700;
  color: #222222;
  float: none !important;
  text-align: left !important;
}

.why-item-desc {
  margin: 0;
  color: #000;
  font-size: 13.5px;
  line-height: 1.5;
  float: none !important;
  text-align: left !important;
}

@media (min-width: 768px) {
  .row-eq-height {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .why-content-col {
    padding: 25px 18px;
  }

  .why-main-title {
    font-size: 20px;
  }

  .why-img-wrapper {
    min-height: 220px;
    position: relative;
  } 

  .why-featured-img {
    position: relative;
    height: 220px;
  }

  .why-item-icon {
    flex: 0 0 38px !important;
    width: 38px;
    height: 38px;
  }

  .why-item-icon .fa {
    font-size: 16px;
  }

  .why-feature-item {
    padding: 12px !important;
  }
}

.sukoon-content-section {
    padding: 50px 0;
  }

  .non-matcha-card {
    border: 1px solid #e5e0d3;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
  }

  .non-matcha-card .panel-body {
    padding: 40px 30px;
  }

  
  .section-badge {
    color: #c89d1d;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
    display: inline-block;
  }

  .section-title {
    color: #222222;
    font-weight: 700;
    font-size: 26px;
    margin-top: 8px;
    margin-bottom: 12px;
  }

  .section-divider {
    width: 60px;
    height: 3px;
    background-color: #c89d1d;
    margin: 0 auto 18px auto;
  }

  .section-description {
    color: #000;
    font-size: 15px;
    line-height: 1.6;
    max-width: 680px;
    margin-bottom: 25px;
  }

  .margin-top-lg {
    margin-top: 30px;
  }

  .margin-top-md {
    margin-top: 25px;
  }

  .margin-bottom-sm {
    margin-bottom: 20px;
  }                    
                                                         
   
  .menu-category-box {
  
    padding: 22px 20px;               
    height: 100%;
    transition: all 0.3s ease;
  }

  .menu-category-box:hover {
    border-color: #c89d1d;
    box-shadow: 0 4px 12px rgba(200, 157, 29, 0.1);
  }

  .category-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }

  .category-icon {
    font-size: 26px;
    margin-right: 12px;
    line-height: 1;
  }

  .category-heading {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #222222;
  }

  .category-divider {
    width: 35px;
    height: 2px;
    background-color: #c89d1d;
    margin-bottom: 12px;
  }

  .category-items {
    margin: 0;
    color: #000;
    font-size: 14px;
    line-height: 1.6;
  }

  
  .btn-theme-outline {
    background-color: transparent;
    color: #c89d1d;
    border: 2px solid #c89d1d;
    font-weight: 600;
    border-radius: 25px;
    padding: 10px 28px;
    transition: all 0.3s ease;
  }

  .btn-theme-outline:hover,
  .btn-theme-outline:focus {
    background-color: #c89d1d;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(200, 157, 29, 0.25);
  }

  
  @media (max-width: 767px) {
    .non-matcha-card .panel-body {
      padding: 25px 15px;
    }

    .section-title {
      font-size: 22px;
    }

    .menu-category-box {
      padding: 18px 15px;
    }
  }

.sukoon-content-section {
    padding: 50px 0;
  }

  .margin-top-md {
    margin-top: 25px;
  }

  .padding-0 {
    padding: 0 !important;
  }

  
  .side-panel-box {
    border: 1px solid #e2e2e2;
    border-radius: 12px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
  }

  .side-content-block {
    padding: 35px 30px;
  }

  
  .section-badge {
    color: #c89d1d;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
  }

  .section-title {
    color: #222222;
    font-weight: 700;
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .section-divider {
    width: 60px;
    height: 3px;
    background-color: #c89d1d;
    margin-bottom: 15px;
  }

  .section-description {
    color: #000;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
  }

  
  .address-box {
    background-color: #f8f6f0;
    border: 1px solid #e8e2d2;
    padding: 12px 18px;
    border-radius: 8px;
    color: #444;
    font-size: 14px;
    line-height: 1.5;
  }

  .address-icon {
    color: #c89d1d;
    margin-right: 5px;
  }

  
  .btn-theme {
    background-color: #c89d1d;
    color: #ffffff;
    font-weight: 600;
    border-radius: 25px;
    padding: 10px 24px;
    border: none;
    transition: all 0.3s ease;
  }

  .btn-theme:hover,
  .btn-theme:focus {
    background-color: #b08918;
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(200, 157, 29, 0.3);
  }

  
  .side-img-block {
    padding: 0;
    position: relative;
    min-height: 100%;
  }

  .side-img-wrapper {
    height: 100%;
    width: 100%;
    min-height: 320px;
    position: relative;
  }

  .side-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }

  
  @media (min-width: 768px) {
    .row-eq-height {
      display: flex;
      flex-wrap: wrap;
    }
  }

  
  @media (max-width: 767px) {
    .side-content-block {
      padding: 20px 15px;
    }

    .side-img-wrapper {
      min-height: 220px;
      position: relative;
    }

    .side-bg-img {
      position: relative;
      height: 220px;
    }
  }

.matcha-guide-section {
    padding: 50px 0;
  }

  .matcha-guide-title {
    margin-top: 50px !important;
    color: #2c2c2c;
    font-weight: 700;
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .matcha-guide-divider {
    width: 60px;
    height: 3px;
    background-color: #c89d1d;
    margin: 0 auto 15px auto;
  }

  .matcha-guide-subtitle {
    color: #666;
    font-size: 15px;
    max-width: 550px;
    margin: 0 auto;
    line-height: 1.5;
  }

  .margin-bottom-md {
    margin-bottom: 30px;
  }

  .margin-top-md {
    margin-top: 25px;
  }

  
  .matcha-marquee-wrap {
    position: relative;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 60px, #000 calc(100% - 60px), transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 60px, #000 calc(100% - 60px), transparent 100%);
  }

  .matcha-marquee-track {
    display: flex;
    width: max-content;
    animation: matcha-marquee-scroll 28s linear infinite;
  }

  .matcha-marquee-wrap:hover .matcha-marquee-track {
    animation-play-state: paused;
  }

  @keyframes matcha-marquee-scroll {
    from {
      transform: translateX(0);
    }

    to {
      transform: translateX(-50%);
    }
  }

  .matcha-slide {
    flex: 0 0 auto;
    width: 260px;
    box-sizing: border-box;
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .matcha-slide-img {
    width: 200px;
    height: 200px;
    max-width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #ffffff;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.14);
    margin-bottom: 16px;
    pointer-events: none;
    -webkit-user-drag: none;
  }

  .matcha-slide-icon {
    font-size: 22px;
    margin-bottom: 6px;
  }

  .matcha-slide-label {
    color: #333;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
    min-height: 40px;
  }

  .matcha-slide-arrow {
    color: #c89d1d;
    font-size: 12px;
    margin-bottom: 8px;
  }

  @media (max-width: 767px) {
    .matcha-slide {
      width: 200px;
    }

    .matcha-slide-img {
      width: 150px;
      height: 150px;
    }

    .matcha-marquee-track {
      animation-duration: 22s;
    }
  }

  @media (max-width: 480px) {
    .matcha-marquee-wrap {
      -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 30px, #000 calc(100% - 30px), transparent 100%);
      mask-image: linear-gradient(90deg, transparent 0, #000 30px, #000 calc(100% - 30px), transparent 100%);
    }
  }

  .label-matcha {
    background-color: rgba(200, 157, 29, 0.12);
    color: #c89d1d;
    border: 1px solid rgba(200, 157, 29, 0.35);
    font-weight: 600;
    font-size: 17px;
    padding: 6px 12px;
    border-radius: 20px;
    margin-left: 4px;
    margin-top: 4px;
    white-space: nowrap;
    display: inline-block;
  }

  .matcha-help-box {
    background-color: #f5f2e8;
    border: 1px solid #e2dac6;
    border-radius: 8px;
    padding: 12px 20px;
  }

  .matcha-help-text {
    margin: 0;
    color: #000;
    font-size: 14px;
  }

  .matcha-help-text .glyphicon {
    color: #c89d1d;
    margin-right: 5px;
  }

.reviews-section {
    padding: 40px 0;
  }

  .reviews-subtitle {
    color: #c89d1d;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
  }

  .reviews-title {
    color: #222;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .reviews-divider {
    width: 60px;
    height: 3px;
    background-color: #c89d1d;
    margin: 0 auto;
  }

  .margin-bottom-lg {
    margin-bottom: 30px;
  }

  #reviews-carousel {
    position: relative;
    padding: 0 15px;
  }

  .carousel-inner {
    padding: 10px 30px 20px 30px;
  }

  .review-card {
    border: 1px solid #e2e2e2;
    border-radius: 12px;
    margin-bottom: 15px;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    min-height: 385px;
  }

  .review-card .panel-body {
    padding: 20px 15px;
  }

  .avatar-circle {
    width: 50px;
    height: 50px;
    background-color: #c89d1d;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 50px;
    border-radius: 50%;
    margin-bottom: 10px;
  }

  .reviewer-name {
    margin: 0 0 5px 0;
    font-weight: 700;
    color: #333;
    font-size: 16px;
  }

  .star-rating {
    color: #c89d1d;
    font-size: 17px;
    margin-bottom: 12px;
  }

  .review-text {
    color: #000;
    font-size: 17px;
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 15px;
    min-height: 60px;
  }

  .review-meta {
    margin-bottom: 12px;
  }

  .label-theme {
    background-color: rgba(200, 157, 29, 0.12);
    color: #c89d1d;
    border: 1px solid rgba(200, 157, 29, 0.3);
    font-weight: 600;
    font-size: 10px;
    margin: 1px;
    padding: 4px 6px;
    display: inline-block;
  }

  .review-extra {
    border-top: 1px solid #f0f0f0;
    padding-top: 10px;
    margin-top: 5px;
    font-size: 11px;
  }

  .carousel-control {
    width: 38px;
    height: 38px;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    background-image: none !important;
    opacity: 1;
  }

  .carousel-control.left {
    left: -5px;
  }

  .carousel-control.right {
    right: -5px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: static;
    margin-top: 0;
    font-size: 16px;
    background: #ffffff;
    color: #c89d1d;
    width: 38px;
    height: 38px;
    line-height: 36px;
    border-radius: 50%;
    border: 1px solid #c89d1d;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease;
  }

  .carousel-control:hover .glyphicon-chevron-left,
  .carousel-control:hover .glyphicon-chevron-right {
    background-color: #c89d1d;
    color: #ffffff;
  }

  .carousel-indicators {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }

  .carousel-indicators li {
    border-color: #c89d1d;
    background-color: #fff;
    width: 10px;
    height: 10px;
    margin: 1px;
  }

  .carousel-indicators .active {
    background-color: #c89d1d;
    width: 12px;
    height: 12px;
    margin: 0;
  }

  @media (max-width: 767px) {
    .carousel-inner {
      padding: 10px 5px 10px 5px;
    }

    .review-card {
      min-height: auto;
    }

    .carousel-control.left {
      left: -10px;
    }

    .carousel-control.right {
      right: -10px;
    }
  }

.matcha-brampton {
    display: block !important;
    width: 100% !important;
    float: none !important;
  }

  .matcha-menu-v2 {
    padding-top: 40px !important;
    padding-bottom: 30px !important;
    display: block !important;
    width: 100% !important;
    max-width: 1180px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
    box-sizing: border-box !important;
  }

  .matcha-menu-v2,
  .matcha-menu-v2 * {
    box-sizing: border-box !important;
  }

  .matcha-menu-v2 .theme-color {
    color: #c89d1d !important;
  }

  .mmv2-intro {
    max-width: 560px;
    margin: 10px auto 0 auto !important;
    color: #000;
    font-size: 15px;
    line-height: 1.6;
    display: block !important;
    float: none !important;
    width: 100% !important;
  }

  .mmv2-category {
    display: block !important;
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-top: 46px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mmv2-category:first-of-type {
    margin-top: 34px !important;
  }

  .mmv2-cat-head {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    width: 100% !important;
    float: none !important;
    gap: 16px;
    margin-bottom: 22px !important;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(200, 157, 29, 0.28);
    text-align: left !important;
  }

  .mmv2-cat-icon {
    flex: 0 0 46px !important;
    width: 46px;
    height: 46px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    background: rgba(200, 157, 29, 0.12);
    border: 1px solid rgba(200, 157, 29, 0.35);
    border-radius: 50%;
  }

  .mmv2-cat-head .mmv2-cat-text {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    text-align: left !important;
  }

  .mmv2-cat-head h3 {
    margin: 0 0 2px 0 !important;
    font-family: 'Fraunces', serif;
    font-weight: 600;
    font-size: 22px;
    color: #23291f;
    text-align: left !important;
    float: none !important;
  }

  .mmv2-cat-head p {
    margin: 0 !important;
    font-size: 13.5px;
    color: #000;
    text-align: left !important;
    float: none !important;
  }

  .mmv2-grid {
    display: grid !important;
    width: 100% !important;
    float: none !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 22px;
  }

  .mmv2-grid-4 {
    grid-template-columns: repeat(4, 1fr) !important;
  }

  .mmv2-grid-2 {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .mmv2-card {
    background: #ffffff;
    border: 1px solid #ece7d9;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    display: flex !important;
    flex-direction: column !important;
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .mmv2-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 30px rgba(200, 157, 29, 0.18);
    border-color: #c89d1d;
  }

  .mmv2-card-img {
    height: 150px;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100% !important;
    float: none !important;
  }

  .mmv2-card-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.18) 100%);
  }

  .mmv2-card-wide .mmv2-card-img {
    height: 170px;
  }

  .mmv2-card-body {
    padding: 16px 18px 18px 18px !important;
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    float: none !important;
  }

  .mmv2-card-top {
    display: flex !important;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 8px !important;
    width: 100% !important;
    float: none !important;
  }

  .mmv2-card-top h4 {
    margin: 0 !important;
    font-family: 'Fraunces', serif;
    font-weight: 600;
    font-size: 17px;
    color: #23291f;
    line-height: 1.3;
    float: none !important;
  }

  .mmv2-price {
    flex: 0 0 auto !important;
    background: #c89d1d;
    color: #ffffff !important;
    font-size: 17px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 20px;
    white-space: nowrap;
    float: none !important;
  }

  .mmv2-card-body p {
    margin: 0 !important;
    color: #000;
    font-size: 13.5px;
    line-height: 1.55;
    float: none !important;
    width: 100% !important;
  }

  @media (max-width: 991px) {
    .mmv2-grid-4 {
      grid-template-columns: repeat(2, 1fr) !important;
    }
  }

  @media (max-width: 600px) {

    .mmv2-grid,
    .mmv2-grid-4,
    .mmv2-grid-2 {
      grid-template-columns: 1fr !important;
    }

    .mmv2-cat-head {
      gap: 12px;
    }

    .mmv2-cat-icon {
      flex: 0 0 40px !important;
      width: 40px;
      height: 40px;
      font-size: 18px;
    }

    .mmv2-cat-head h3 {
      font-size: 19px;
    }

    .mmv2-category {
      margin-top: 34px !important;
    }
  }

.matcha-menu-section {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .theme-color {
    color: #c89d1d !important;
  }

  .bg-theme {
    background-color: #c89d1d !important;
    color: #ffffff !important;
  }

  .border-theme {
    border-color: #c89d1d !important;
  }

  .category-title {
    color: #c89d1d;
    border-bottom: 1px solid #c89d1d45;
    padding-bottom: 8px;
    margin-bottom: 25px;
    margin-top: 30px;
    font-weight: 700;
  }

  .menu-card {
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    background: #fff;
    overflow: hidden;
  }

  .menu-card:hover {
    box-shadow: 0 4px 15px rgba(200, 157, 29, 0.2);
    border-color: #c89d1d;
  }

  .menu-card .panel-body {
    padding: 15px;
  }

  .item-title {
    margin: 0;
    font-weight: 700;
  }

  .item-desc {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .item-price {
    background-color: #c89d1d;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 4px;
  }

  .category-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .category-img-sm {
    height: 110px;
  }

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,600;1,9..144,500&family=Work+Sans:wght@400;500;600&family=DM+Mono:wght@400;500&display=swap');

  .mu-hero {
    position: relative;
    min-height: 82vh;
    display: flex;
    align-items: flex-end;
    color: #FBF3E4;
    overflow: hidden;
    background: #20291a;
  }

  .mu-hero-bg {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(1.06);
    animation: mu-bg-in 1.4s ease-out forwards;
  }

  @keyframes mu-bg-in {
    from {
      transform: scale(1.14);
      opacity: 0;
    }

    to {
      transform: scale(1.06);
      opacity: 1;
    }
  }

  .mu-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(20, 24, 14, 0.35) 0%, rgba(20, 24, 14, 0.55) 55%, rgba(20, 24, 14, 0.86) 100%);
  }

  .mu-hero-whisk {
    position: absolute;
    top: 8%;
    right: -4%;
    width: 340px;
    height: 340px;
    opacity: 0.14;
    stroke: #E7C878;
    fill: none;
    stroke-width: 2;
    pointer-events: none;
  }

  .mu-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 1180px;
    margin: 0 auto;
    padding: 150px 32px 64px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
  }

  .mu-hero-text {
    flex: 1 1 520px;
    min-width: 0;
  }

  .mu-hero-coffee-col {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-self: center;
  }

  .mu-hero-coffee {
    position: relative;
    width: 220px;
    height: 220px;
    opacity: 0;
    animation:
      mu-rise .9s ease-out .5s forwards,
      mu-float 5s ease-in-out 1.4s infinite;
  }

  .mu-hero-coffee-img {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 4px solid rgba(251, 243, 228, 0.85);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  }

  .mu-hero-coffee-ring {
    position: absolute;
    inset: -16px;
    border-radius: 50%;
    border: 1.5px dashed rgba(231, 200, 120, 0.55);
    animation: mu-spin 22s linear infinite;
  }

  .mu-hero-coffee-ring-2 {
    inset: -30px;
    border-color: rgba(251, 243, 228, 0.25);
    animation: mu-spin 30s linear infinite reverse;
  }

  @keyframes mu-float {

    0%,
    100% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(-16px);
    }
  }

  @keyframes mu-spin {
    from {
      transform: rotate(0deg);
    }

    to {
      transform: rotate(360deg);
    }
  }

  @media (max-width:860px) {
    .mu-hero-inner {
      flex-direction: column;
      align-items: flex-start;
      padding-top: 130px;
    }

    .mu-hero-coffee-col {
      align-self: center;
      margin-top: 12px;
    }

    .mu-hero-coffee {
      width: 160px;
      height: 160px;
    }
  }

  @media (max-width:600px) {
    .mu-hero-coffee-col {
      display: none;
    }
  }

  .mu-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'DM Mono', monospace;
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #E7C878;
    margin-bottom: 18px;
    opacity: 0;
    animation: mu-rise .7s ease-out .15s forwards;
  }

  .mu-eyebrow::before {
    content: "";
    width: 22px;
    height: 1px;
    background: #E7C878;
    display: inline-block;
  }

  .mu-breadcrumb {
    list-style: none;
    display: flex;
    gap: 8px;
    font-family: 'DM Mono', monospace;
    font-size: 11.5px;
    letter-spacing: 0.04em;
    color: rgba(251, 243, 228, 0.62);
    margin-bottom: 26px;
    opacity: 0;
    animation: mu-rise .7s ease-out .05s forwards;
  }

  .mu-breadcrumb li+li::before {
    content: "/";
    margin-right: 8px;
    opacity: .6;
  }

  .mu-breadcrumb a {
    color: rgba(251, 243, 228, 0.62);
    text-decoration: none;
  }

  .mu-breadcrumb a:hover {
    color: #FBF3E4;
  }

  .mu-breadcrumb li[aria-current] {
    color: rgba(251, 243, 228, 0.85);
  }

  .mu-hero h1 {
    font-family: 'Fraunces', serif;
    font-weight: 600;
    font-size: clamp(30px, 4.2vw, 50px);
    line-height: 1.08;
    letter-spacing: -0.01em;
    color: #FBF3E4;
    margin-bottom: 22px;
  }

  .mu-hero p {
    font-size: 17px;
    line-height: 1.75;
    color: rgba(251, 243, 228, 0.88);
    margin-bottom: 16px;
    opacity: 0;
    animation: mu-rise .8s ease-out forwards;
  }

  .mu-hero-text h1 {
    opacity: 0;
    animation: mu-rise .8s ease-out .25s forwards;
  }

  .mu-hero p:nth-of-type(1) {
    animation-delay: .35s;
  }

  .mu-hero p:nth-of-type(2) {
    animation-delay: .45s;
  }

  .mu-hero p:nth-of-type(3) {
    animation-delay: .55s;
  }

  .mu-hero p:nth-of-type(4) {
    animation-delay: .65s;
  }

  @keyframes mu-rise {
    from {
      opacity: 0;
      transform: translateY(16px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .mu-hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
    opacity: 0;
    animation: mu-rise .8s ease-out .78s forwards;
  }

  .mu-btn {
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.02em;
    padding: 14px 28px;
    border-radius: 2px;
    border: 1px solid transparent;
    text-decoration: none;
    display: inline-block;
    transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
  }

  .mu-btn-primary {
    background: #c89d1d;
    color: #FBF3E4;
  }

  .mu-btn-primary:hover {
    background: #2B2620;
    transform: translateY(-2px);
  }

  .mu-btn-outline {
    background: transparent;
    border-color: rgba(251, 243, 228, 0.55);
    color: #FBF3E4;
  }

  .mu-btn-outline:hover {
    background: rgba(251, 243, 228, 0.12);
    border-color: #FBF3E4;
    transform: translateY(-2px);
  }

  .mu-btn-ghost {
    background: transparent;
    border-color: transparent;
    color: #E7C878;
    padding-left: 6px;
    padding-right: 6px;
  }

  .mu-btn-ghost:hover {
    color: #FBF3E4;
  }

  .mu-btn-ghost::after {
    content: " →";
  }

  @media (max-width:600px) {
    .mu-hero {
      min-height: 92vh;
    }

    .mu-hero-inner {
      padding: 120px 20px 48px;
    }

    .mu-hero-whisk {
      width: 300px;
      height: 300px;
      top: 4%;
      right: -10%;
    }
  }

  @media (prefers-reduced-motion: reduce) {

    .mu-hero-bg,
    .mu-eyebrow,
    .mu-breadcrumb,
    .mu-hero h1,
    .mu-hero p,
    .mu-hero-ctas,
    .mu-hero-coffee,
    .mu-hero-coffee-ring {
      animation: none !important;
      opacity: 1 !important;
      transform: none !important;
    }
  }

#mu-about-us>.container,
  .matcha-brampton>.container,
  .reviews-section>.container,
  #mu-menu>.container,
  .matcha-guide-section>.container,
  .sukoon-content-section>.container,
  .sukoon-why-section>.container,
  .sukoon-cta-section>.container {
    max-width: 1180px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 32px !important;
    padding-right: 32px !important;
    box-sizing: border-box !important;
    float: none !important;
  }

  @media (max-width: 767px) {

    #mu-about-us>.container,
    .matcha-brampton>.container,
    .reviews-section>.container,
    #mu-menu>.container,
    .matcha-guide-section>.container,
    .sukoon-content-section>.container,
    .sukoon-why-section>.container,
    .sukoon-cta-section>.container {
      padding-left: 16px !important;
      padding-right: 16px !important;
    }
  }

#mu-about-us {
    background-color: #fdfbf7 !important;
  }

  .matcha-brampton {
    background-color: #ffffff !important;
  }

  .reviews-section {
    background-color: #f7f4ea !important;
  }

  #mu-menu {
      margin-top: 50px;
  }

  .matcha-guide-section {
    background-color: #f3efe1 !important;
  }

  #location-block {
    background-color: #fdfbf7 !important;
  }

  #other-drinks-block {
    background-color: #f6f1e6 !important;
  }

  .sukoon-why-section {
    background-color: #ffffff !important;
  }

  .sukoon-cta-section {
    background-color: #f0ece0 !important;
  }
  img.glightbox.w-100.object-fit-cover.d-block {
    border-radius: 20px;
    padding: 5px;
    width: 100%;
    height: 356px !important;
}

#mu-about-us h2,
  .matcha-brampton h2,
  .reviews-section h2,
  .matcha-guide-section h2,
  .sukoon-content-section h2,
  .sukoon-why-section h2,                     
  .sukoon-cta-section h2,
  section h2 {
    font-family: 'Fraunces', serif !important;
    font-weight: 600 !important;
    font-size: clamp(30px, 4.2vw, 50px) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.01em !important;
  }
  
  



.sukoon-cta-section {
    padding: 60px 0;
    background-color: #fdfbf7;
  }
  
  
  .cta-unique-wrapper {
    position: relative;
    background: linear-gradient(135deg, #1b241e 0%, #29382d 100%);
    border-radius: 24px;
    padding: 50px 35px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  }

  
  .glow-circle {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
  }

  .glow-top-left {
    background: rgba(200, 157, 29, 0.25);
    top: -50px;
    left: -50px;
  }

  .glow-bottom-right {
    background: rgba(76, 133, 91, 0.3);
    bottom: -50px;
    right: -50px;
  }

  .cta-inner-card {
    position: relative;
    z-index: 2;
  }

  
  .cta-badge {
    background: rgba(200, 157, 29, 0.15);
    color: #e5b839;
    border: 1px solid rgba(200, 157, 29, 0.4);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 6px 16px;
    border-radius: 20px;
    display: inline-block;
  }

  .cta-title {
    color: #ffffff;
    font-weight: 700;
    font-size: 32px;
    margin-top: 12px;
    margin-bottom: 10px;
  }

  .cta-gold-divider {
    width: 50px;
    height: 3px;
    background: #c89d1d;
    margin: 0 auto 20px auto;
    border-radius: 2px;
  }

  
  .cta-description {
    color: #d1dad3;
    font-size: 16px;
    max-width: 620px;
    margin: 0 auto 5px auto;
    line-height: 1.6;
  }

  .cta-tagline {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
  }

  
  .cta-address-pill {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    color: #e8e8e8;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 14px;
    margin-bottom: 35px;
  }

  .address-pin {
    color: #c89d1d;
    margin-right: 8px;
  }

  
  .cta-actions-grid {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
  }

  .cta-action-btn {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    border-radius: 14px;
    text-decoration: none !important;
    text-align: left;
    transition: all 0.3s ease;
    min-width: 200px;
  }

  .btn-icon {
    font-size: 22px;
    margin-right: 12px;
    line-height: 1;
  }

  .btn-text strong {
    display: block;
    font-size: 15px;
    line-height: 1.2;
  }

  .btn-text small {
    display: block;
    font-size: 11px;
    opacity: 0.8;
    margin-top: 2px;
  }

  
  .primary-btn {
    background: #c89d1d;
    color: #ffffff !important;
  }

  .primary-btn:hover {
    background: #b08918;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(200, 157, 29, 0.4);
  }

  .secondary-btn {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }

  .secondary-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
  }

  .accent-btn {
    background: rgba(200, 157, 29, 0.15);
    color: #e5b839 !important;
    border: 1px solid rgba(200, 157, 29, 0.3);
  }

  .accent-btn:hover {
    background: rgba(200, 157, 29, 0.25);
    transform: translateY(-3px);
  }

  
  @media (max-width: 767px) {
    .cta-unique-wrapper {
      padding: 35px 18px;
      border-radius: 18px;
    }

    .cta-title {
      font-size: 24px;
    }

    .cta-description {
      font-size: 14px;
    }

    .cta-tagline {
      font-size: 16px;
    }

    .cta-address-pill {
      font-size: 12px;
      padding: 6px 12px;
    }

    .cta-actions-grid {
      flex-direction: column;
    }

    .cta-action-btn {
      width: 100%;
    }
  }

.sukoon-why-section {
  padding: 50px 0;
  background-color: #fdfbf7;
}

.padding-0 {
  padding: 0 !important;
}

.why-panel-box {
  border: 1px solid #e5e0d3;
  border-radius: 16px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
}

.why-img-col {
  padding: 0;
  position: relative;
  min-height: 100%;
}

.why-img-wrapper {
  height: 100%;
  width: 100%;
  min-height: 380px;
  position: relative;
}

.why-featured-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.why-content-col {
  padding: 35px 30px;
}

.why-badge {
  color: #c89d1d;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
}

.why-main-title {
  color: #222222;
  font-weight: 700;
  font-size: 24px;
  margin-top: 6px;
  margin-bottom: 10px;
}

.why-divider {
  width: 50px;
  height: 3px;
  background-color: #c89d1d;
  margin-bottom: 20px;
}

.why-features-list {
  display: block !important;
  width: 100% !important;
  float: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.why-feature-item {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  width: 100% !important;
  float: none !important;
  box-sizing: border-box !important;
  background: #faf8f3;
  border: 1px solid #eee7d6;
  border-radius: 12px;
  padding: 14px 16px !important;
  margin-bottom: 14px !important;
  transition: all 0.3s ease;
}

.why-feature-item:hover {
  border-color: #c89d1d;
  box-shadow: 0 6px 16px rgba(200, 157, 29, 0.12);
  transform: translateY(-2px);
}

.why-feature-item:last-child {
  margin-bottom: 0 !important;
}

.why-item-icon {
  flex: 0 0 42px !important;
  width: 42px;
  height: 42px;
  margin-right: 14px;
  border-radius: 50%;
  background-color: rgba(200, 157, 29, 0.12);
  border: 1px solid rgba(200, 157, 29, 0.35);
  display: flex !important;
  align-items: center;
  justify-content: center;
  float: none !important;
}

.why-item-icon .fa {
  font-size: 18px;
  color: #c89d1d;
  line-height: 1;
}

.why-item-text {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  float: none !important;
  width: auto !important;
  text-align: left !important;
}

.why-item-title {
  margin: 0 0 3px 0;
  font-size: 16px;
  font-weight: 700;
  color: #222222;
  float: none !important;
  text-align: left !important;
}

.why-item-desc {
  margin: 0;
  color: #000;
  font-size: 13.5px;
  line-height: 1.5;
  float: none !important;
  text-align: left !important;
}

@media (min-width: 768px) {
  .row-eq-height {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .why-content-col {
    padding: 25px 18px;
  }

  .why-main-title {
    font-size: 20px;
  }

  .why-img-wrapper {
    min-height: 220px;
    position: relative;
  } 

  .why-featured-img {
    position: relative;
    height: 220px;
  }

  .why-item-icon {
    flex: 0 0 38px !important;
    width: 38px;
    height: 38px;
  }

  .why-item-icon .fa {
    font-size: 16px;
  }

  .why-feature-item {
    padding: 12px !important;
  }
}

.sukoon-content-section {
    padding: 50px 0;
  }

  .non-matcha-card {
    border: 1px solid #e5e0d3;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
  }

  .non-matcha-card .panel-body {
    padding: 40px 30px;
  }

  
  .section-badge {
    color: #c89d1d;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
    display: inline-block;
  }

  .section-title {
    color: #222222;
    font-weight: 700;
    font-size: 26px;
    margin-top: 8px;
    margin-bottom: 12px;
  }

  .section-divider {
    width: 60px;
    height: 3px;
    background-color: #c89d1d;
    margin: 0 auto 18px auto;
  }

  .section-description {
    color: #000;
    font-size: 15px;
    line-height: 1.6;
    max-width: 680px;
    margin-bottom: 25px;
  }

  .margin-top-lg {
    margin-top: 30px;
  }

  .margin-top-md {
    margin-top: 25px;
  }

  .margin-bottom-sm {
    margin-bottom: 20px;
  }

  
  .menu-category-box {
  
    padding: 22px 20px;
    height: 100%;
    transition: all 0.3s ease;
  }

  .menu-category-box:hover {
    border-color: #c89d1d;
    box-shadow: 0 4px 12px rgba(200, 157, 29, 0.1);
  }

  .category-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }

  .category-icon {
    font-size: 26px;
    margin-right: 12px;
    line-height: 1;
  }

  .category-heading {
    margin-top: 20px !important;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #222222;
  }

  .category-divider {
    width: 35px;
    height: 2px;
    background-color: #c89d1d;
    margin-bottom: 12px;
  }

  .category-items {
    margin: 0;
    color: #000;
    font-size: 14px;
    line-height: 1.6;
  }

  
  .btn-theme-outline {
    background-color: transparent;
    color: #c89d1d;
    border: 2px solid #c89d1d;
    font-weight: 600;
    border-radius: 25px;
    padding: 10px 28px;
    transition: all 0.3s ease;
  }

  .btn-theme-outline:hover,
  .btn-theme-outline:focus {
    background-color: #c89d1d;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(200, 157, 29, 0.25);
  }

  
  @media (max-width: 767px) {
    .non-matcha-card .panel-body {
      padding: 25px 15px;
    }

    .section-title {
      font-size: 22px;
    }

    .menu-category-box {
      padding: 18px 15px;
    }
  }

.sukoon-content-section {
    padding: 50px 0;
  }

  .margin-top-md {
    margin-top: 25px;
  }

  .padding-0 {
    padding: 0 !important;
  }

  
  .side-panel-box {
    border: 1px solid #e2e2e2;
    border-radius: 12px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
  }

  .side-content-block {
    padding: 35px 30px;
  }

  
  .section-badge {
    color: #c89d1d;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
  }

  .section-title {
    color: #222222;
    font-weight: 700;
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .section-divider {
    width: 60px;
    height: 3px;
    background-color: #c89d1d;
    margin-bottom: 15px;
  }

  .section-description {
    color: #000;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
  }

  
  .address-box {
    background-color: #f8f6f0;
    border: 1px solid #e8e2d2;
    padding: 12px 18px;
    border-radius: 8px;
    color: #444;
    font-size: 14px;
    line-height: 1.5;
  }

  .address-icon {
    color: #c89d1d;
    margin-right: 5px;
  }

  
  .btn-theme {
    background-color: #c89d1d;
    color: #ffffff;
    font-weight: 600;
    border-radius: 25px;
    padding: 10px 24px;
    border: none;
    transition: all 0.3s ease;
  }

  .btn-theme:hover,
  .btn-theme:focus {
    background-color: #b08918;
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(200, 157, 29, 0.3);
  }

  
  .side-img-block {
    padding: 0;
    position: relative;
    min-height: 100%;
  }

  .side-img-wrapper {
    height: 100%;
    width: 100%;
    min-height: 320px;
    position: relative;
  }

  .side-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }

  
  @media (min-width: 768px) {
    .row-eq-height {
      display: flex;
      flex-wrap: wrap;
    }
  }

  
  @media (max-width: 767px) {
    .side-content-block {
      padding: 20px 15px;
    }

    .side-img-wrapper {
      min-height: 220px;
      position: relative;
    }

    .side-bg-img {
      position: relative;
      height: 220px;
    }
  }

.matcha-guide-section {
    padding: 50px 0;
  }

  .matcha-guide-title {
    margin-top: 50px !important;
    color: #2c2c2c;
    font-weight: 700;
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .matcha-guide-divider {
    width: 60px;
    height: 3px;
    background-color: #c89d1d;
    margin: 0 auto 15px auto;
  }

  .matcha-guide-subtitle {
    color: #666;
    font-size: 15px;
    max-width: 550px;
    margin: 0 auto;
    line-height: 1.5;
  }

  .margin-bottom-md {
    margin-bottom: 30px;
  }

  .margin-top-md {
    margin-top: 25px;
  }

  
  .matcha-marquee-wrap {
    position: relative;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 60px, #000 calc(100% - 60px), transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 60px, #000 calc(100% - 60px), transparent 100%);
  }

  .matcha-marquee-track {
    display: flex;
    width: max-content;
    animation: matcha-marquee-scroll 28s linear infinite;
  }

  .matcha-marquee-wrap:hover .matcha-marquee-track {
    animation-play-state: paused;
  }

  @keyframes matcha-marquee-scroll {
    from {
      transform: translateX(0);
    }

    to {
      transform: translateX(-50%);
    }
  }

  .matcha-slide {
    flex: 0 0 auto;
    width: 260px;
    box-sizing: border-box;
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .matcha-slide-img {
    width: 200px;
    height: 200px;
    max-width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #ffffff;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.14);
    margin-bottom: 16px;
    pointer-events: none;
    -webkit-user-drag: none;
  }

  .matcha-slide-icon {
    font-size: 22px;
    margin-bottom: 6px;
  }

  .matcha-slide-label {
    color: #333;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
    min-height: 40px;
  }

  .matcha-slide-arrow {
    color: #c89d1d;
    font-size: 12px;
    margin-bottom: 8px;
  }

  @media (max-width: 767px) {
    .matcha-slide {
      /*width: 200px;*/
    }

    .matcha-slide-img {
      width: 150px;
      height: 150px;
    }

    .matcha-marquee-track {
      animation-duration: 22s;
    }
  }

  @media (max-width: 480px) {
    .matcha-marquee-wrap {
      -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 30px, #000 calc(100% - 30px), transparent 100%);
      mask-image: linear-gradient(90deg, transparent 0, #000 30px, #000 calc(100% - 30px), transparent 100%);
    }
  }

  .label-matcha {
    background-color: rgba(200, 157, 29, 0.12);
    color: #c89d1d;
    border: 1px solid rgba(200, 157, 29, 0.35);
    font-weight: 600;
    font-size: 17px;
    padding: 6px 12px;
    border-radius: 20px;
    margin-left: 4px;
    margin-top: 4px;
    white-space: nowrap;
    display: inline-block;
  }

  .matcha-help-box {
    background-color: #f5f2e8;
    border: 1px solid #e2dac6;
    border-radius: 8px;
    padding: 12px 20px;
  }

  .matcha-help-text {
    margin: 0;
    color: #000;
    font-size: 14px;
  }

  .matcha-help-text .glyphicon {
    color: #c89d1d;
    margin-right: 5px;
  }

.reviews-section {
        margin-top: 40px;
    padding: 40px 0;
  }

  .reviews-subtitle {
    color: #c89d1d;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
  }

  .reviews-title {
    color: #222;
    margin-top: 20px !important;
    font-family: 'Fraunces', serif !important;
    font-weight: 600 !important;
    font-size: clamp(30px, 4.2vw, 50px) !important;
  }

  .reviews-divider {
    width: 60px;
    height: 3px;
    background-color: #c89d1d;
    margin: 0 auto;
  }

  .margin-bottom-lg {
    margin-bottom: 30px;
  }

  #reviews-carousel {
    position: relative;
    padding: 0 15px;
  }

  .carousel-inner {
    padding: 10px 30px 20px 30px;
  }

  .review-card {
    border: 1px solid #e2e2e2;
    border-radius: 12px;
    margin-bottom: 15px;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    min-height: 385px;
  }

  .review-card .panel-body {
    padding: 20px 15px;
  }

  .avatar-circle {
    width: 50px;
    height: 50px;
    background-color: #c89d1d;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 50px;
    border-radius: 50%;
    margin-bottom: 10px;
  }

  .reviewer-name {
    margin: 0 0 5px 0;
    font-weight: 700;
    color: #333;
    font-size: 16px;
  }

  .star-rating {
    color: #c89d1d;
    font-size: 17px;
    margin-bottom: 12px;
  }

  .review-text {
    color: #000;
    font-size: 17px;
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 15px;
    min-height: 60px;
  }

  .review-meta {
    margin-bottom: 12px;
  }

  .label-theme {
    background-color: rgba(200, 157, 29, 0.12);
    color: #c89d1d;
    border: 1px solid rgba(200, 157, 29, 0.3);
    font-weight: 600;
    font-size: 10px;
    margin: 1px;
    padding: 4px 6px;
    display: inline-block;
  }

  .review-extra {
    border-top: 1px solid #f0f0f0;
    padding-top: 10px;
    margin-top: 5px;
    font-size: 11px;
  }

  .carousel-control {
    width: 38px;
    height: 38px;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    background-image: none !important;
    opacity: 1;
  }

  .carousel-control.left {
    left: -5px;
  }

  .carousel-control.right {
    right: -5px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: static;
    margin-top: 0;
    font-size: 16px;
    background: #ffffff;
    color: #c89d1d;
    width: 38px;
    height: 38px;
    line-height: 36px;
    border-radius: 50%;
    border: 1px solid #c89d1d;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease;
  }

  .carousel-control:hover .glyphicon-chevron-left,
  .carousel-control:hover .glyphicon-chevron-right {
    background-color: #c89d1d;
    color: #ffffff;
  }

  .carousel-indicators {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }

  .carousel-indicators li {
    border-color: #c89d1d;
    background-color: #fff;
    width: 10px;
    height: 10px;
    margin: 1px;
  }

  .carousel-indicators .active {
    background-color: #c89d1d;
    width: 12px;
    height: 12px;
    margin: 0;
  }

  @media (max-width: 767px) {
    .carousel-inner {
      padding: 10px 5px 10px 5px;
    }

    .review-card {
      min-height: auto;
    }

    .carousel-control.left {
      left: -10px;
    }

    .carousel-control.right {
      right: -10px;
    }
  }

.matcha-brampton {
    display: block !important;
    width: 100% !important;
    float: none !important;
  }

  .matcha-menu-v2 {
    padding-top: 40px !important;
    padding-bottom: 30px !important;
    display: block !important;
    width: 100% !important;
    max-width: 1180px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
    box-sizing: border-box !important;
  }

  .matcha-menu-v2,
  .matcha-menu-v2 * {
    box-sizing: border-box !important;
  }

  .matcha-menu-v2 .theme-color {
    color: #c89d1d !important;
  }

  .mmv2-intro {
    max-width: 560px;
    margin: 10px auto 0 auto !important;
    color: #000;
    font-size: 15px;
    line-height: 1.6;
    display: block !important;
    float: none !important;
    width: 100% !important;
  }

  .mmv2-category {
    display: block !important;
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-top: 46px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mmv2-category:first-of-type {
    margin-top: 34px !important;
  }

  .mmv2-cat-head {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    width: 100% !important;
    float: none !important;
    gap: 16px;
    margin-bottom: 22px !important;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(200, 157, 29, 0.28);
    text-align: left !important;
  }

  .mmv2-cat-icon {
    flex: 0 0 46px !important;
    width: 46px;
    height: 46px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    background: rgba(200, 157, 29, 0.12);
    border: 1px solid rgba(200, 157, 29, 0.35);
    border-radius: 50%;
  }

  .mmv2-cat-head .mmv2-cat-text {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    text-align: left !important;
  }

  .mmv2-cat-head h3 {
    margin: 0 0 2px 0 !important;
    font-family: 'Fraunces', serif;
    font-weight: 600;
    font-size: 22px;
    color: #23291f;
    text-align: left !important;
    float: none !important;
  }

  .mmv2-cat-head p {
    margin: 0 !important;
    font-size: 13.5px;
    color: #000;
    text-align: left !important;
    float: none !important;
  }

  .mmv2-grid {
    display: grid !important;
    width: 100% !important;
    float: none !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 22px;
  }

  .mmv2-grid-4 {
    grid-template-columns: repeat(4, 1fr) !important;
  }

  .mmv2-grid-2 {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .mmv2-card {
    background: #ffffff;
    /*border: 1px solid #ece7d9;*/
    /*border-radius: 14px;*/
    overflow: hidden;
    /*box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);*/
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    display: flex !important;
    flex-direction: column !important;
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .mmv2-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 30px rgba(200, 157, 29, 0.18);
    border-color: #c89d1d;
  }

  .mmv2-card-img {
    height:400px;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100% !important;
    float: none !important;
  }

  .mmv2-card-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.18) 100%);
  }

  .mmv2-card-wide .mmv2-card-img {
    /*height: 170px;*/
  }

  .mmv2-card-body {
    padding: 16px 18px 18px 18px !important;
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    float: none !important;
  }

  .mmv2-card-top {
    display: flex !important;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 8px !important;
    width: 100% !important;
    float: none !important;
  }

  .mmv2-card-top h4 {
    margin: 0 !important;
    font-family: 'Fraunces', serif;
    font-weight: 600;
    font-size: 17px;
    color: #23291f;
    line-height: 1.3;
    float: none !important;
  }

  .mmv2-price {
    flex: 0 0 auto !important;
    background: #c89d1d;
    color: #ffffff !important;
    font-size: 17px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 20px;
    white-space: nowrap;
    float: none !important;
  }

  .mmv2-card-body p {
    margin: 0 !important;
    color: #000;
    font-size: 13.5px;
    line-height: 1.55;
    float: none !important;
    width: 100% !important;
  }

  @media (max-width: 991px) {
    .mmv2-grid-4 {
      grid-template-columns: repeat(2, 1fr) !important;
    }
  }

  @media (max-width: 600px) {

    .mmv2-grid,
    .mmv2-grid-4,
    .mmv2-grid-2 {
      grid-template-columns: 1fr !important;
    }

    .mmv2-cat-head {
      gap: 12px;
    }

    .mmv2-cat-icon {
      flex: 0 0 40px !important;
      width: 40px;
      height: 40px;
      font-size: 18px;
    }

    .mmv2-cat-head h3 {
      font-size: 19px;
    }

    .mmv2-category {
      margin-top: 34px !important;
    }
  }

.matcha-menu-section {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .theme-color {
    color: #c89d1d !important;
  }

  .bg-theme {
    background-color: #c89d1d !important;
    color: #ffffff !important;
  }

  .border-theme {
    border-color: #c89d1d !important;
  }

  .category-title {
    color: #c89d1d;
    border-bottom: 1px solid #c89d1d45;
    padding-bottom: 8px;
    margin-bottom: 25px;
    margin-top: 30px;
    font-weight: 700;
  }

  .menu-card {
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    background: #fff;
    overflow: hidden;
  }

  .menu-card:hover {
    box-shadow: 0 4px 15px rgba(200, 157, 29, 0.2);
    border-color: #c89d1d;
  }

  .menu-card .panel-body {
    padding: 15px;
  }

  .item-title {
    margin: 0;
    font-weight: 700;
  }

  .item-desc {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .item-price {
    background-color: #c89d1d;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 4px;
  }

  .category-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .category-img-sm {
    height: 110px;
  }

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,600;1,9..144,500&family=Work+Sans:wght@400;500;600&family=DM+Mono:wght@400;500&display=swap');

  .mu-hero {
    position: relative;
    min-height: 82vh;
    display: flex;
    align-items: flex-end;
    color: #FBF3E4;
    overflow: hidden;
    background: #20291a;
  }

  .mu-hero-bg {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(1.06);
    animation: mu-bg-in 1.4s ease-out forwards;
  }

  @keyframes mu-bg-in {
    from {
      transform: scale(1.14);
      opacity: 0;
    }

    to {
      transform: scale(1.06);
      opacity: 1;
    }
  }

  .mu-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(20, 24, 14, 0.35) 0%, rgba(20, 24, 14, 0.55) 55%, rgba(20, 24, 14, 0.86) 100%);
  }

  .mu-hero-whisk {
    position: absolute;
    top: 8%;
    right: -4%;
    width: 340px;
    height: 340px;
    opacity: 0.14;
    stroke: #E7C878;
    fill: none;
    stroke-width: 2;
    pointer-events: none;
  }

  .mu-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 1180px;
    margin: 0 auto;
    padding: 150px 32px 64px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
  }

  .mu-hero-text {
    flex: 1 1 520px;
    min-width: 0;
  }

  .mu-hero-coffee-col {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-self: center;
  }

  .mu-hero-coffee {
    position: relative;
    width: 220px;
    height: 220px;
    opacity: 0;
    animation:
      mu-rise .9s ease-out .5s forwards,
      mu-float 5s ease-in-out 1.4s infinite;
  }

  .mu-hero-coffee-img {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 4px solid rgba(251, 243, 228, 0.85);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  }

  .mu-hero-coffee-ring {
    position: absolute;
    inset: -16px;
    border-radius: 50%;
    border: 1.5px dashed rgba(231, 200, 120, 0.55);
    animation: mu-spin 22s linear infinite;
  }

  .mu-hero-coffee-ring-2 {
    inset: -30px;
    border-color: rgba(251, 243, 228, 0.25);
    animation: mu-spin 30s linear infinite reverse;
  }

  @keyframes mu-float {

    0%,
    100% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(-16px);
    }
  }

  @keyframes mu-spin {
    from {
      transform: rotate(0deg);
    }

    to {
      transform: rotate(360deg);
    }
  }

  @media (max-width:860px) {
    .mu-hero-inner {
      flex-direction: column;
      align-items: flex-start;
      padding-top: 130px;
    }

    .mu-hero-coffee-col {
      align-self: center;
      margin-top: 12px;
    }

    .mu-hero-coffee {
      width: 160px;
      height: 160px;
    }
  }

  @media (max-width:600px) {
    .mu-hero-coffee-col {
      display: none;
    }
  }

  .mu-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'DM Mono', monospace;
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #E7C878;
    margin-bottom: 18px;
    opacity: 0;
    animation: mu-rise .7s ease-out .15s forwards;
  }

  .mu-eyebrow::before {
    content: "";
    width: 22px;
    height: 1px;
    background: #E7C878;
    display: inline-block;
  }

  .mu-breadcrumb {
    list-style: none;
    display: flex;
    gap: 8px;
    font-family: 'DM Mono', monospace;
    font-size: 11.5px;
    letter-spacing: 0.04em;
    color: rgba(251, 243, 228, 0.62);
    margin-bottom: 26px;
    opacity: 0;
    animation: mu-rise .7s ease-out .05s forwards;
  }

  .mu-breadcrumb li+li::before {
    content: "/";
    margin-right: 8px;
    opacity: .6;
  }

  .mu-breadcrumb a {
    color: rgba(251, 243, 228, 0.62);
    text-decoration: none;
  }

  .mu-breadcrumb a:hover {
    color: #FBF3E4;
  }

  .mu-breadcrumb li[aria-current] {
    color: rgba(251, 243, 228, 0.85);
  }

  .mu-hero h1 {
    font-family: 'Fraunces', serif;
    font-weight: 600;
    font-size: clamp(30px, 4.2vw, 50px);
    line-height: 1.08;
    letter-spacing: -0.01em;
    color: #FBF3E4;
    margin-bottom: 22px;
  }

  .mu-hero p {
    font-size: 17px;
    line-height: 1.75;
    color: rgba(251, 243, 228, 0.88);
    margin-bottom: 16px;
    opacity: 0;
    animation: mu-rise .8s ease-out forwards;
  }

  .mu-hero-text h1 {
    opacity: 0;
    animation: mu-rise .8s ease-out .25s forwards;
  }

  .mu-hero p:nth-of-type(1) {
    animation-delay: .35s;
  }

  .mu-hero p:nth-of-type(2) {
    animation-delay: .45s;
  }

  .mu-hero p:nth-of-type(3) {
    animation-delay: .55s;
  }

  .mu-hero p:nth-of-type(4) {
    animation-delay: .65s;
  }

  @keyframes mu-rise {
    from {
      opacity: 0;
      transform: translateY(16px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .mu-hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
    opacity: 0;
    animation: mu-rise .8s ease-out .78s forwards;
  }

  .mu-btn {
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.02em;
    padding: 14px 28px;
    border-radius: 2px;
    border: 1px solid transparent;
    text-decoration: none;
    display: inline-block;
    transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
  }

  .mu-btn-primary {
    background: #c89d1d;
    color: #FBF3E4;
  }

  .mu-btn-primary:hover {
    background: #c89d1d;
    color:white;
    transform: translateY(-2px);
  }

  .mu-btn-outline {
    background: transparent;
    border-color: rgba(251, 243, 228, 0.55);
    color: #FBF3E4;
  }

  .mu-btn-outline:hover {
    background: rgba(251, 243, 228, 0.12);
    border-color: #FBF3E4;
    transform: translateY(-2px);
  }

  .mu-btn-ghost {
    background: transparent;
    border-color: transparent;
    color: #E7C878;
    padding-left: 6px;
    padding-right: 6px;
  }

  .mu-btn-ghost:hover {
    color: #FBF3E4;
  }

  .mu-btn-ghost::after {
    content: " →";
  }

  @media (max-width:600px) {
    .mu-hero {
      min-height: 92vh;
    }

    .mu-hero-inner {
      padding: 120px 20px 48px;
    }

    .mu-hero-whisk {
      width: 300px;
      height: 300px;
      top: 4%;
      right: -10%;
    }
  }

  @media (prefers-reduced-motion: reduce) {

    .mu-hero-bg,
    .mu-eyebrow,
    .mu-breadcrumb,
    .mu-hero h1,
    .mu-hero p,
    .mu-hero-ctas,
    .mu-hero-coffee,
    .mu-hero-coffee-ring {
      animation: none !important;
      opacity: 1 !important;
      transform: none !important;
    }
  }

#mu-about-us>.container,
  .matcha-brampton>.container,
  .reviews-section>.container,
  #mu-menu>.container,
  .matcha-guide-section>.container,
  .sukoon-content-section>.container,
  .sukoon-why-section>.container,
  .sukoon-cta-section>.container {
    max-width: 1180px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 32px !important;
    padding-right: 32px !important;
    box-sizing: border-box !important;
    float: none !important;
  }

  @media (max-width: 767px) {

    #mu-about-us>.container,
    .matcha-brampton>.container,
    .reviews-section>.container,
    #mu-menu>.container,
    .matcha-guide-section>.container,
    .sukoon-content-section>.container,
    .sukoon-why-section>.container,
    .sukoon-cta-section>.container {
      padding-left: 16px !important;
      padding-right: 16px !important;
    }
  }

#mu-about-us {
    background-color: #fdfbf7 !important;
  }

  .matcha-brampton {
    background-color: #ffffff !important;
  }

  .reviews-section {
    background-color: #f7f4ea !important;
  }

  #mu-menu {
      margin-top: 50px;
  }

  .matcha-guide-section {
    background-color: #f3efe1 !important;
  }

  #location-block {
    background-color: #fdfbf7 !important;
  }

  #other-drinks-block {  
    background-color: #f6f1e6 !important;
  }

  .sukoon-why-section {
    background-color: #ffffff !important;
  }

  .sukoon-cta-section {
    background-color: #f0ece0 !important;
  }
  img.glightbox.w-100.object-fit-cover.d-block {
    border-radius: 20px;
    padding: 5px;
    width: 100%;
    height: 380px !important;
}
@media (max-width: 767px) {
    img.glightbox.w-100.object-fit-cover.d-block {
        border-radius: 20px;
        padding: 5px;
        width: 100%;
        height: 100% !important;
    }
}
#mu-about-us h2,
  .matcha-brampton h2,
  .reviews-section h2,
  .matcha-guide-section h2,
  .sukoon-content-section h2,
  .sukoon-why-section h2,
  .sukoon-cta-section h2,
  section h2 {
    font-family: 'Fraunces', serif !important;
    font-weight: 600 !important;
    font-size: clamp(30px, 4.2vw, 50px) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.01em !important;
  }
 
  /* ---- Slider wrapper: arrows sit left/right of the track ---- */
  .mmv2-slider-wrap {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
  }

  /* ---- Scrollable track: native swipe on touch devices + JS-driven buttons ---- */
  .mmv2-slider-track {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 4px 2px 14px;
    flex: 1;
    /* hide scrollbar cross-browser */
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .mmv2-slider-track::-webkit-scrollbar { display: none; }

  .mmv2-slider-item {
    flex: 0 0 auto;
    scroll-snap-align: start;
    width: 78%;         /* mobile: ~1 card + peek of next */
    max-width: 260px;
  }

  @media (min-width: 576px) {
    .mmv2-slider-item { width: 46%; }   /* small tablets: ~2 cards */
  }
  @media (min-width: 768px) {
    .mmv2-slider-item { width: 31%; }   /* tablets: ~3 cards */
  }
  @media (min-width: 992px) {
    .mmv2-slider-item { width: 23%; }   /* desktop: 4 cards */
  }

  .mmv2-slider-item .mmv2-card {
    height: 100%;
  }

  /* ---- Prev/Next buttons ---- */
  .mmv2-slider-btn {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #e2e2e2;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
    transition: background .2s ease, transform .15s ease;
    z-index: 2;
  }
  .mmv2-slider-btn:hover { background: #f5f5f5; }
  .mmv2-slider-btn:active { transform: scale(0.94); }
  .mmv2-slider-btn:disabled {
    opacity: 0.35;
    cursor: default;
    box-shadow: none;
  }

  /* On small screens keep the buttons compact and let the track breathe */
  @media (max-width: 575px) {
    .mmv2-slider-btn { width: 34px; height: 34px; }
    .mmv2-slider-wrap { gap: 4px; }
  }
  .mu-title {
  
  margin-top: 40px !important;       
  display: inline;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}


