/*!==============================
 * Theme Name: Stack
 * Theme URL: https://mabootstrap.com/resto-free-restaurant-responsive-bootstrap-website-template
 * Author: mabootstrap.com
 * Author URL: https://mabootstrap.com
 * License: Released for free under the Creative Commons Attribution 3.0 license (mabootstrap.com/license)
 */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?1z9v6x");
  src: url("../fonts/icomoon/icomoon.eot?1z9v6x#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?1z9v6x") format("truetype"), url("../fonts/icomoon/icomoon.woff?1z9v6x") format("woff"), url("../fonts/icomoon/icomoon.svg?1z9v6x#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

html {
  overflow-x: hidden;
}

body {
  background: #E4E4E4;
  color: #4a4a4a;
  line-height: 24px;
  font-size: 15px;
  font-family: "Poppins", "Open Sans", Arial, sans-serif;
}

/* Remove body padding on desktop - keep menu in same position */
@media screen and (max-width: 768px) {
  body.scrolled {
    padding-top: 100px !important;
  }
}

h1, h2, h3, h4, h5 {
  color: #333333;
  line-height: 1.5;
  font-family: "Playfair Display", "Pinyon Script", Georgia, serif;
  font-weight: 600;
}

h6 {
  color: #333333;
  line-height: 1.5;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1em;
}

h1 {
  font-size: 46px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
}

h2 {
  font-size: 36px;
  font-family: "Playfair Display", serif;
  font-weight: 600;
}

h3 {
  font-size: 28px;
  font-family: "Playfair Display", serif;
  font-weight: 600;
}

h4 {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

h5, h6 {
  font-size: 14px;
}

p, ul, ol {
  margin-bottom: 30px;
}

a {
  -webkit-transition: .3s all;
  transition: .3s all;
  color: #b13630;
}

a:hover, a:focus, a:active {
  color: #ff9725;
  text-decoration: none;
}

.hero-text-heading, .mabootstrap-hero h1 {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 0;
  line-height: 64px;
  color: white;
  font-family: "Playfair Display", serif;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
  .hero-text-heading, .mabootstrap-hero h1 {
    font-size: 40px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 480px) {
  .hero-text-heading, .mabootstrap-hero h1 {
    font-size: 30px;
  }
}

.hero-text-subheading, .mabootstrap-hero p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
}

.hero-text-subheading:last-child, .mabootstrap-hero p:last-child {
  margin-bottom: 0;
}

.mabootstrap-navbar {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  margin-bottom: 0px;
  background: none;
  -webkit-transition: .3s all;
  transition: .3s all;
}

@media screen and (max-width: 768px) {
  .mabootstrap-navbar {
    background: white;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  }
}

.mabootstrap-navbar .navbar-toggle:focus,
.mabootstrap-navbar .navbar-toggle:hover {
  background-color: transparent;
}

.mabootstrap-navbar .navbar-toggle {
  border: none;
}

.mabootstrap-navbar .navbar-toggle span.icon-bar {
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.mabootstrap-navbar .navbar-toggle span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}

.mabootstrap-navbar .navbar-toggle span:nth-child(3) {
  opacity: 0;
}

.mabootstrap-navbar .navbar-toggle span:nth-child(4) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}

.mabootstrap-navbar .navbar-toggle.collapsed span:nth-child(2),
.mabootstrap-navbar .navbar-toggle.collapsed span:nth-child(4) {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.mabootstrap-navbar .navbar-toggle.collapsed span:nth-child(3) {
  opacity: 1;
}

.mabootstrap-navbar .parent-nav-link-padding, .mabootstrap-navbar .navbar-brand, .mabootstrap-navbar .navbar-nav > li > a {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  margin-left: 10px;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .mabootstrap-navbar .parent-nav-link-padding, .mabootstrap-navbar .navbar-brand, .mabootstrap-navbar .navbar-nav > li > a {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}

.mabootstrap-navbar .dropdown-header {
  color: rgba(255, 255, 255, 0.2);
  padding-left: 10px;
  text-transform: uppercase;
}

.mabootstrap-navbar .dropdown > a {
  padding-right: 10px !important;
  position: relative;
  display: block;
}

@media screen and (max-width: 480px) {
  .mabootstrap-navbar .dropdown > a {
    display: block;
    padding-right: 0px;
  }
}

.mabootstrap-navbar .dropdown > a:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 0;
  margin-right: -10px;
  margin-top: -11px;
  content: "\e924";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: .3s all;
  transition: .3s all;
}

@media screen and (max-width: 768px) {
  .mabootstrap-navbar .dropdown > a:before {
    color: rgba(0, 0, 0, 0.2);
  }
}

.mabootstrap-navbar .dropdown > a:hover:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mabootstrap-navbar .dropdown.open > a, .mabootstrap-navbar .dropdown:hover > a, .mabootstrap-navbar .dropdown:focus > a, .mabootstrap-navbar .dropdown:active > a {
  -webkit-transition: .3s all;
  transition: .3s all;
}

.mabootstrap-navbar .dropdown.open > a:before, .mabootstrap-navbar .dropdown:hover > a:before, .mabootstrap-navbar .dropdown:focus > a:before, .mabootstrap-navbar .dropdown:active > a:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mabootstrap-navbar .dropdown > .dropdown-menu > li a {
  padding: 10px;
  color: rgba(255, 255, 255, 0.8);
}

.mabootstrap-navbar .dropdown > .dropdown-menu > li a:hover {
  border-top: none;
  background: #ffffff;
  color: #85C8DD;
}

.mabootstrap-navbar .dropdown > .dropdown-menu > li.open > a, .mabootstrap-navbar .dropdown > .dropdown-menu > li:hover > a, .mabootstrap-navbar .dropdown > .dropdown-menu > li:focus > a, .mabootstrap-navbar .dropdown > .dropdown-menu > li:active > a {
  border-top: none;
  color: #85C8DD;
  background: #ffffff;
}

.mabootstrap-navbar .dropdown > .dropdown-menu > li.dropdown-submenu.open > a, .mabootstrap-navbar .dropdown > .dropdown-menu > li.dropdown-submenu:hover > a, .mabootstrap-navbar .dropdown > .dropdown-menu > li.dropdown-submenu:focus > a, .mabootstrap-navbar .dropdown > .dropdown-menu > li.dropdown-submenu:active > a {
  border-top: none;
}

.mabootstrap-navbar .dropdown > .dropdown-menu > li.dropdown-submenu.open > a:before, .mabootstrap-navbar .dropdown > .dropdown-menu > li.dropdown-submenu:hover > a:before, .mabootstrap-navbar .dropdown > .dropdown-menu > li.dropdown-submenu:focus > a:before, .mabootstrap-navbar .dropdown > .dropdown-menu > li.dropdown-submenu:active > a:before {
  color: #333333;
}

.mabootstrap-navbar .dropdown > .dropdown-menu > li.active > a {
  color: #ffffff;
}

.mabootstrap-navbar .navbar-right .dropdown-menu {
  right: auto;
}

.mabootstrap-navbar .dropdown-menu {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #85C8DD;
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
  min-width: 200px;
  white-space: normal;
  word-wrap: break-word;
}

.mabootstrap-navbar .dropdown-menu a {
  white-space: normal;
}

@media screen and (max-width: 768px) {
  .mabootstrap-navbar .dropdown-menu {
    width: 100%;
    padding: 10px 15px;
  }
  .mabootstrap-navbar .dropdown-menu a {
    color: #ffffff;
  }
}

/* Main navbar brand - now hidden as we use navbar-brand-top */
.mabootstrap-navbar .navbar-brand {
  display: none;
}

/* Logo in top header - fixed position */
.navbar-brand-top {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-size: 30px;
  text-transform: uppercase;
  background: url('../img/madhuri_logo.png') no-repeat left center;
  background-size: contain;
  width: 280px;
  height: 70px;
  text-indent: -999999px;
  display: block;
  -webkit-transition: .2s all;
  transition: .2s all;
  position: relative;
  z-index: 1000;
}

@media screen and (max-width: 768px) {
  .mabootstrap-navbar .navbar-brand {
    top: 5px !important;
    background-position: left center;
    background-size: contain;
    width: 250px;
    height: 80px;
  }
}

@media screen and (max-width: 480px) {
  .mabootstrap-navbar .navbar-brand {
    top: 6px !important;
    width: 200px;
    height: 65px;
  }
}

/* High resolution displays - only apply on actual high-DPI screens, not regular desktop */
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), 
       only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 768px), 
       only screen and (min-device-pixel-ratio: 2) and (max-width: 768px), 
       only screen and (min-resolution: 192dpi) and (max-width: 768px), 
       only screen and (min-resolution: 2dppx) and (max-width: 768px) {
  .mabootstrap-navbar .navbar-brand {
    position: relative;
    width: 200px;
    height: 60px;
    background: url(../img/madhuri_logo.png) no-repeat left center;
    background-size: contain;
  }
}

/* Main menu bar - separate below stripbar */
.main-menu-bar {
  background: #b13630;
  padding: 0;
  min-height: 45px;
  width: 100%;
  position: relative;
  z-index: 999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
}

/* Desktop: ALWAYS keep main menu bar visible - no changes when scrolling */
@media screen and (min-width: 769px) {
  .mabootstrap-navbar.scrolled .main-menu-bar {
    display: block !important;
    visibility: visible !important;
    position: relative !important;
    opacity: 1 !important;
  }
}

/* Mobile only: Disable ALL scroll effects */
@media screen and (max-width: 768px) {
  /* Keep main menu bar visible */
  .mabootstrap-navbar.scrolled .main-menu-bar {
    display: block !important;
    visibility: visible !important;
  }
  
  /* Disable all scroll behavior */
  .mabootstrap-navbar {
    position: absolute !important;
  }
  
  .mabootstrap-navbar.scrolled {
    position: absolute !important;
  }
  
  .mabootstrap-navbar.scrolled .stripbar {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: auto !important;
    box-shadow: none !important;
    background: #ffffff !important;
  }
  
  /* No body padding changes */
  body.scrolled {
    padding-top: 0 !important;
  }
  
  /* No changes to stripbar or main-menu-bar when scrolled */
  .mabootstrap-navbar.scrolled .stripbar,
  .mabootstrap-navbar.scrolled .main-menu-bar {
    background: inherit !important;
    padding: inherit !important;
  }
}

.main-menu-bar .main-menu-nav {
  margin-right: 0;
  padding-right: 20px;
  float: right;
  margin-top: 0;
  margin-bottom: 0;
}

.main-menu-bar .main-menu-nav > li > a {
  color: white;
  font-size: 15px;
  padding: 12px 20px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  position: relative;
  background: transparent;
  line-height: 1.5;
}

.main-menu-bar .main-menu-nav > li > a:hover,
.main-menu-bar .main-menu-nav > li.active > a {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 768px) {
  .main-menu-bar {
    min-height: auto;
    padding: 10px 0;
  }
  
  .main-menu-bar .main-menu-nav {
    float: none;
    text-align: center;
    padding-right: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  
  .main-menu-bar .main-menu-nav > li {
    display: inline-block;
    float: none;
    margin: 0 2px;
  }
  
  .main-menu-bar .main-menu-nav > li > a {
    padding: 10px 12px;
    font-size: 13px;
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .main-menu-bar .main-menu-nav > li > a {
    padding: 8px 8px;
    font-size: 12px;
  }
}

/* Original navbar nav styles - keep for compatibility */
.mabootstrap-navbar .navbar-nav > li > a {
  color: white;
  font-size: 16px;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding-left: 8px !important;
  padding-right: 8px !important;
}

@media screen and (max-width: 768px) {
  .mabootstrap-navbar .navbar-nav > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    color: rgba(0, 0, 0, 0.7);
  }
}

.mabootstrap-navbar .navbar-nav > li > a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.mabootstrap-navbar .navbar-nav > li > a:hover, .mabootstrap-navbar .navbar-nav > li > a:focus, .mabootstrap-navbar .navbar-nav > li > a:active {
  color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 768px) {
  .mabootstrap-navbar .navbar-nav > li > a:hover, .mabootstrap-navbar .navbar-nav > li > a:focus, .mabootstrap-navbar .navbar-nav > li > a:active {
    color: rgba(0, 0, 0, 0.7);
  }
}

.mabootstrap-navbar .navbar-nav > li.open > a:hover, .mabootstrap-navbar .navbar-nav > li.open > a:focus, .mabootstrap-navbar .navbar-nav > li.open > a {
  background: none;
}

.mabootstrap-navbar .navbar-nav > li.active > a {
  background: none;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .mabootstrap-navbar .navbar-nav > li.active > a {
    color: rgba(0, 0, 0, 0.7);
  }
}

.mabootstrap-navbar .navbar-nav > li.active > a:active, .mabootstrap-navbar .navbar-nav > li.active > a:focus, .mabootstrap-navbar .navbar-nav > li.active > a:hover {
  background: none;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .mabootstrap-navbar .navbar-nav > li.active > a:active, .mabootstrap-navbar .navbar-nav > li.active > a:focus, .mabootstrap-navbar .navbar-nav > li.active > a:hover {
    color: rgba(0, 0, 0, 0.7);
  }
}

.mabootstrap-navbar .navbar-nav > li > .dropdown-menu:before {
  border: 1px solid #85C8DD;
  content: "";
  position: absolute;
  top: -20px;
  left: 40px;
  border-color: rgba(133, 200, 221, 0);
  border-bottom-color: #85C8DD;
  border-width: 10px;
  margin-left: -10px;
}

@media screen and (max-width: 768px) {
  .mabootstrap-navbar .navbar-nav > li > .dropdown-menu:before {
    display: none;
  }
}

.mabootstrap-navbar .navbar-nav .dropdown li.active > a {
  background: none;
}

.mabootstrap-navbar .navbar-nav.active > a {
  color: #b13630 !important;
}

.mabootstrap-navbar .dropdown-submenu {
  position: relative;
}

.mabootstrap-navbar .dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.mabootstrap-navbar .dropdown-submenu > a {
  display: block;
}

.mabootstrap-navbar .dropdown-submenu > a:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 0;
  margin-right: 10px;
  margin-top: -11px;
  content: "\e926";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: .3s all;
  transition: .3s all;
}

@media screen and (max-width: 768px) {
  .mabootstrap-navbar .dropdown-submenu > a:before {
    color: rgba(0, 0, 0, 0.2);
  }
}

.mabootstrap-navbar .dropdown-submenu > a:hover:before {
  color: rgba(0, 0, 0, 0.3);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (max-width: 480px) {
  .mabootstrap-navbar .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}

/* Ensure navbar stays fixed */
.mabootstrap-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1030;
}

/* DESKTOP: Completely disable all scrolled effects - menu stays exactly the same */
@media screen and (min-width: 769px) {
  /* Override any scrolled state - keep everything as is */
  .mabootstrap-navbar.scrolled {
    background: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  
  /* Keep all padding the same */
  .mabootstrap-navbar.scrolled .parent-nav-link-padding, 
  .mabootstrap-navbar.scrolled .navbar-nav > li > a {
    padding-top: inherit !important;
    padding-bottom: inherit !important;
  }
  
  .mabootstrap-navbar.scrolled .navbar-brand {
    padding-top: inherit !important;
    padding-bottom: inherit !important;
    top: inherit !important;
    position: inherit !important;
  }
  
  /* Keep colors the same - white text */
  .mabootstrap-navbar.scrolled .navbar-nav > li > a {
    color: white !important;
  }
  
  .mabootstrap-navbar.scrolled .navbar-nav > li > a:hover {
    color: rgba(255, 255, 255, 0.7) !important;
  }
  
  .mabootstrap-navbar.scrolled .navbar-nav > li.active > a {
    color: #ffffff !important;
  }
  
  .mabootstrap-navbar.scrolled .header-address h6,
  .mabootstrap-navbar.scrolled .header-address h6 a {
    color: #fff !important;
  }
  
  .mabootstrap-navbar.scrolled .dropdown > a:before {
    color: rgba(255, 255, 255, 0.5) !important;
  }
  
  /* No body padding change */
  body.scrolled {
    padding-top: 0 !important;
  }
}

/* Mobile only: Apply scrolled state changes */
@media screen and (max-width: 768px) {
  .mabootstrap-navbar.scrolled {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .mabootstrap-navbar.scrolled .parent-nav-link-padding, 
  .mabootstrap-navbar.scrolled .navbar-nav > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .mabootstrap-navbar.scrolled .navbar-brand {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

/* Mobile only: Scrolled state changes */
@media screen and (max-width: 768px) {
  .mabootstrap-navbar.scrolled .navbar-brand {
    top: 5px !important;
    background-position: left center;
    position: relative;
    left: auto;
  }

  .mabootstrap-navbar.scrolled .dropdown > a:before {
    color: rgba(0, 0, 0, 0.4);
  }

  .mabootstrap-navbar.scrolled .navbar-nav > li > a {
    color: #b13630;
  }

  .mabootstrap-navbar.scrolled .navbar-nav .header-address > li > h6 {
    color: #b13630 !important;
  }
  
  .mabootstrap-navbar.scrolled .navbar-nav > li > a:hover {
    color: #b13630 !important;
  }

  .mabootstrap-navbar.scrolled .navbar-nav > li.active > a {
    color: #b13630 !important;
  }
}

.container-fluid .navbar-brand {
  margin-left: 15px;
}

.container-fluid .dropdown-submenu {
  position: relative;
}

.container-fluid .dropdown-submenu .dropdown-menu {
  top: 0;
  left: auto;
  right: 100%;
  margin-top: -1px;
}

@media screen and (max-width: 480px) {
  .container-fluid .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}

.mabootstrap-hero {
  background-size: cover;
  background-position: center center;
}

.mabootstrap-hero > .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.mabootstrap-hero > .container {
  position: relative;
  z-index: 2;
}

.mabootstrap-hero .mabootstrap-hero-text {
  padding-top: 200px;
  padding-bottom: 200px;
}

@media screen and (max-width: 768px) {
  .mabootstrap-hero .mabootstrap-hero-text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.mabootstrap-hero.mabootstrap-sm-hero .mabootstrap-hero-text {
  padding-top: 150px;
  padding-bottom: 150px;
}

@media screen and (max-width: 768px) {
  .mabootstrap-hero.mabootstrap-sm-hero .mabootstrap-hero-text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.mabootstrap-hero.mabootstrap-xs-hero .mabootstrap-hero-text {
  padding-top: 90px;
  padding-bottom: 90px;
}

@media screen and (max-width: 768px) {
  .mabootstrap-hero.mabootstrap-xs-hero .mabootstrap-hero-text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.mabootstrap-hero .btn {
  position: relative;
  font-size: 18px;
  width: 200px;
}

@media screen and (max-width: 480px) {
  .mabootstrap-hero .btn {
    width: 100%;
    margin-bottom: 10px;
  }
}

.mabootstrap-hero .btn.btn-primary {
  text-transform: uppercase;
  padding: 15px 20px;
}

.mabootstrap-hero.mabootstrap-hero-colored {
  background: #b13630;
}

.mabootstrap-hero.mabootstrap-hero-colored h1 {
  color: white;
}

.mabootstrap-hero.mabootstrap-hero-colored p {
  color: rgba(255, 255, 255, 0.8);
}

.btn {
  border: none;
  border-radius: 30px;
  text-transform: uppercase;
  padding-left: 30px;
  padding-right: 30px;
}

.btn:active {
  -webkit-transition: .2s all;
  transition: .2s all;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn-lg {
  font-size: 14px;
  line-height: 1.5;
}

.btn.btn-primary {
  border: 1px solid #b13630;
  background: #b13630;
  color: #ffffff;
}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  background: #b13630;
}

.btn.btn-primary:focus, .btn.btn-primary:active {
  outline: none;
  border: 1px solid #b13630;
}

.btn.btn-ghost {
  background: transparent;
  border: 1px solid #b13630;
  color: #b13630;
}

.btn.btn-ghost:hover {
  background: #b13630;
  color: #ffffff;
}

.btn.btn-ghost:focus, .btn.btn-ghost:active {
  outline: none;
  background: transparent;
  color: #b13630;
  border: 1px solid #b13630;
}

section[data-section="menu"] {
  position: relative;
  margin-top: -140px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  section[data-section="menu"] {
    margin-top: 0;
  }
}

.mabootstrap-section {
  padding: 2em 0;
}

.mabootstrap-section.mabootstrap-border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mabootstrap-section.mabootstrap-border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mabootstrap-section > .container.mabootstrap-border-top {
  padding-top: 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mabootstrap-section.mabootstrap-bg-white {
  background: #ffffff;
}

@media screen and (max-width: 768px) {
  .mabootstrap-section {
    padding: 3em 0;
  }
}

.mabootstrap-section-bg {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 3em 0;
  position: relative;
  height: 600px;
  overflow: hidden;
}

/* Add mandala as a subtle background tint on the left */
.mabootstrap-section-bg::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 400px;
    height: 400px;
    background-image: url('../img/m_mandala.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    opacity: 0.15;
    z-index: 1;
    pointer-events: none;
}

.mabootstrap-section-bg .container {
    position: relative;
    z-index: 2;
}

/* Style for Discover headings in overlay sections */
.mabootstrap-section-bg .mabootstrap-heading .primary-heading {
  font-family: "Playfair Display", serif;
  color: #be1e2d;
  font-size: 58px;
  margin-bottom: 5px;
}

.mabootstrap-section-bg .mabootstrap-heading .secondary-heading {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: .05em;
  line-height: 1.3;
  margin-top: 0;
}

.mabootstrap-customsection-bg {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 3em 0;
  position: relative;
  height: 400px;
}

.pushtotop{
	    margin-top: -10%;
}

.mabootstrap-innerpagesection-bg {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 3em 0;
  position: relative;
  height: 500px;
}


@media screen and (max-width: 768px) {
  .mabootstrap-section-bg {
    padding: 3em 0;
    height: 300px;
  }
  
  .mabootstrap-customsection-bg {
    padding: 3em 0;
    height: 300px;
  }
  

  .mabootstrap-innerpagesection-bg {
    padding: 3em 0;
    height:auto;
  }
}

.mabootstrap-section-bg.overlay:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


.mabootstrap-customsection-bg.overlay:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mabootstrap-innerpagesection-bg.overlay:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.mabootstrap-section-bg .mabootstrap-heading {
  margin-top: 150px;
}

.mabootstrap-customsection-bg .mabootstrap-heading {
  margin-top: 10px;
}

.mabootstrap-innerpagesection-bg .mabootstrap-heading {
  margin-top: 150px;
}

/* Style for inner page headings */
.mabootstrap-innerpagesection-bg .mabootstrap-heading .primary-heading {
  font-family: "Playfair Display", serif;
  color: #be1e2d;
  font-size: 58px;
  margin-bottom: 5px;
}

.mabootstrap-innerpagesection-bg .mabootstrap-heading .secondary-heading {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: .05em;
  line-height: 1.3;
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .mabootstrap-section-bg .mabootstrap-heading {
    margin-top: 50px;
  } 
  .mabootstrap-customsection-bg .mabootstrap-heading {
    margin-top: 50px;
  }
  .mabootstrap-innerpagesection-bg {
    padding: 2.5em 0 !important;
    min-height: 300px !important;
    height: auto !important;
    display: flex !important;
    align-items: center !important;
  }
  
  .mabootstrap-innerpagesection-bg .mabootstrap-heading {
    margin-top: 30px !important;
    width: 100% !important;
  }
  
  .mabootstrap-innerpagesection-bg .mabootstrap-heading .primary-heading {
    font-size: 42px;
    margin-bottom: 5px;
  }
  
  .mabootstrap-innerpagesection-bg .mabootstrap-heading .secondary-heading {
    font-size: 36px;
    line-height: 1.3;
    margin-top: 0;
  }
  
  /* Ensure content is visible on tablet */
  .mabootstrap-innerpagesection-bg .mabootstrap-animate {
    opacity: 1 !important;
    visibility: visible !important;
  }
}

@media screen and (max-width: 480px) {
  .mabootstrap-innerpagesection-bg {
    padding: 2em 0 !important;
    min-height: 250px !important;
    height: auto !important;
    display: flex !important;
    align-items: center !important;
  }
  
  .mabootstrap-innerpagesection-bg .mabootstrap-heading {
    margin-top: 20px !important;
    width: 100% !important;
  }
  
  .mabootstrap-innerpagesection-bg .mabootstrap-heading .primary-heading {
    font-size: 32px !important;
    margin-bottom: 5px !important;
  }
  
  .mabootstrap-innerpagesection-bg .mabootstrap-heading .secondary-heading {
    font-size: 28px !important;
    line-height: 1.2 !important;
    margin-top: 0 !important;
  }
  
  /* Ensure content is visible on mobile */
  .mabootstrap-innerpagesection-bg .mabootstrap-animate {
    opacity: 1 !important;
    visibility: visible !important;
  }
}

.mabootstrap-footer {
  background-size: cover;
  background: #19232d;
  padding: 4em 0;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  overflow: hidden;
}

/* Add grey transparent mandala pattern to footer - left side */
/* Footer About Section Mandala (Orange, Right Side, Inverted) */
.footer-about-section::before {
  content: '';
  position: absolute;
  right: -105px;
  top: 50%;
  transform: translateY(-50%) scaleX(-1);
  width: 500px;
  height: 500px;
  background-image: url('../img/m_mandala.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  opacity: 0.15;
  z-index: 0;
  pointer-events: none;
}

.mabootstrap-footer::before {
  content: '';
  position: absolute;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
  width: 600px;
  height: 600px;
  background-image: url('../img/mandala_grey_transparant.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  opacity: 0.15;
  z-index: 0;
  pointer-events: none;
}

.mabootstrap-footer .container {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .mabootstrap-footer {
    padding: 2em 0;
  }
  
  /* Adjust mandala size on tablet/mobile */
  .footer-about-section::before {
    width: 350px;
    height: 350px;
    right: -80px;
    opacity: 0.1;
  }
  
  .mabootstrap-footer::before {
    width: 400px;
    height: 400px;
    opacity: 0.08;
  }
}

@media screen and (max-width: 480px) {
  /* Smaller mandala on mobile */
  .footer-about-section::before {
    width: 250px;
    height: 250px;
    right: -60px;
    opacity: 0.08;
  }
  
  .mabootstrap-footer::before {
    width: 300px;
    height: 300px;
    opacity: 0.06;
  }
}

.mabootstrap-footer h2 {
  font-size: 24px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #ffffff;

}


.mabootstrap-footer h3 {
  font-size: 18px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #ffffff;
}

.mabootstrap-footer h4 {
  font-size: 14px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #ffffff;
}

.mabootstrap-footer .mabootstrap-footer-widget {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .mabootstrap-footer .mabootstrap-footer-widget {
    margin-bottom: 20px;
  }
}

.mabootstrap-copyright {
  background: #fff;
  padding: 20px 0;
}

.mabootstrap-copyright a {
  color: #262626 ;
}

.mabootstrap-copyright a:hover {
  color: #b13630 ;
}

.mabootstrap-copyright p {
  font-size: 14px;
   color: #262626 ;
   font-weight:600;
}

.mabootstrap-copyright p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .mabootstrap-copyright p.copyright-text {
    margin-bottom: 20px;
  }
}

.mabootstrap-footer-social {
  padding: 0;
  margin: 0;
}

.mabootstrap-footer-social.right {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .mabootstrap-footer-social.right {
    text-align: left;
  }
}

.mabootstrap-footer-social li {
  display: inline;
  padding: 0;
  margin: 0;
  list-style: none;
}

.mabootstrap-footer-social li a {
  padding: 10px;
  font-size: 22px;
  transition: all 0.3s ease;
}

.mabootstrap-footer-social li a i {
  transition: transform 0.3s ease, color 0.3s ease;
}

.mabootstrap-footer-social li a:hover i {
  transform: scale(1.2);
}

.mabootstrap-footer-social li a .icon-yelp {
  color: #d32323;
}

.mabootstrap-footer-social li a:hover .icon-yelp {
  color: #ff0000;
}

.mabootstrap-footer-social li a .icon-facebook {
  color: #3b5998;
}

.mabootstrap-footer-social li a:hover .icon-facebook {
  color: #4267B2;
}

.mabootstrap-footer-social li:first-child > a {
  padding-left: 0;
}

.mabootstrap-block-image {
  background: #ffffff;
  margin-bottom: 30px;
}

.mabootstrap-block-image figure img {
  max-width: 100%;
}

.mabootstrap-block-image .text {
  padding: 20px;
}

.mabootstrap-block-image .text .date {
  display: block;
  color: #999999;
  font-size: 12px;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.mabootstrap-block-image .text h3 {
  margin: 0 0 10px 0;
  font-size: 20px;
}

.mabootstrap-block-image .text h3 a {
  color: #333333;
}

.mabootstrap-block-image .text h3 a:hover {
  color: #b13630;
}

.mabootstrap-block-image .text p:last-child {
  margin-bottom: 0;
}

.mabootstrap-custom-link {
  font-size: 16px;
  text-transform: uppercase;
  color: #333333;
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding-bottom: 5px;
}

.mabootstrap-custom-link.link-sm {
  font-size: 14px;
}

.mabootstrap-custom-link:before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #b13630;
  position: absolute;
  bottom: 0;
  z-index: 2;
  -webkit-transition: width .5s;
  transition: width .5s;
}

.mabootstrap-custom-link:after {
  z-index: 1;
  position: absolute;
  bottom: 0;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
}

.mabootstrap-custom-link:hover {
  color: #333333;
}

.mabootstrap-custom-link:hover:before {
  width: 100%;
  background: #b13630;
}

.image-wrap {
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 480px) {
  .image-wrap {
    width: 100%;
    height: 200px;
  }
}

.image-wrap .image-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.image-wrap .image-bg img {
  min-width: 100%;
  min-height: 100%;
}

.menus {
  padding: 0;
  margin: 0;
}

.menus li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
  display: block;
  position: relative;
}

.menus li .image, .menus li .text {
  display: table-cell;
  vertical-align: middle;
}

.menus li .image {
  width: 80px;
}

.menus li .image img {
 /* max-width: 80%;
  border-radius: 50%; */
      max-width: 100%;
    border-radius: 50%;
    margin-top: -14px;
}

.menus li .text {
  padding-left: 20px;
}

.menus li .text h3 {
  margin: 15px 0 0px 0;
  font-size: 19px;
  color: #262626;
  font-weight: 600;
  line-height: 1.4;
}
.menus li .text p {
  margin-top:10px;
  font-size: 14px;
  color: #282828;
  line-height: 1.6;
}

@media screen and (max-width: 992px) {
  .menus li .text h3 {
    font-size: 17px;
  }
  .menus li .text p {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .menus li .text h3 {
    margin-top: 0px;
    font-size: 16px;
  }
  .menus li .text p {
    font-size: 13px;
  }
}

@media screen and (max-width: 480px) {
  .menus li .text h3 {
    font-size: 15px;
  }
  .menus li .text p {
    font-size: 12px;
  }
}

.menus li .text .price {
  position: absolute;
  top: 15px;
  right: 0;
  font-size: 20px;
  color: #b13630;
}

@media screen and (max-width: 768px) {
  .menus li .text .price {
    top: 0px;
    position: relative;
    display: block;
    margin-bottom: 0px;
  }
}

.mabootstrap-cell-retro {
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* margin-top: -13%; */
  position: relative;
  
  -webkit-box-shadow: 10px 9px 150px 0px rgba(0,0,0,0.36);
-moz-box-shadow: 10px 9px 150px 0px rgba(0,0,0,0.36);
box-shadow: 10px 9px 150px 0px rgba(0,0,0,0.36);

}

.mabootstrap-cell-retro .half {
  width: 50%;
  float: left;
}

@media screen and (max-width: 768px) {
  .mabootstrap-cell-retro .half {
    width: 100%;
    margin-top: 0;
  }
}

.mabootstrap-cell {
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.mabootstrap-cell .image, .mabootstrap-cell .text {
  width: 50%;
}

@media screen and (max-width: 992px) {
  .mabootstrap-cell .image, .mabootstrap-cell .text {
    width: 100%;
  }
}

.mabootstrap-cell .image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 992px) {
  .mabootstrap-cell .image {
    height: 200px;
  }
}

.mabootstrap-cell .text {
  padding: 40px;
  position: relative;
  height: 262px
}

.mabootstrap-cell .text h3 {
  margin: 0 0 10px 0;
  font-size: 22px;
  text-transform: uppercase;
  color: #b13630;
}

.mabootstrap-cell .text p:last-child {
  font-size: 18px;
  margin-bottom: 0;
}

.mabootstrap-cell .text p.price {
  font-size: 20px;
  color: #b13630;
}

.mabootstrap-cell .text:before {
  z-index: 22;
  right: 100%;
  top: 15%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 225, 255, 0);
  border-right-color: #b13630;
  border-width: 12px;
  margin-top: -12px;
}

@media screen and (max-width: 768px) {
  .mabootstrap-cell .text:before {
    display: none;
  }
}

.mabootstrap-cell.reverse .image {
  position: absolute;
  right: 0;
  width: 50%;
  min-height: 100%;
}

@media screen and (max-width: 992px) {
  .mabootstrap-cell.reverse .image {
    position: relative;
    width: 100%;
  }
}

.mabootstrap-cell.reverse .text:before {
  z-index: 22;
  left: 100%;
  top: 15%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 225, 255, 0);
  border-left-color: #b13630;
  border-width: 12px;
  margin-top: -12px;
}

@media screen and (max-width: 768px) {
  .mabootstrap-cell.reverse .text:before {
    display: none;
  }
}

.mabootstrap-gallery {
  width: 100%;
  float: left;
}

.mabootstrap-gallery figure {
  display: block;
  float: left;
  width: 32%;
  margin-right: 2%;
  float: left;
  margin-bottom: 20px;
}

.mabootstrap-gallery figure:nth-of-type(3n+3) {
  margin-right: 0;
}

.mabootstrap-gallery figure figcaption {
  display: none;
}

.mabootstrap-gallery img {
  width: 100%;
  height: auto;
}

.mabootstrap-gallery.four-col figure {
  width: 23.5%;
  margin-right: 2%;
  float: left;
}

.mabootstrap-gallery.four-col figure:nth-of-type(4n+4) {
  margin-right: 0;
}

.mabootstrap-gallery.three-col figure {
  width: 32%;
  margin-right: 2%;
  float: left;
}

.mabootstrap-gallery.three-col figure:nth-of-type(3n+3) {
  margin-right: 0;
}

.mabootstrap-gallery.two-col figure {
  width: 49%;
  margin-right: 2%;
  float: left;
}

.mabootstrap-gallery.two-col figure:nth-of-type(2n+2) {
  margin-right: 0;
}

.grid-item {
  float: left;
}

.gutter-sizer {
  width: 2%;
}

.isotope .isotope-item {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.grid-item,
.grid-sizer {
  margin-bottom: 0;
}

.grid-item img,
.grid-sizer img {
  max-width: 100%;
  margin-bottom: 0px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.two-cols .grid-item, .two-cols
.grid-sizer {
  width: 49%;
}

@media screen and (max-width: 768px) {
  .two-cols .grid-item, .two-cols
  .grid-sizer {
    width: 49%;
  }
}

@media screen and (max-width: 768px) and (max-width: 992px) {
  .two-cols .grid-item img, .two-cols
  .grid-sizer img {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .two-cols .grid-item img, .two-cols
  .grid-sizer img {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  .two-cols .grid-item, .two-cols
  .grid-sizer {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.three-cols .grid-item, .three-cols
.grid-sizer {
  width: 32%;
}

@media screen and (max-width: 768px) {
  .three-cols .grid-item, .three-cols
  .grid-sizer {
    width: 48%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  .three-cols .grid-item, .three-cols
  .grid-sizer {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.four-cols .grid-item, .four-cols
.grid-sizer {
  width: 23.5%;
}

@media screen and (max-width: 768px) {
  .four-cols .grid-item, .four-cols
  .grid-sizer {
    width: 32%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  .four-cols .grid-item, .four-cols
  .grid-sizer {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.mabootstrap-gallery-item {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
}

.mabootstrap-gallery-item img {
  max-width: 100%;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.mabootstrap-gallery-item a {
  display: block;
  float: left;
  width: 100%;
}

.mabootstrap-gallery-item:hover img {
  opacity: .7;
}

.mabootstrap-form {
  margin-bottom: 50px;
}

.mabootstrap-form label {
  font-weight: normal;
}

.mabootstrap-form .form-control {
  height: 46px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.mabootstrap-form .form-control:active, .mabootstrap-form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #b13630;
}

.mabootstrap-form .form-group .form-field {
  position: relative;
}

.mabootstrap-form .form-group .form-field .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}

.mabootstrap-form .form-group .form-field .form-control {
  padding-right: 50px;
}

.mabootstrap-form textarea.form-control {
  height: inherit;
  resize: vertical;
}

.mabootstrap-animate {
  opacity: 0;
  visibility: hidden;
}

.modal .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  position: relative;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
}

.modal .modal-content .close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
  font-size: 26px;
}

@media screen and (max-width: 480px) {
  .modal .modal-content .close {
    top: 20px;
    right: 20px;
  }
}

.modal .mabootstrap-modal-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.modal .mabootstrap-modal-flex .mabootstrap-modal-figure {
  width: 40%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 480px) {
  .modal .mabootstrap-modal-flex .mabootstrap-modal-figure {
    height: 200px;
  }
}

.modal .mabootstrap-modal-flex .mabootstrap-modal-content {
  width: 60%;
  padding: 40px;
  position: relative;
}

@media screen and (max-width: 480px) {
  .modal .mabootstrap-modal-flex .mabootstrap-modal-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 480px) {
  .modal .mabootstrap-modal-flex .mabootstrap-modal-figure,
  .modal .mabootstrap-modal-flex .mabootstrap-modal-content {
    width: 100%;
  }
}

.modal .mabootstrap-modal-flex .form-control {
  height: 40px;
}

@media screen and (max-width: 480px) {
  .modal .mabootstrap-modal-flex .btn {
    margin-bottom: 10px;
  }
}

.modal .mabootstrap-modal-flex .mabootstrap-remember {
  float: left;
}

.modal .mabootstrap-modal-flex .mabootstrap-forgot {
  float: right;
}

@media screen and (max-width: 480px) {
  .modal .mabootstrap-modal-flex .mabootstrap-forgot {
    float: left;
  }
}

.modal .mabootstrap-modal-flex .form-group {
  position: relative;
}

.modal .mabootstrap-modal-flex .mabootstrap-or {
  padding: 10px 0;
  text-align: center;
  display: block;
  font-size: 11px;
  text-transform: uppercase;
}

.modal .mabootstrap-modal-flex .mabootstrap-or > span {
  display: block;
}

.modal .mabootstrap-modal-flex .mabootstrap-or > span:before {
  height: 1px;
  left: 0;
  right: 0;
  top: 50%;
  background: #ccc;
  width: 100%;
  content: "";
  position: absolute;
}

.modal .mabootstrap-modal-flex .mabootstrap-or em {
  color: #ccc;
  display: inline-block;
  background: #ffffff;
  position: relative;
  z-index: 2;
  padding: 0 4px;
  font-style: normal;
}

.modal .mabootstrap-modal-flex .btn-connect-facebook {
  background: #3b5998;
  border-color: #3b5998;
  color: #ffffff;
}

.modal .mabootstrap-modal-flex .btn-connect-twitter {
  background: #1da1f2;
  border-color: #1da1f2;
  color: #ffffff;
}

.modal .mabootstrap-modal-flex .btn-connect-google {
  background: #ea4335;
  border-color: #ea4335;
  color: #ffffff;
}

.modal .vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
  /* This makes sure that we can still click outside of the modal to close it */
}

.modal .vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
}

.modal .modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width: inherit;
  height: inherit;
  /* To center horizontally */
  margin: 0 auto;
  pointer-events: all;
}

.mabootstrap-contact-info {
  padding: 0;
  margin: 0 0 30px 0;
}

.mabootstrap-contact-info li {
  padding: 0;
  margin: 20px 0 15px 0;
  list-style: none;
  line-height: 24px;
}

.mabootstrap-contact-info li > i, .mabootstrap-contact-info li > span {
  vertical-align: top;
  display: table-cell;
}

.mabootstrap-contact-info li > i {
  font-size: 20px;
  position: relative;
  top: 2px;
  width: 30px;
}

.mabootstrap-team {
  margin-bottom: 30px;
  float: left;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 2;
  border-radius: 6px;
}

@media screen and (max-width: 480px) {
  .mabootstrap-team {
    overflow: visible;
  }
  .mabootstrap-team img {
    max-width: 100%;
  }
}

.mabootstrap-team img {
  -webkit-transition: .3s all;
  transition: .3s all;
  -webkit-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1.25);
  transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1.25);
}

.mabootstrap-team .mabootstrap-team-info {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s all;
  transition: .3s all;
  -webkit-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1.25);
  transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1.25);
  text-align: center;
  margin-top: 20px;
  z-index: 3;
  display: block;
}

@media screen and (max-width: 480px) {
  .mabootstrap-team .mabootstrap-team-info {
    position: relative;
    top: inherit !important;
    margin-top: 0 !important;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.mabootstrap-team .mabootstrap-team-info h3 {
  color: white;
}

.mabootstrap-team .mabootstrap-team-info h3 .position {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 480px) {
  .mabootstrap-team .mabootstrap-team-info h3 {
    color: rgba(0, 0, 0, 0.7);
  }
  .mabootstrap-team .mabootstrap-team-info h3 .position {
    display: block;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4);
  }
}

.mabootstrap-team:before {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: .3s all;
  transition: .3s all;
  z-index: 1;
  border-radius: 5px;
}

.mabootstrap-team:hover img, .mabootstrap-team:focus img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.mabootstrap-team:hover:before, .mabootstrap-team:focus:before {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 480px) {
  .mabootstrap-team:hover:before, .mabootstrap-team:focus:before {
    display: none;
  }
}

.mabootstrap-team:hover .mabootstrap-team-info, .mabootstrap-team:focus .mabootstrap-team-info {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}

.mabootstrap-flex-section {
  padding: 7em 0;
}

.mabootstrap-flex-section.mabootstrap-bg-white {
  background: #ffffff;
}

.proboostrap-clients .client-logo {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .proboostrap-clients .client-logo {
    margin-bottom: 30px;
  }
}

.mabootstrap-pricing-wrap {
  position: relative;
}

.mabootstrap-pricing {
  background: #ffffff;
  float: left;
  width: 100%;
  padding: 20px;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
  z-index: 2;
  margin-top: -200px;
}

@media screen and (max-width: 992px) {
  .mabootstrap-pricing {
    margin-top: 0 !important;
    margin-bottom: 30px;
  }
}

.mabootstrap-pricing.popular {
  z-index: 10;
  margin-top: -215px;
  padding-top: 40px;
}

@media screen and (max-width: 992px) {
  .mabootstrap-pricing.popular {
    margin-top: 0 !important;
  }
}

.mabootstrap-pricing h3 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 50px;
}

.mabootstrap-pricing h3 > span {
  margin-top: 10px;
  display: block;
  text-transform: none;
  letter-spacing: normal;
  color: #b13630;
  font-size: 14px;
}

.mabootstrap-pricing .mabootstrap-price-wrap {
  margin-bottom: 50px;
}

.mabootstrap-pricing .mabootstrap-price-wrap .mabootstrap-price {
  font-size: 50px;
  color: #b13630;
  font-weight: 100;
  display: block;
  margin-bottom: 10px;
}

.mabootstrap-pricing .mabootstrap-price-wrap .mabootstrap-price-per-month {
  font-size: 13px;
}

.mabootstrap-pricing ul {
  padding: 0 30px;
  margin: 0 0 50px 0;
}

@media screen and (max-width: 480px) {
  .mabootstrap-pricing ul {
    padding: 0 10px;
  }
}

.mabootstrap-pricing ul li {
  padding: 0;
  margin: 0 0 20px 0;
  line-height: 24px;
  list-style: none;
}

.mabootstrap-testimony-wrap {
  border-radius: 4px;
  padding: 20px;
}

.mabootstrap-testimony-wrap figure {
  margin-bottom: 20px;
}

.mabootstrap-testimony-wrap figure img {
  height: 80px;
  width: 80px !important;
  margin: 0 auto;
  border-radius: 50%;
}

.mabootstrap-testimony-wrap blockquote {
  border-left: none;
  padding: 0;
  margin-bottom: 0;
  color: #333333;
}

.mabootstrap-testimony-wrap blockquote cite {
  margin-top: 30px;
  display: block;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.3);
}

.mabootstrap-testimony-wrap blockquote cite span {
  font-style: normal;
  color: #333333;
  font-weight: bold;
}

.owl-carousel-testimony .item {
  padding-bottom: 40px;
  padding-top: 20px;
}

.owl-carousel-testimony .mabootstrap-testimony-wrap {
  border: 1px solid #f2f2f2;
  max-width: 700px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 2px 17px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 2px 17px 0px rgba(0, 0, 0, 0.09);
}

/* Flexslider override style */
.slider-height, .flexslider, .flexslider .slides > li {
  height: 650px;
}

@media screen and (max-width: 480px) {
  .slider-height, .flexslider, .flexslider .slides > li {
    height: 400px;
  }
}

.mabootstrap-heading .primary-heading {
  font-family: "Playfair Display", serif;
  color: #be1e2d;
  margin: 0;
  padding: 0;
  font-size: 58px;
  line-height: 1.2;
  max-width: 100%;
  margin-bottom: 15px;
}

/* Banner text specific styling */
.flexslider .mabootstrap-slider-text .primary-heading {
  font-size: 46px;
  line-height: 1.3;
  text-align: left;
  max-width: 95%;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}

@media screen and (max-width: 768px) {
  .mabootstrap-heading .primary-heading {
    font-size: 42px;
  }
  
  .flexslider .mabootstrap-slider-text .primary-heading {
    font-size: 38px;
    max-width: 100%;
    padding-left: 0;
    line-height: 1.25;
    margin-bottom: 12px;
  }
  
  .flexslider .mabootstrap-slider-text {
    padding-left: 0 !important;
    margin-top: 150px;
  }
}

@media screen and (max-width: 480px) {
  .mabootstrap-heading .primary-heading {
    font-size: 32px;
  }
  
  .flexslider .mabootstrap-slider-text .primary-heading {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 10px;
    margin-top: 45px;
  }
  
  .flexslider .mabootstrap-slider-text {
    padding-left: 15px !important;
    margin-left: -15px !important;
    margin-top: 100px;
  }
}



.mabootstrap-heading .secondary-heading {
  color: #be1e2d;
  margin: 0;
  padding: 0;
  letter-spacing: .05em;
  font-size: 20px;
  position: relative;
  top: 26px;
  font-weight: 600;
  line-height: 30px;
}

@media screen and (max-width: 768px) {
  .mabootstrap-heading .secondary-heading {
    font-size: 40px;
  }
}



.dark .secondary-heading {
  color: #000000 ;
}


.mabootstrap-heading .seperator {
  display: block;
  margin: 0 auto 10px auto;
  color: #ccc;
  font-weight: 300;
}

.flexslider {
  position: relative;
  z-index: 2;
  background: none;
  border: none;
  margin: 0 0 0;
}

/* Flexslider text positioning - aligned with logo */
.flexslider .mabootstrap-slider-text {
  margin-top: 200px;
  margin-right: 0;
  margin-left: -15px;
  padding-left: 15px;
  max-width: 650px;
  text-align: left;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 992px) {
  .flexslider .mabootstrap-slider-text {
    max-width: 550px;
    padding-left: 15px;
    margin-left: -15px;
    margin-top: 170px;
  }
  
  .flexslider .mabootstrap-slider-text .primary-heading {
    font-size: 52px;
    line-height: 1.25;
    max-width: 95%;
  }
}

@media screen and (max-width: 768px) {
  .flexslider .mabootstrap-slider-text {
    margin-top: 120px;
    max-width: 450px;
    padding-left: 15px;
    margin-left: -15px;
  }
}

@media screen and (max-width: 480px) {
  .flexslider .mabootstrap-slider-text {
    margin-top: 80px;
    max-width: 100%;
    padding-left: 15px;
  }
}

.flexslider .mabootstrap-slider-text .sub-heading {
  font-size: 20px;
  margin-top: -40px;
  color: rgba(255, 255, 255, 0.7);
}

.flexslider .mabootstrap-slider-text .sub-heading a {
  color: white;
}

.flexslider .slides > li {
  background-size: cover;
  background-repeat: none;
  background-position: bottom !important;
}

.flexslider .slides > li.overlay:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.flexslider .flex-control-paging {
  position: absolute;
  bottom: 30px;
  z-index: 20;
}

@media screen and (max-width: 480px) {
  .flexslider .flex-direction-nav {
    display: none;
  }
}

.flexslider .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 30px;
  height: 30px;
  margin: -60px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0px;
  padding: 30px;
}

.flexslider .flex-direction-nav a:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  content: "\e929";
  -webkit-transition: .3s all;
  transition: .3s all;
  font-size: 30px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.flexslider .flex-direction-nav a.flex-next:before {
  content: "\e92a";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.flex-direction-nav .flex-prev {
  left: 0px;
}

.flex-direction-nav .flex-next {
  right: 0px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 0px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 0px;
}

.flex-control-paging li a {
  width: 10px;
  height: 10px;
  display: block;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-radius: 50%;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(255, 255, 255, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: white;
  cursor: default;
}

/* Owl carousel override style */
.owl-carousel {
  margin-bottom: 100px;
}

.owl-carousel.border-rounded .item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
}

.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
  margin-top: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9999;
  position: absolute;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 24%;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: 20px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: 20px;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
  color: #333333;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i {
  color: #333333;
}

.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev i {
  color: #ffffff;
}

.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .owl-theme .owl-controls .owl-nav {
    display: none;
  }
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: none !important;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  font-size: 24px;
  background: #b13630 !important;
  padding: 12px;
  -webkit-transition: .5s all;
  transition: .5s all;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover i, .owl-theme .owl-controls .owl-nav [class*="owl-"]:focus i {
  background: #b13630 !important;
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: -30px;
  width: 100%;
  text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
  bottom: -30px;
  margin-bottom: -2.5em;
}

.owl-work.owl-theme .owl-dots {
  bottom: -30px;
  margin-bottom: -2.5em;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: .2s all;
  transition: .2s all;
  border: 2px solid transparent;
}

.owl-theme .owl-dots .owl-dot span:hover {
  background: none;
  border: 2px solid rgba(0, 0, 0, 0.2);
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: none;
  border: 2px solid #000000;
}

.mabootstrap-gutter0 > div[class*='col-'] {
  padding-right: 0px;
  padding-left: 0px;
}

@media screen and (max-width: 480px) {
  .mabootstrap-gutter0 > div[class*='col-'] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.mabootstrap-gutter40 > div[class*='col-'] {
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 480px) {
  .mabootstrap-gutter40 > div[class*='col-'] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.mabootstrap-gutter60 > div[class*='col-'] {
  padding-right: 30px;
  padding-left: 30px;
}

@media screen and (max-width: 480px) {
  .mabootstrap-gutter60 > div[class*='col-'] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.mb0 {
  margin-bottom: 0px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt0 {
  margin-top: 0px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.pb0 {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  .img-sm-responsive {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .img-xs-responsive {
    max-width: 100%;
  }
}



/* Additional Styles */

/*-------------------------------------
        menus
--------------------------------------*/
.menus {
    padding:  0px 45px 0px;
    border:  0px solid #e5ebf2;
}

.menus-content {padding-bottom: 100px;}
.menus-content .col-sm-3{padding:0;}
.mitems-txt {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.single-mitems {
    position: relative;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #b2c1ce;
    overflow:hidden;
    -webkit-transition:background 0.5s linear; 
    -moz-transition:background 0.5s linear; 
    -ms-transition:background 0.5s linear; 
    -o-transition:background 0.5s linear; 
    transition:background 0.5s linear;
}
.mitems-icon-name {
    text-transform: capitalize;
    color: #636a82;
    font-size: 16px;
}
.single-mitems.mitems-no-border{border-right:transparent;}
.mitems-border {
    border-bottom: 1px solid #b2c1ce;
}
.single-mitems-overlay{
    display:flex;
    align-items:center;
    text-transform: capitalize;
    justify-content:center;
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
    width:100%;
    height: 100%;
    background: #b13630;
    background: -moz-linear-gradient(left, #b13630 0%, #b13630 100%);
    background: -webkit-linear-gradient(left, #b13630 0%,#b13630 100%);
    background: linear-gradient(to right, #b13630 0%,#b13630 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b13630', endColorstr='#b13630',GradientType=1 );
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.single-mitems:hover .single-mitems-overlay{
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
    top:0;
}
.single-mitems:hover .mitems-icon-name,.single-mitems:hover .mitems-txt a>i{color: #fff;}
.single-mitems:hover .mitems-border {border:transparent;}


/*HP Menu Styles*/

.blog-item .relate-posts span{text-transform:uppercase;font-size:12px;letter-spacing:0.05em;color:#b3b3b3;display:block;}
.blog-item .relate-posts .relate-post-item.next{text-align:right;}
.heading-area{border-left:3px solid #b13630;padding-left:10px;}
.heading-area.white{border-left-color:#fff;}
.heading-area .heading{margin-bottom:0;line-height:0.8;text-transform:uppercase;}
.heading-area .sub-heading{font-weight:300;font-size:14.5px;line-height:1;margin:5px 0 0;position:relative;display:block;}
.heading-area .heading span{color:#b13630;}
.heading-area.text-center{border-left:0;padding-left:0;}
.blog-item{position:relative;margin-bottom:25px;}
.blog-item .blog-info{position:absolute;width:100%;height:auto;bottom:-25px;left:0;}
.blog-item .blog-info .blog-info-inner{border-top:0px solid #fff;margin:0 20px;}
.blog-item .blog-info .blog-info-meta{color:#fff;text-transform:uppercase;text-align:center;font-size:11px;line-height:16px;padding:10px 0;position:relative;z-index:5;}
.blog-item .blog-info .blog-info-meta span{margin:0 5px;color:#fff;}
.blog-item .blog-info .blog-info-meta a{color:inherit;}
.blog-item .blog-info .blog-info-meta i{margin-right:5px;}
.blog-item .blog-info .blog-title{padding:7px 5px;background:#b13630;text-align:center;text-transform:uppercase;position:relative;}
.blog-item .blog-info .blog-title h4{margin-bottom:0;font-size:12px;font-family: "Poppins", sans-serif;}
.blog-item .blog-info .blog-title h4 a{color:#fff;position:relative;z-index:2;font-weight:600;font-family: "Poppins", sans-serif;}
.blog-item .blog-info .blog-title:before{background:#3F3F3F;position:absolute;content:'';width:100%;height:0%;bottom:0;left:0;z-index:1;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
.blog-item:hover .blog-info .blog-title:before{height:100%;}

.blog-item .blog-image .entry-image img{width:100%}

/* Home Menu Section - Enhanced Styling */
.homemenu {
  padding: 80px 0;
  background: #fafafa;
  position: relative;
  overflow: hidden;
}

/* Add mandala as a subtle background tint on the right (inverted) */
.homemenu::before {
    content: '';
    position: absolute;
    right: -105px;
    top: 50%;
    transform: translateY(-50%) scaleX(-1);
    width: 400px;
    height: 400px;
    background-image: url('../img/m_mandala.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    opacity: 0.4;
    z-index: 0;
    pointer-events: none;
}

.homemenu .container {
    position: relative;
    z-index: 1;
}

.homemenu .mabootstrap-heading {
  margin-bottom: 60px;
}

.homemenu .mabootstrap-heading .primary-heading {
  font-family: "Playfair Display", serif;
  font-size: 58px;
  font-weight: 700;
  color: #be1e2d;
  margin-bottom: 5px;
}

.homemenu .mabootstrap-heading .secondary-heading {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  font-weight: 700;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: .05em;
  line-height: 1.3;
  margin-top: 0;
}

.homemenu .blog-item {
  margin-bottom: 50px;
  text-align: center;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.homemenu .blog-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.homemenu .blog-item .blog-image {
  overflow: hidden;
  border-radius: 12px 12px 0 0;
  flex-shrink: 0;
}

.homemenu .blog-item .blog-image .entry-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.homemenu .blog-item:hover .blog-image .entry-image img {
  transform: scale(1.1);
}

.homemenu .blog-item .blog-info {
  position: relative;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.homemenu .blog-item .blog-info .blog-info-inner {
  border-top: 0;
  margin: 0;
}

.homemenu .blog-item .blog-info .blog-title {
  padding: 15px 10px;
  background: #b13630;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  border-radius: 0 0 12px 12px;
  margin-top: auto;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.homemenu .blog-item .blog-info .blog-title h4 {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
}

.homemenu .blog-item .blog-info .blog-title h4 a {
  color: #fff;
  position: relative;
  z-index: 2;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  transition: color 0.3s ease;
}

.homemenu .blog-item:hover .blog-info .blog-title h4 a {
  color: #fff;
}

.homemenu .blog-item .blog-info .blog-title:before {
  background: #8a2a25;
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  border-radius: 0 0 12px 12px;
}

.homemenu .blog-item:hover .blog-info .blog-title:before {
  height: 100%;
}

.homemenu .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.homemenu .col-md-3 {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  flex: 0 0 25%;
  max-width: 25%;
}

@media screen and (max-width: 992px) {
  .homemenu .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .homemenu {
    padding: 60px 0;
  }
  
  .homemenu .mabootstrap-heading .primary-heading {
    font-size: 42px;
  }
  
  .homemenu .mabootstrap-heading .secondary-heading {
    font-size: 36px;
    line-height: 1.3;
    margin-top: 0;
  }
  
  /* Adjust mandala size on tablet */
  .homemenu::before,
  .mabootstrap-section-bg::before {
    width: 300px;
    height: 300px;
    opacity: 0.06;
  }
  
  .mabootstrap-section-bg .mabootstrap-heading .primary-heading {
    font-size: 42px;
  }
  
  .mabootstrap-section-bg .mabootstrap-heading .secondary-heading {
    font-size: 36px;
    line-height: 1.3;
    margin-top: 0;
  }
  
  .homemenu .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
  }
  
  .homemenu .blog-item {
    margin-bottom: 30px;
  }
  
  .homemenu .blog-item .blog-image .entry-image img {
    height: 200px;
  }
}

@media screen and (max-width: 480px) {
  .homemenu {
    padding: 40px 0;
  }
  
  .homemenu .mabootstrap-heading {
    margin-bottom: 40px;
    text-align: left !important;
  }
  
  .homemenu .mabootstrap-heading .primary-heading {
    font-size: 32px;
    text-align: left !important;
  }
  
  .homemenu .mabootstrap-heading .secondary-heading {
    font-size: 28px;
    line-height: 1.2;
    margin-top: 0;
    text-align: left !important;
  }
  
  /* Override text-center class on mobile for menu section */
  .homemenu .text-center {
    text-align: left !important;
  }
  
  /* Smaller mandala on mobile */
  .homemenu::before,
  .mabootstrap-section-bg::before {
    width: 200px;
    height: 200px;
    opacity: 0.05;
  }
  
  .mabootstrap-section-bg .mabootstrap-heading .primary-heading {
    font-size: 32px;
  }
  
  .mabootstrap-section-bg .mabootstrap-heading .secondary-heading {
    font-size: 28px;
    line-height: 1.2;
    margin-top: 0;
  }
  
  .homemenu .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  
  .homemenu .blog-item .blog-image .entry-image img {
    height: 220px;
  }
}

.products__price--widgets {
    padding: 0 3px;
    color: #b13630;
    font-weight: 700;
    font-size: 18px;
}

/*Home P. Info strip*/
.mayuriinfo-intro {
    padding: 1.5em 0;
    clear: both;
    background: #b13630;
}
.mayuriinfo-intro .intro h2 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}
.mayuriinfo-intro .intro span {
    margin: 0;
    color: rgba(255, 255, 255, 0.6);
    color:#e2e2e2;
 }
.mayuriinfo-intro .intro p{
    margin: 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 22px;
    color:#e2e2e2;
}

/*Inner Page Header section*/

.aboutus h4 {
	font-size:24px;
	font-weight:500;
}
.aboutus p{
	text-align:left;
}

.ourteam {
    padding: 7em 0 0 0;
    clear: both;
}
.ourteam .team-box {
    padding: 3em 3em 3em 3em;
    background: #fff;
    position: relative;
    z-index: 0;
	height:auto;
}
.ourteam .team-box h2 {
    font-size: 34px;
	color:#262626;
}

.ourteam .team-box ::after {
    position: absolute;
    top: 1.5em;
    left: 1.5em;
    right: 1.5em;
    bottom: 1.5em;
    content: '';
    border: 1px solid #b13630;
    z-index: -1;
}




/*menu */

/* for mobile horizontal */

@media screen and (max-width: 480px)  {

.mayuri-menu .nav-tabs {
	border:0px solid red;
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 10px;
}
.mayuri-menu .pb_tab_v1 .nav-item {
  white-space: nowrap;
  flex-shrink: 0;
}

.mayuri-menu .pb_tab_v1 .nav-item a {
  padding: 8px 12px;
  font-size: 11px;
  margin: 3px;
  min-width: 100px;
}

}

/**/

.mayuri-menu{
	/*padding: 7em 0;*/
    clear: both;
    position: relative;
    overflow: visible !important;
}

/* Ensure footer sections are always visible on menu page */
.footer-about-section {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Override mabootstrap-animate for footer sections to ensure visibility */
.footer-about-section .mabootstrap-animate,
.mabootstrap-footer .mabootstrap-animate {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Ensure "Discover Our Menu" heading is visible on menu page */
.mabootstrap-innerpagesection-bg .mabootstrap-animate {
    opacity: 1 !important;
    visibility: visible !important;
}


.mayuri-menu .intro-heading h4{
	font-size:24px;
	font-weight:500; 
}

.mayuri-menu .justify-content-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}


.mayuri-menu .pb_tab_v1 {
margin-bottom: 70px; 
}
@media screen and (max-width: 768px)  {
.mayuri-menu .pb_tab_v1 .nav-item {
display: block;
width: 100%; 
} 
}

.mayuri-menu .pb_tab_v1 .nav-item a {
color: #495057;
border: 1px solid #e9ecef;
padding: 10px 15px;
margin: 5px;
text-transform: uppercase;
font-size: 13px;
letter-spacing: .2em;
display: inline-block;
text-align: center;
min-width: 120px;
}
.mayuri-menu .pb_tab_v1 .nav-item active>a , .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
border: 1px solid #333333;
    color: #333333;
}


@media screen and (max-width: 768px) {
.mayuri-menu .pb_tab_v1 .nav-item a {
display: block;
margin: 0 0 10px 0; 
} 
}

 
.p-3 {
    padding: 1rem !important;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0px 0px 0 0; 
}

.mayuri-menu .nav-tabs {
     border-bottom: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.mayuri-menu  .nav:before, .nav:after {
    content: " ";
    display: table;
}


.mayuri-menu .intro-heading .icon {
    position: relative;
    padding: 0;
    line-height: 1.3;
}
.mayuri-menu  .intro-heading .icon i {
    padding: 0 20px;
    background: #fff;
    color: #b0b0b0;
}

.mayuri-menu  .intro-heading span {
    display: block;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 10px;
    font-family: "Playfair Display", Georgia, serif;
    color: #969696;
    font-weight: 400;
}

.mayuri-menu .intro-heading .icon:after {
    top: 48%;
    width: 300px;
}
.mayuri-menu .intro-heading .icon:after, .mayuri-menu .intro-heading .icon:before {
    position: absolute;
    top: 51%;
    left: 0;
    right: 0;
    /*width: 400px;*/
    height: 1px;
    content: '';
    margin: 0 auto;
    background: #e3e3e3;
    z-index: -1;
}


.fullmenu .secondary-heading-fullmenu{
	text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding: 0;
    letter-spacing: .05em;
    font-size: 50px;
    position: relative;
    top: -20px;
    font-weight: 700;
    line-height: 40px;
}
.fullmenu p{
     color: #fff;
    margin: 0;
    padding: 0;
    letter-spacing: .05em;
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
}

/*
.catering, .wines{
	padding:50px;
}
*/
.catering h2 {
  font-size: 36px;
  color: #be1e2d;
  font-weight: 700;
  margin-bottom: 15px;
}

.catering h3 {
  font-size: 28px;
  color: #333;
  font-weight: 600;
  margin-bottom: 20px;
}

.catering h4, .wines h4 {
  font-size: 24px;
  font-weight: 600;
  color: #333;
}

.catering p, .wines p {
  color: #333;
  margin: 0;
  padding: 0;
  letter-spacing: .02em;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
}

.catering-inner .insidetext {
  padding: 40px;
}

.catering-inner h3 {
  font-size: 32px;
  color: #be1e2d;
  font-weight: 700;
  margin-bottom: 30px;
}

.catering-inner h4 {
  font-size: 22px;
  color: #333;
  font-weight: 600;
  margin-bottom: 15px;
}

.catering-inner p {
  color: #333;
  margin: 0;
  padding: 0;
  letter-spacing: .02em;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.catering-inner a {
  color: #333;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.catering-inner a:hover {
  color: #b13630;
}

/* Contact Page Styles */
.contact-section .form-control {
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  width: 100%;
  font-size: 15px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.contact-section .form-control:focus {
  border-color: #be1e2d;
  box-shadow: 0 0 0 3px rgba(190, 30, 45, 0.1);
  outline: none;
}

.contact-section .form-group {
  margin-bottom: 20px;
}

.contact-section label {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  display: block;
}

.contact-section .btn-primary {
  background: #be1e2d;
  color: #fff;
  padding: 14px 40px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.contact-section .btn-primary:hover {
  background: #9a1825;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(190, 30, 45, 0.3);
}

.contact-info-card {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 8px;
}

.contact-info-item {
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
}

.contact-info-item:last-child {
  margin-bottom: 0;
}

.contact-icon {
  width: 50px;
  height: 50px;
  background: #be1e2d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
}

.contact-icon i {
  font-size: 24px;
  color: #fff;
}

.contact-details h4 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  margin: 0 0 8px 0;
}

.contact-details p {
  font-size: 15px;
  color: #666;
  line-height: 1.8;
  margin: 0;
}

.contact-details a {
  color: #be1e2d;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.contact-details a:hover {
  color: #9a1825;
}

.map-section {
  padding: 60px 0;
  background: #f9f9f9;
}

.map-section h2 {
  font-size: 36px;
  color: #be1e2d;
  font-weight: 700;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .contact-section {
    padding: 40px 0 !important;
  }
  
  .contact-section .col-md-7,
  .contact-section .col-md-5 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  
  .contact-section h3 {
    font-size: 24px !important;
    margin-bottom: 20px !important;
  }
  
  .contact-info-card {
    margin-top: 40px;
    padding: 25px;
  }
  
  .contact-icon {
    width: 45px;
    height: 45px;
    margin-right: 15px;
  }
  
  .contact-icon i {
    font-size: 20px;
  }
  
  .contact-details h4 {
    font-size: 16px;
  }
  
  .contact-details p {
    font-size: 14px;
  }
  
  .map-section h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 480px) {
  .contact-section h3 {
    font-size: 22px !important;
  }
  
  .contact-info-card {
    padding: 20px;
  }
  
  .contact-icon {
    width: 40px;
    height: 40px;
    margin-right: 12px;
  }
  
  .contact-icon i {
    font-size: 18px;
  }
  
  .map-section h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }
}

.wines img{
	display:initial;
}
.wines-innersection-one{
	height:auto;
}


.wines-innersection-one .wines-box {
    padding: 3em 3em 3em 3em;
    background: #fff;
    position: relative;
    z-index: 0;
	height:auto;
}
.wines-innersection-one .wines-box h2 {
    font-size: 24px;
	color:#262626;
}

.wines-innersection-one .wines-box h2::after {
    position: absolute;
    top: 1.0em;
    left: 1.0em;
    right: 1.0em;
    bottom: 1.0em;
    content: '';
    border: 1px solid #b13630;
    z-index: -1;
}



.ingredients-section{
	height:auto;
}


.ingredients-section .inner-box {
    padding: 3em 3em 3em 3em;
    background: rgba(255, 255, 255, 0.95);
    position: relative;
    z-index: 0;
	height:auto;
	border-radius: 8px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.ingredients-section .inner-box h2 {
    font-size: 28px;
	color:#333333;
	font-weight: 600;
	margin-bottom: 20px;
}

.ingredients-section .inner-box p {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}


.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover{
	    z-index: 2;
    color: #fff;
    background-color: #b13630;
    border-color: #b13630;
}

.specialties {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
	background:#fff;
	overflow: hidden;
}

.specialties .mabootstrap-heading {
    margin-bottom: 40px;
    padding-top: 20px;
}

/* Add mandala as a subtle background tint on the left */
.specialties::before {
    content: '';
    position: absolute;
    left: -7%;
    top: 19%;
    transform: translateY(-50%);
    width: 400px;
    height: 400px;
    background-image: url('../img/m_mandala.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    opacity: 0.5;
    z-index: 0;
    pointer-events: none;
}

.specialties .container {
    position: relative;
    z-index: 1;
}

.specialties .mabootstrap-heading .primary-heading {
    margin-bottom: 5px;
}

.specialties .mabootstrap-heading .secondary-heading {
	text-transform: uppercase;
    color: #333333;
    margin: 0;
    padding: 0;
    letter-spacing: .05em;
    font-size: 36px;
    position: relative;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 0;
}

@media screen and (max-width: 768px) {
  .specialties .mabootstrap-heading .secondary-heading {
    font-size: 36px;
    line-height: 1.3;
    margin-top: 0;
  }
  
  .mabootstrap-heading .primary-heading {
    font-size: 38px;
    margin-bottom: 5px;
  }
  
  /* Adjust mandala size on tablet */
  .specialties::before {
    width: 300px;
    height: 300px;
    opacity: 0.06;
  }
}

@media screen and (max-width: 480px) {
  .specialties .mabootstrap-heading .secondary-heading {
    font-size: 28px;
    line-height: 1.2;
    margin-top: 0;
  }
  
  .specialties .mabootstrap-heading .primary-heading {
    font-size: 32px;
    margin-bottom: -14px;
    margin-top: -31px;
  }
  
  /* Smaller mandala on mobile */
  .specialties::before {
    width: 200px;
    height: 200px;
    opacity: 0.05;
  }
}

.top-header {
    padding: 0px;
    /* background: #e9a820; */
}
.header-address ul {
    padding: 0em;
    list-style: none;
	margin-bottom: 0px;
}.header-address ul li {
    display: inline-block;
    margin-right: 0em;
}

/* Base desktop styles for header-address-stripbar */
.header-address-stripbar {
    display: block;
}

.header-address-stripbar ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: nowrap;
}

.header-address-stripbar ul li {
    display: inline-flex;
    align-items: center;
    margin: 0;
}

.header-address-stripbar ul li:first-child {
    border-right: 2px solid rgba(0, 0, 0, 0.15);
    padding-right: 15px;
    margin-right: 15px;
}

.header-address-stripbar ul li:last-child {
    padding-left: 0;
}

.header-address-stripbar .contact-icon {
    display: inline-block;
    margin-right: 5px;
}
span.phone {
    background: url(../img/phone.png)no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}
span.email {
    background: url(../img/email.png)no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}
.header-address h6, .header-address h6 a{
    font-size: 1em;
    color: #fff;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin: 0;
    line-height: 1.5;
    letter-spacing: 0.02em;
}

/* Mobile only: Change header color when scrolled */
@media screen and (max-width: 768px) {
  .mabootstrap-navbar.scrolled .header-address h6 {
    color: #b13630;
  }
}


@media (max-width:320px){
.header-address h6 {
    font-size: 0.8em !important;
	
}

.header-address ul li {
    display: inline-block;
    margin-right: 0em;
}


.catering-inner h3 {
	font-size: 24px;
}

.catering-inner h4 {
	font-size: 18px;
}

.catering-inner p {
	font-size: 14px;
}

.catering-inner .insidetext {
  padding: 20px;
}

}


@media (max-width:480px){
	
.catering-inner h3 {
	font-size: 26px;
}

.catering-inner h4 {
	font-size: 20px;
}

.catering-inner p {
	font-size: 15px;
}

.catering-inner .insidetext {
  padding: 25px;
}


/** 
Written  custom styles as per requirement only for mobiles.
**/

.formobile_1{
	border:0px solid red;
	    margin-top: -47px;
    position: absolute;
    margin-left: -134px;
	
}

/* Desktop and Tablet - Display phone and email side by side with icons (> 768px) */
@media screen and (min-width: 769px) {
  .header-address-stripbar {
    display: block !important;
  }

  .header-address-stripbar .contact-icon {
    display: inline-block !important;
    margin-right: 5px !important;
  }

  .header-address-stripbar ul {
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-end !important;
    align-items: center !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    flex-wrap: nowrap !important;
  }

  .header-address-stripbar ul li {
    display: inline-flex !important;
    align-items: center !important;
    margin: 0 !important;
  }

  /* Desktop divider line between phone and email */
  .header-address-stripbar ul li:first-child {
    border-right: 2px solid rgba(0, 0, 0, 0.15) !important;
    padding-right: 15px !important;
    margin-right: 15px !important;
  }

  .header-address-stripbar ul li:last-child {
    padding-left: 0 !important;
  }
}

/* Mobile devices below 768px - Override display:none from navigation.php */
@media screen and (max-width: 768px) {
  .header-address-stripbar {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    width: 100% !important;
  }
  
  .header-address-stripbar ul {
    display: flex !important;
    visibility: visible !important;
  }
  
  .header-address-stripbar ul li {
    display: flex !important;
    visibility: visible !important;
  }
}

/* Specific override for 481px to 768px range - Display side by side */
@media screen and (min-width: 481px) and (max-width: 768px) {
  .header-address-stripbar {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    width: 100% !important;
    text-align: center !important;
  }
  
  .header-address-stripbar ul {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    visibility: visible !important;
    gap: 8px !important;
    flex-wrap: nowrap !important;
  }
  
  .header-address-stripbar ul li {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    visibility: visible !important;
    margin: 0 !important;
    width: auto !important;
  }
  
  .header-address-stripbar ul li:first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.15) !important;
    padding-right: 15px !important;
    margin-right: 15px !important;
    margin-bottom: 0 !important;
  }
  
  .header-address-stripbar ul li:last-child {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
  
  .header-address-stripbar ul li h6,
  .header-address-stripbar ul li a {
    display: inline-block !important;
    font-size: 12px !important;
    white-space: nowrap !important;
  }
  
  .header-address-stripbar .contact-icon {
    display: inline-block !important;
  }
  
  .formobile {
    display: inline-flex !important;
    align-items: center !important;
    width: auto !important;
  }
}

/* Ensure header-address-stripbar is visible between 481px and 768px - Side by side */
@media screen and (min-width: 481px) and (max-width: 768px) {
  .header-address-stripbar {
    display: block !important;
    visibility: visible !important;
    width: 100% !important;
    text-align: center !important;
  }
  
  .header-address-stripbar ul {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
  }
  
  .header-address-stripbar ul li {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    margin: 0 !important;
  }
  
  .header-address-stripbar ul li:first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.15) !important;
    padding-right: 15px !important;
    margin-right: 15px !important;
    margin-bottom: 0 !important;
  }
  
  .header-address-stripbar ul li:last-child {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
  
  .header-address-stripbar .contact-icon {
    display: inline-block !important;
  }
  
  .formobile {
    display: inline-flex !important;
    align-items: center !important;
    width: auto !important;
  }
}

/* Mobile devices below 480px - formobile class only for mobile */
@media screen and (max-width: 480px) {
  
  /* Combined mobile contact class - only applies on mobile */
  .formobile {
    display: flex !important;
    align-items: center !important;
    position: static !important;
    margin: 0 !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    justify-content: center !important;
  }
  
  /* Hide icons on mobile to prevent cutoff */
  .header-address-stripbar .contact-icon {
    display: none !important;
  }
  
  /* Contact Info - Mobile layout - Stack vertically */
  .header-address-stripbar {
    display: block !important;
    visibility: visible !important;
    width: 100% !important;
    text-align: center !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
  }
  
  .header-address-stripbar ul {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 4px !important;
    padding: 0 !important;
    list-style: none !important;
    margin: 0 !important;
    flex-wrap: nowrap !important;
  }
  
  .header-address-stripbar ul li {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    width: 100% !important;
  }
  
  .header-address-stripbar ul li h6,
  .header-address-stripbar ul li a {
    display: inline-block !important;
    font-size: 10px !important;
    margin: 0 !important;
    white-space: nowrap !important;
    font-weight: 700 !important;
  }
  
  /* Remove divider line since items are stacked vertically */
  .header-address-stripbar ul li:first-child {
    padding-right: 0 !important;
    margin-right: 0 !important;
    border-right: none !important;
    margin-bottom: -10px !important;
  }
  
  .header-address-stripbar ul li:last-child {
    padding-left: 0 !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
  }
}

/* Removed conflicting logo positioning styles - logo position is now handled in main navbar-brand rule */

.mobile_nav_custom{
	
		border:0px solid pink;
   position: absolute;
    margin-top: -141px;
	height:90px;
}
.navbar {
  position: relative;
border: 1px solid transparent;
height: auto;
min-height: 90px;
		
}

.header-address {
    visibility: visible;
    float: right;
    margin-top: 61px;
}

.navbar-toggle{
margin-top: 123px;
left: 0px;
float: left;
}


.navbar-collapse {
    -webkit-overflow-scrolling: touch;
    border-top: 0px solid 
}

}


@media (max-width:640px){
.header-address h6 {
    font-size: 0.8em;
}

.mabootstrap-navbar .navbar-brand {
width: 150px;
height: 41px;
}

.header-address h6, .header-address h6 a{
    color: #333333;

}
}

@media (max-width:768px){
.header-address h6 {
    font-size: 0.8em;
}

.mabootstrap-navbar .navbar-brand {
width: 150px;
height: 41px;
}

.header-address h6, .header-address h6 a{
    color: #333333;

}

}


@media (max-width:1024px){

.mabootstrap-navbar .navbar-brand {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-size: 30px;
    text-transform: uppercase;
    background: url('../img/madhuri_logo.png') no-repeat left top;
    background-size: contain;
    background-position: left center;
    top: -21px;
    position: relative;
    width: 300px;
    height: 95px;
    text-indent: -999999px;
    -webkit-transition: .2s all;
    transition: .2s all;
}

.mabootstrap-navbar .navbar-nav > li > a {
    font-size: 15px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
}

}


.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:0px;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size:30px;
	/* box-shadow: 2px 2px 3px #999;  */
	z-index:100;
}

.my-float{
	margin-top:16px;
}

/* ========================================
   RESPONSIVE STYLES FOR ALL PAGES
   ======================================== */

/* Tablet Devices (768px and below) */
@media screen and (max-width: 768px) {
  
  /* Homepage Hero/Banner Section - Smaller fonts */
  .flexslider {
    margin-top: -20px !important;
  }
  
  .flexslider .slides li {
    min-height: 350px !important;
  }
  
  .mabootstrap-slider-text {
    padding: 15px !important;
  }
  
  .mabootstrap-slider-text .primary-heading {
    font-size: 24px !important;
    line-height: 1.2 !important;
    margin-bottom: 10px !important;
  }
  
  .mabootstrap-slider-text .secondary-heading {
    font-size: 13px !important;
    line-height: 1.4 !important;
  }
  
  /* Opening Hours Section - Smaller fonts */
  .mayuriinfo-intro {
    padding: 20px 0 !important;
  }
  
  .mayuriinfo-intro h4 {
    font-size: 16px !important;
    margin-bottom: 15px !important;
  }
  
  .mayuriinfo-intro .intro h2 {
    font-size: 13px !important;
    margin-bottom: 5px !important;
  }
  
  .mayuriinfo-intro .intro p {
    font-size: 14px !important;
  }
  
  .mayuriinfo-intro .col-md-4 {
    margin-bottom: 15px;
  }
  
  /* Signature Dishes Section - Smaller fonts */
  .specialties .mabootstrap-cell-retro .half {
    width: 100% !important;
    float: none !important;
  }
  
  .specialties .mabootstrap-cell {
    margin-bottom: 15px;
  }
  
  .specialties .mabootstrap-cell .text h3 {
    font-size: 20px !important;
  }
  
  .specialties .mabootstrap-cell .text p {
    font-size: 13px !important;
  }
  
  /* Menu Grid Section - Smaller fonts */
  .homemenu .col-md-3 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  
  .homemenu .blog-item {
    margin-bottom: 15px;
  }
  
  .homemenu .blog-title h4 {
    font-size: 14px !important;
    line-height: 1.3 !important;
  }
  
  .homemenu .blog-title h4 a {
    font-size: 14px !important;
  }
  
  /* Complete Menu Button */
  .btn-lg {
    padding: 12px 20px !important;
    font-size: 16px !important;
  }
  
  .col-md-4.col-md-offset-4 {
    width: 100% !important;
    margin-left: 0 !important;
  }
  
  /* Contact Page Responsive */
  .contact-section {
    padding: 40px 0 !important;
  }
  
  .contact-section .col-md-7,
  .contact-section .col-md-5 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-bottom: 30px;
  }
  
  .contact-section h3 {
    font-size: 24px !important;
    margin-bottom: 20px !important;
  }
  
  .contact-section .lead {
    font-size: 16px !important;
  }
  
  .contact-info-card {
    margin-top: 0 !important;
    padding: 25px !important;
  }
  
  .contact-icon {
    width: 45px !important;
    height: 45px !important;
    margin-right: 15px !important;
  }
  
  .contact-icon i {
    font-size: 20px !important;
  }
  
  .contact-details h4 {
    font-size: 16px !important;
  }
  
  .contact-details p {
    font-size: 14px !important;
  }
  
  .map-section {
    padding: 40px 0 !important;
  }
  
  .map-section h2 {
    font-size: 28px !important;
    margin-bottom: 30px !important;
  }
  
  /* Catering Page Responsive */
  .catering h2 {
    font-size: 28px !important;
  }
  
  .catering p {
    font-size: 16px !important;
  }
  
  .catering-inner h3 {
    font-size: 26px !important;
  }
  
  .catering-inner a {
    font-size: 18px !important;
  }
  
  .catering-inner div[style*="padding: 50px"],
  .catering-inner div[style*="padding: 40px"],
  .ingredients-section div[style*="padding: 40px"] {
    padding: 30px 25px !important;
  }
  
  /* Section padding adjustments */
  section[style*="padding: 60px"],
  section[style*="padding: 80px"] {
    padding: 50px 0 !important;
  }
  
  /* Ingredients Page Responsive */
  .ingredients-section {
    padding: 60px 0 !important;
  }
  
  .ingredients-section .inner-box {
    padding: 2em !important;
    margin-bottom: 30px;
  }
  
  .ingredients-section .inner-box h2 {
    font-size: 24px !important;
  }
  
  .ingredients-section .inner-box p {
    font-size: 15px !important;
  }
  
  /* About Us Section with Image - Responsive */
  .aboutus .col-md-6 {
    margin-bottom: 30px;
  }
  
  .aboutus .col-md-6[style*="display: flex"] {
    display: block !important;
  }
  
  .aboutus h2 {
    font-size: 28px !important;
  }
  
  .aboutus p {
    font-size: 15px !important;
  }
  
  .aboutus .seperator {
    margin-bottom: 15px !important;
  }
  
  /* Inner Page Banner Responsive */
  .mabootstrap-innerpagesection-bg {
    padding: 2.5em 0 !important;
    min-height: 300px !important;
    height: auto !important;
    display: flex !important;
    align-items: center !important;
  }
  
  .mabootstrap-innerpagesection-bg .mabootstrap-heading {
    margin-top: 30px !important;
    width: 100% !important;
  }
  
  .mabootstrap-innerpagesection-bg .mabootstrap-heading .primary-heading {
    font-size: 42px !important;
    margin-bottom: 5px !important;
  }
  
  .mabootstrap-innerpagesection-bg .mabootstrap-heading .secondary-heading {
    font-size: 28px !important;
    line-height: 1.3 !important;
    margin-top: 0 !important;
  }
  
  /* Ensure content is visible on tablet */
  .mabootstrap-innerpagesection-bg .mabootstrap-animate {
    opacity: 1 !important;
    visibility: visible !important;
  }
  
  /* About Us Footer Section Responsive */
  .footer-about-section {
    padding: 30px 0 !important;
  }
  
  .footer-about-section h2 {
    font-size: 22px !important;
    margin-bottom: 15px !important;
  }
  
  .footer-about-section p {
    font-size: 13px !important;
    line-height: 1.6 !important;
  }
  
  /* Footer opening hours */
  .mabootstrap-footer h2 {
    font-size: 20px !important;
  }
  
  .mabootstrap-footer h3 {
    font-size: 18px !important;
  }
  
  .mabootstrap-footer p {
    font-size: 14px !important;
  }
  
  /* Form Controls Responsive */
  .contact-form .form-control {
    font-size: 14px !important;
    padding: 10px 12px !important;
  }
  
  .contact-form .btn-primary {
    padding: 12px 30px !important;
    font-size: 15px !important;
  }
  
  /* Menu Page Responsive */
  .menu-section {
    padding: 40px 0 !important;
  }
  
  .menu-section h2,
  .menu-section h3 {
    font-size: 24px !important;
  }
}

/* Mobile Devices (480px and below) */
@media screen and (max-width: 480px) {
  
  .top-header-row {
    margin-bottom: 9px !important;
  }
  /* Homepage Hero/Banner Section Mobile - Use mandala background with light overlay */
  .flexslider .slides li {
    min-height: 280px !important;
    background-image: url(../img/mandala_grey.png) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative;
  }
  
  /* Add light overlay to reduce background opacity and highlight text */
  .flexslider .slides li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 1;
  }
  
  /* Ensure text is above the overlay */
  .flexslider .slides li .container {
    position: relative;
    z-index: 2;
  }
  
  
  /* Opening Hours Section Mobile - Smaller fonts */
  .mayuriinfo-intro {
    padding: 15px 0 !important;
  }
  
  .mayuriinfo-intro h4 {
    font-size: 18px !important;
    margin-bottom: 10px !important;
  }
  
  .mayuriinfo-intro .intro h2 {
    font-size: 18px !important;
    margin-bottom: 4px !important;
  }
  
  .mayuriinfo-intro .intro p {
    font-size: 16px !important;
  }
  
  .mayuriinfo-intro .col-md-4,
  .mayuriinfo-intro .col-sm-6 {
    margin-bottom: 12px;
  }
  
  /* Menu Grid - Single Column on Mobile with smaller fonts */
  .homemenu .col-md-3,
  .homemenu .col-sm-6 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 15px;
  }
  
  .homemenu .blog-item {
    margin-bottom: 0;
  }
  
  .homemenu .blog-title h4 {
    font-size: 15px !important;
    min-height: auto !important;
    line-height: 1.3 !important;
  }
  
  .homemenu .blog-title h4 a {
    font-size: 15px !important;
  }
  
  /* Buttons Mobile */
  .btn-lg {
    padding: 14px 20px !important;
    font-size: 16px !important;
    width: 100% !important;
  }
  
  /* Signature Dishes Mobile - Smaller fonts */
  .specialties .mabootstrap-cell {
    margin-bottom: -77px;
  }
  
  .specialties .mabootstrap-cell .text h3 {
    font-size: 17px !important;
  }
  
  .specialties .mabootstrap-cell .text p {
    font-size: 16px !important;
    line-height: 1.4 !important;
  }
  
  /* Contact Page Mobile */
  .contact-section {
    padding: 30px 0 !important;
  }
  
  .contact-section h3 {
    font-size: 22px !important;
    margin-bottom: 15px !important;
  }
  
  .contact-section .lead {
    font-size: 15px !important;
  }
  
  .contact-info-card {
    padding: 20px !important;
  }
  
  .contact-icon {
    width: 40px !important;
    height: 40px !important;
    margin-right: 12px !important;
  }
  
  .contact-icon i {
    font-size: 18px !important;
  }
  
  .contact-details h4 {
    font-size: 15px !important;
  }
  
  .contact-details p {
    font-size: 13px !important;
  }
  
  .map-section {
    padding: 30px 0 !important;
  }
  
  .map-section h2 {
    font-size: 24px !important;
    margin-bottom: 25px !important;
  }
  
  /* Catering Page Mobile */
  .catering h2 {
    font-size: 24px !important;
  }
  
  .catering p {
    font-size: 15px !important;
  }
  
  .catering-inner h3 {
    font-size: 22px !important;
  }
  
  .catering-inner a {
    font-size: 16px !important;
  }
  
  .catering-inner div[style*="padding"],
  .ingredients-section div[style*="padding"] {
    padding: 25px 20px !important;
  }
  
  /* Section padding mobile */
  section[style*="padding: 60px"],
  section[style*="padding: 80px"] {
    padding: 40px 0 !important;
  }
  
  /* Ingredients Page Mobile */
  .ingredients-section {
    padding: 40px 0 !important;
  }
  
  .ingredients-section .inner-box {
    padding: 1.5em !important;
  }
  
  .ingredients-section .inner-box h2 {
    font-size: 20px !important;
  }
  
  .ingredients-section .inner-box p {
    font-size: 14px !important;
  }
  
  /* About Us Section Mobile */
  .aboutus {
    padding: 30px 0 !important;
  }
  
  .aboutus h2 {
    font-size: 20px !important;
    margin-bottom: 12px !important;
  }
  
  .aboutus p {
    font-size: 13px !important;
  }
  
  .aboutus .col-md-6 {
    margin-bottom: 15px;
  }
  
  /* Footer About Section Mobile */
  .footer-about-section {
    padding: 25px 0 !important;
  }
  
  .footer-about-section h2 {
    font-size: 20px !important;
    margin-bottom: 12px !important;
  }
  
  .footer-about-section p {
    font-size: 12px !important;
    line-height: 1.5 !important;
  }
  
  /* Footer opening hours mobile */
  .mabootstrap-footer h2 {
    font-size: 18px !important;
  }
  
  .mabootstrap-footer h3 {
    font-size: 16px !important;
  }
  
  .mabootstrap-footer p {
    font-size: 13px !important;
  }
  
  /* Inner Page Banner Mobile */
  .mabootstrap-innerpagesection-bg {
    padding: 2em 0 !important;
    min-height: 250px !important;
    height: auto !important;
    display: flex !important;
    align-items: center !important;
  }
  
  .mabootstrap-innerpagesection-bg .mabootstrap-heading {
    margin-top: 20px !important;
    width: 100% !important;
  }
  
  .mabootstrap-innerpagesection-bg .mabootstrap-heading .primary-heading {
    font-size: 32px !important;
    margin-bottom: 5px !important;
  }
  
  .mabootstrap-innerpagesection-bg .mabootstrap-heading .secondary-heading {
    font-size: 28px !important;
    line-height: 1.2 !important;
    margin-top: 0 !important;
  }
  
  /* Ensure content is visible on mobile */
  .mabootstrap-innerpagesection-bg .mabootstrap-animate {
    opacity: 1 !important;
    visibility: visible !important;
  }
  
  /* About Us Footer Section Mobile */
  .footer-about-section {
    padding: 30px 0 !important;
  }
  
  .footer-about-section h2 {
    font-size: 24px !important;
    margin-bottom: 15px !important;
  }
  
  .footer-about-section p {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }
  
  /* Form Controls Mobile */
  .contact-form .form-control {
    font-size: 13px !important;
    padding: 10px !important;
  }
  
  .contact-form label {
    font-size: 13px !important;
  }
  
  .contact-form .btn-primary {
    padding: 12px 25px !important;
    font-size: 14px !important;
    width: 100%;
  }
  
  /* Reduce spacing on mobile */
  .col-md-10.col-md-offset-1 {
    padding: 0 15px !important;
  }
  
  /* Menu Page Mobile */
  .menu-section {
    padding: 30px 0 !important;
  }
  
  .menu-section h2,
  .menu-section h3 {
    font-size: 20px !important;
  }
}

/* Small Devices (400px and below) - Same as 480px */
@media screen and (max-width: 400px) {
  
  /* Keep SAME layout as 480px - no position changes */
  
  /* Only adjust font sizes slightly smaller */
  .header-address-stripbar ul li h6,
  .header-address-stripbar ul li a {
    font-size: 9px !important;
  }
  
  .strip-tip .btn {
    font-size: 9px !important;
  }
}

/* Extra Small Devices (320px and below) */
@media screen and (max-width: 320px) {
  
  /* Homepage Hero Extra Small */
  .mabootstrap-slider-text .primary-heading {
    font-size: 18px !important;
  }
  
  .mabootstrap-slider-text .secondary-heading {
    font-size: 12px !important;
  }
  
  /* Inner Page Banner Extra Small */
  .mabootstrap-innerpagesection-bg {
    padding: 1.5em 0 !important;
    min-height: 200px !important;
  }
  
  .mabootstrap-innerpagesection-bg .mabootstrap-heading {
    margin-top: 15px !important;
  }
  
  .mabootstrap-innerpagesection-bg .mabootstrap-heading .primary-heading {
    font-size: 28px !important;
  }
  
  .mabootstrap-innerpagesection-bg .mabootstrap-heading .secondary-heading {
    font-size: 24px !important;
  }
  
  /* Opening Hours Extra Small */
  .mayuriinfo-intro h4 {
    font-size: 18px !important;
  }
  
  .mayuriinfo-intro .intro h2 {
    font-size: 12px !important;
  }
  
  .mayuriinfo-intro .intro p {
    font-size: 13px !important;
  }
  
  /* Keep SAME layout as 480px - just smaller fonts */
  
  .header-address-stripbar ul {
    gap: 4px !important;
  }
  
  .header-address-stripbar ul li h6,
  .header-address-stripbar ul li a {
    font-size: 8px !important;
  }
  
  .strip-tip .btn {
    font-size: 8px !important;
    padding: 4px 8px !important;
  }
  
  .contact-section h3 {
    font-size: 20px !important;
  }
  
  .catering h2 {
    font-size: 20px !important;
  }
  
  .catering-inner h3 {
    font-size: 20px !important;
  }
  
  .mabootstrap-innerpagesection-bg .mabootstrap-heading .primary-heading {
    font-size: 28px !important;
  }
  
  .mabootstrap-innerpagesection-bg .mabootstrap-heading .secondary-heading {
    font-size: 20px !important;
  }
  
  .footer-about-section h2 {
    font-size: 22px !important;
  }
  
  .contact-info-item {
    margin-bottom: 20px !important;
  }
}

/* Additional Homepage Responsive Fixes */
@media screen and (max-width: 768px) {
  /* Ensure hero columns stack properly */
  .flexslider .col-md-6,
  .flexslider .col-sm-8,
  .flexslider .col-xs-10 {
    width: 100% !important;
    margin-left: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  
  /* Section headings - Reduced for mobile */
  .mabootstrap-heading .primary-heading {
    font-size: 28px !important;
    line-height: 1.2 !important;
  }
  
  .mabootstrap-heading .secondary-heading {
    font-size: 20px !important;
    line-height: 1.3 !important;
  }
  
  /* Reduce all body text on mobile */
  body {
    font-size: 14px !important;
  }
  
  p {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }
  
  h1 {
    font-size: 28px !important;
  }
  
  h2 {
    font-size: 24px !important;
  }
  
  h3 {
    font-size: 20px !important;
  }
  
  h4 {
    font-size: 18px !important;
  }
  
  /* Mobile Navigation - Horizontal Layout Like Image */
  .stripbar {
    padding: 5px 0 !important;
  }
  
  .stripbar .container {
    padding: 5px 10px !important;
    position: relative !important;
    display: flex !important;
    align-items: flex-start !important;
  }
  
  .stripbar .top-header-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    width: 100% !important;
    position: relative !important;
  }
  
  /* Logo - Far Left */
  .stripbar .col-md-4:first-child {
    width: 17% !important;
    flex: 0 0 17% !important;
    text-align: left !important;
    order: 1 !important;
    margin-bottom: 0 !important;
    padding-right: 3px !important;
  }
  
  .navbar-brand-top {
    margin: 0 !important;
    width: 100% !important;
    max-width: 75px !important;
    height: 70px !important;
  }
  
  /* Center Area - Stack Buttons and Contact Vertically - WIDER for email */
  .stripbar .col-md-4:nth-child(2) {
    width: 73% !important;
    flex: 0 0 73% !important;
    text-align: center !important;
    order: 2 !important;
    padding: 0 2px !important;
    margin-bottom: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 5px !important;
  }
  
  .stripbar .col-md-4:nth-child(3) {
    width: 73% !important;
    flex: 0 0 73% !important;
    text-align: center !important;
    order: 3 !important;
    padding: 0 2px !important;
    margin-bottom: 0 !important;
    position: absolute !important;
    left: 17% !important;
    top: 32px !important;
  }
  
  /* Buttons */
  .strip-tip {
    width: 100% !important;
    text-align: center !important;
    margin: 0 !important;
  }
  
  .strip-tip .btn {
    font-size: 10px !important;
    padding: 5px 10px !important;
    margin: 0 2px !important;
  }
  
  /* Contact Info - Mobile only styles moved to 480px breakpoint */
  
  .header-address-stripbar .phone,
  .header-address-stripbar .email {
    width: 14px !important;
    height: 14px !important;
    display: inline-block !important;
    vertical-align: middle !important;
    margin-right: 3px !important;
  }
  
  /* Hamburger Menu - Far Right */
  .main-menu-bar {
    position: relative !important;
    min-height: 10px !important;
    margin-top: -15px !important;
    padding: 0 !important;
  }
  
  .main-menu-bar .container {
    position: relative !important;
  }
  
  .navbar-header {
    position: absolute !important;
    right: 18px !important;
    top: -39px !important;
    z-index: 1000 !important;
  }
  
  .navbar-toggle {
    display: block !important;
    float: none !important;
    background-color: #b13630 !important;
    border: 2px solid #fff !important;
    margin: 0 !important;
    padding: 4px 8px !important;
    border-radius: 4px !important;
    cursor: pointer !important;
  }
  
  .navbar-toggle .icon-bar {
    background-color: #fff !important;
    width: 26px !important;
    height: 3px !important;
    display: block !important;
    margin: 5px 0 !important;
    border-radius: 1px !important;
  }
  
  .navbar-toggle:hover,
  .navbar-toggle:focus {
    background-color: #9a1825 !important;
  }
  
  /* Main Menu Bar - Always Show on Mobile */
  .main-menu-bar {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    min-height: auto !important;
  }
  
  /* Collapsed Menu Styles */
  .navbar-collapse {
    border: none !important;
    box-shadow: none !important;
    background: #b13630 !important;
  }
  
  .navbar-collapse.collapse {
    display: none !important;
  }
  
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  
  /* Mobile Menu Links */
  .main-menu-nav {
    margin: 0 !important;
    padding: 0 !important;
  }
  
  .main-menu-nav > li {
    display: block !important;
    float: none !important;
    width: 100% !important;
  }
  
  .main-menu-nav > li > a {
    display: block !important;
    padding: 12px 15px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  }
  
  /* Completely hide stripbar menu on mobile */
  .stripbar-menu-container {
    display: none !important;
  }
  
  /* Disable scrolled class effects on mobile */
  .mabootstrap-navbar.scrolled .stripbar-menu-container {
    display: none !important;
  }
  
  .mabootstrap-navbar.scrolled .navbar-brand-top,
  .mabootstrap-navbar.scrolled .strip-tip,
  .mabootstrap-navbar.scrolled .header-address-stripbar {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  
  /* Menu collapse functionality */
  .main-menu-bar .navbar-collapse {
    width: 100% !important;
    clear: both !important;
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 480px) {
  /* Section headings mobile - Even smaller */
  .mabootstrap-heading .primary-heading {
    font-size: 24px !important;
    line-height: 1.2 !important;
  }
  

  .mabootstrap-heading .secondary-heading {
    font-size: 16px !important;
    line-height: 1.3 !important;
  }
  
  /* All text smaller on small screens */
  body {
    font-size: 13px !important;
  }
  
  p {
    font-size: 13px !important;
  }
  
  h1 {
    font-size: 24px !important;
  }
  
  h2 {
    font-size: 20px !important;
  }
  
  h3 {
    font-size: 18px !important;
  }
  
  h4 {
    font-size: 16px !important;
  }
  
  /* Mobile Navigation - Smaller Screens (same layout) */
  .stripbar {
    padding: 5px 0 !important;
  }
  
  .stripbar .container {
    padding: 5px 8px !important;
  }
  
  /* Logo */
  .stripbar .col-md-4:first-child {
    width: 23% !important;
    flex: 0 0 23% !important;
  }
  
  .navbar-brand-top {
    max-width: 80px !important;
    height: 70px !important;
  }
  
  /* Keep SAME layout as tablet for consistency */
  /* No changes needed - inherit from 768px styles */
  
  /* Buttons smaller */
  .strip-tip .btn {
    font-size: 9px !important;
    padding: 4px 8px !important;
    margin: 0 1px !important;
  }
  
  /* Contact info smaller */
  .header-address-stripbar {
    padding-top: 3px !important;
  }
  
  .header-address-stripbar ul {
    gap: 5px !important;
  }
  
  .header-address-stripbar ul li h6,
  .header-address-stripbar ul li a {
    font-size: 10px !important;
  }
  
  .header-address-stripbar .phone,
  .header-address-stripbar .email {
    width: 12px !important;
    height: 12px !important;
  }
  
  /* Hide catering button on very small screens to save space */
  .strip-tip .hide_mobile {
    display: none !important;
  }
  
  /* Hamburger positioning - adjusted for compact layout */
  .navbar-header {
    top: -45px !important;
    right: 44px !important;
  }
  
  .navbar-toggle {
    padding: 10px 12px !important;
  }
  
  .navbar-toggle .icon-bar {
    width: 24px !important;
    height: 3px !important;
  }
  
  .navbar-toggle {
    padding: 10px 12px !important;
  }
  
  .navbar-toggle .icon-bar {
    width: 24px !important;
    height: 3px !important;
  }
  
  /* Hamburger menu positioning */
  .navbar-toggle {
    margin: 6px 0 !important;
    padding: 2px 10px !important;
  }
  
  .navbar-toggle .icon-bar {
    width: 18px !important;
  }
  
  /* Make sure menu items are readable */
  .main-menu-nav > li > a {
    font-size: 14px !important;
    padding: 10px 15px !important;
  }
}

/* =====================================================
   Menu Filter Styles - Veg/Non-Veg Filter
   ===================================================== */

.menu-filter-wrapper {
  display: inline-block;
  background: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.filter-options {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.filter-option {
  position: relative;
  cursor: pointer;
  margin: 0;
}

.filter-option input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.filter-label {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 25px;
  background: #f8f9fa;
  border: 2px solid #e0e0e0;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
  color: #666;
  transition: all 0.3s ease;
  cursor: pointer;
  white-space: nowrap;
}

.filter-option:hover .filter-label {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Active state for All Items */
.filter-option.all-option input[type="radio"]:checked ~ .filter-label {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-color: #667eea;
  color: #fff;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

/* Active state for Vegetarian */
.filter-option.veg-option input[type="radio"]:checked ~ .filter-label {
  background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
  border-color: #11998e;
  color: #fff;
  box-shadow: 0 4px 15px rgba(17, 153, 142, 0.4);
}

/* Active state for Non-Vegetarian */
.filter-option.nonveg-option input[type="radio"]:checked ~ .filter-label {
  background: linear-gradient(135deg, #eb3349 0%, #f45c43 100%);
  border-color: #eb3349;
  color: #fff;
  box-shadow: 0 4px 15px rgba(235, 51, 73, 0.4);
}

/* Filter dots */
.filter-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid currentColor;
}

.veg-dot {
  background-color: #38ef7d;
  border-color: #11998e;
}

.nonveg-dot {
  background-color: #eb3349;
  border-color: #eb3349;
}

/* Update dot colors when active */
.filter-option.veg-option input[type="radio"]:checked ~ .filter-label .veg-dot {
  background-color: #fff;
  border-color: #fff;
}

.filter-option.nonveg-option input[type="radio"]:checked ~ .filter-label .nonveg-dot {
  background-color: #fff;
  border-color: #fff;
}

.filter-icon {
  font-size: 18px;
  display: inline-block;
}

.filter-text {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

/* Hidden menu items */
.menus li.menu-hidden {
  display: none !important;
}

/* Responsive styles for filter */
@media screen and (max-width: 768px) {
  .menu-filter-wrapper {
    padding: 12px 20px;
  }
  
  .filter-options {
    gap: 10px;
  }
  
  .filter-label {
    padding: 10px 20px;
    font-size: 14px;
  }
  
  .filter-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .menu-filter-wrapper {
    padding: 10px 15px;
    border-radius: 40px;
  }
  
  .filter-options {
    gap: 8px;
  }
  
  .filter-label {
    padding: 8px 15px;
    font-size: 13px;
  }
  
  .filter-text {
    font-size: 13px;
  }
  
  .filter-dot {
    width: 12px;
    height: 12px;
  }
  
  .filter-icon {
    font-size: 16px;
  }
}
