@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sen:wght@400;700&display=swap");
@font-face {
  font-family: "DroidSerif-Bold";
  src: url("../fonts/DroidSerif-Bold.eot");
  src: url("../fonts/DroidSerif-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/DroidSerif-Bold.svg#DroidSerif-Bold") format("svg"),
    url("../fonts/DroidSerif-Bold.ttf") format("truetype"),
    url("../fonts/DroidSerif-Bold.woff") format("woff"),
    url("../fonts/DroidSerif-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
  padding-top: 104px;
}

html {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

p {
  line-height: 26px;
  color: #000;
  font-size: 16px;
}

a {
  text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
  border-radius: 0;
  font-size: 0;
  border: 0;
  background-color: #000000;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 9;
}

.slick-arrow.slick-prev {
  left: 0;
}

.slick-arrow.slick-prev:before {
  content: "\f104";
  font-size: 20px;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.slick-arrow.slick-next {
  right: 0;
}

.slick-arrow.slick-next:before {
  content: "\f105";
  font-size: 20px;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.slick-arrow.slick-disabled {
  opacity: 0.2;
}

.slick-slide {
  padding: 0 15px;
}

.slick-dots button {
  font-size: 0;
  padding: 0;
  background-color: transparent;
  width: 10px;
  height: 10px;
  line-height: 0;
  border: none;
  background-color: #fff;
  transition: all ease 0.4s;
  position: relative;
}

.slick-dots button:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  border: 2px solid #c2a84f;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
}

ul.slick-dots li {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
}

.slick-dots .slick-active button::before {
  opacity: 1;
  visibility: visible;
}

.menu-toggle {
  padding-left: 10px;
}

a.fi-custum {
  position: relative;
}

a.fi-custum span {
  position: absolute;
  bottom: 22px;
  font-size: 12px;
  text-align: center;
  display: block;
  color: #ee1d24;
  right: 0;
  left: 0;
  width: max-content;
  margin-inline: auto;
  border-radius: 50px;
  font-weight: 600;
  animation: menucolorchange 6s infinite alternate;
  -webkit-animation: menucolorchange 6s infinite alternate;
}

@-webkit-keyframes menucolorchange {
  0% {
    color: #ee1d24;
  }
  50% {
    color: #f79b34;
  }
  100% {
    color: #f26434;
  }
}

@media screen and (min-width: 992px) and (max-width: 1400px) {
  .location-list li a {
    font-size: clamp(0.725rem, 1.075vw, 1rem) !important;
    padding-inline: 0.75em !important;
  }
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/

section {
  padding: 100px 0;
  overflow: hidden;
  z-index: 77;
  position: relative;
}

.btn-bx {
  margin-top: 50px;
}

.section-title span {
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #ee1d24;
  margin-bottom: 15px;
  display: block;
}

.section-title h2 {
  position: relative;
  font-weight: 600;
  font-size: 35px;
  line-height: 1.3;
  color: #111;
  text-transform: uppercase;
  display: inline-block;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.theme-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 15px;
  color: #ffffff;
  background-color: #ee1d24;
  padding: 12px 30px;
  transition: 0.5s ease-in-out;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 2;
  text-align: center;
  border: none;
}

.theme-btn span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
}

.theme-btn::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 50%;
  height: 0;
  visibility: hidden;
  background-color: #000;
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}

.theme-btn:hover:before {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.theme-btn::after {
  position: absolute;
  background-color: #000;
  bottom: 0;
  right: 0;
  content: "";
  width: 50%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}

.theme-btn:hover::after {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.theme-btn:hover {
  color: #fff;
}

.black-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 15px;
  color: #ffffff;
  background-color: #000;
  padding: 12px 30px;
  transition: 0.5s ease-in-out;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 2;
  text-align: center;
  border: none;
}

.black-btn span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
}

.black-btn::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 50%;
  height: 0;
  visibility: hidden;
  background-color: #ee1d24;
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}

.black-btn:hover:before {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.black-btn::after {
  position: absolute;
  background-color: #ee1d24;
  bottom: 0;
  right: 0;
  content: "";
  width: 50%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}

.black-btn:hover::after {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.black-btn:hover {
  color: #fff;
}

/*--------------------------------------------------------------
 # call-buton Css
--------------------------------------------------------------*/

.call-buton .cc-calto-action-ripple {
  z-index: 99999;
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  background: #ee1d24;
  width: 4rem;
  height: 4rem;
  padding: 0rem;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  -webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
  animation: cc-calto-action-ripple 0.6s linear infinite;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.call-buton .cc-calto-action-ripple img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 30px;
  filter: invert(1);
}

.call-buton .cc-calto-action-ripple:hover img {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@-webkit-keyframes cc-calto-action-ripple {
  0% {
    -webkit-box-shadow: 0 4px 10px rgba(21, 90, 165, 0.2),
      0 0 0 0 rgba(21, 90, 165, 0.2), 0 0 0 5px rgba(21, 90, 165, 0.2),
      0 0 0 10px rgba(21, 90, 165, 0.2);
    box-shadow: 0 4px 10px rgba(21, 90, 165, 0.2),
      0 0 0 0 rgba(21, 90, 165, 0.2), 0 0 0 5px rgba(21, 90, 165, 0.2),
      0 0 0 10px rgba(21, 90, 165, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 4px 10px rgba(21, 90, 165, 0.2),
      0 0 0 5px rgba(21, 90, 165, 0.2), 0 0 0 10px rgba(21, 90, 165, 0.2),
      0 0 0 20px rgba(21, 90, 165, 0);
    box-shadow: 0 4px 10px rgba(236, 24, 24, 0.2),
      0 0 0 5px rgba(21, 90, 165, 0.2), 0 0 0 10px rgba(21, 90, 165, 0.2),
      0 0 0 20px rgba(21, 90, 165, 0);
  }
}

@keyframes cc-calto-action-ripple {
  0% {
    -webkit-box-shadow: 0 4px 10px rgba(21, 90, 165, 0.2),
      0 0 0 0 rgba(21, 90, 165, 0.2), 0 0 0 5px rgba(21, 90, 165, 0.2),
      0 0 0 10px rgba(21, 90, 165, 0.2);
    box-shadow: 0 4px 10px rgba(21, 90, 165, 0.2),
      0 0 0 0 rgba(21, 90, 165, 0.2), 0 0 0 5px rgba(21, 90, 165, 0.2),
      0 0 0 10px rgba(21, 90, 165, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 4px 10px rgba(21, 90, 165, 0.2),
      0 0 0 5px rgba(21, 90, 165, 0.2), 0 0 0 10px rgba(21, 90, 165, 0.2),
      0 0 0 20px rgba(21, 90, 165, 0);
    box-shadow: 0 4px 10px rgba(21, 90, 165, 0.2),
      0 0 0 5px rgba(21, 90, 165, 0.2), 0 0 0 10px rgba(21, 90, 165, 0.2),
      0 0 0 20px rgba(21, 90, 165, 0);
  }
}

span.num {
  position: absolute;
  color: #ec8b00;
  left: -30%;
  bottom: -50%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

header {
  position: relative;
  width: 100%;
  z-index: 10;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  width: 100%;
  top: 0;
  z-index: 999;
  padding: 0;
  border-bottom: 1px solid #dadada;
}

header.header-ver-new.fixed_header {
  position: fixed !important;
  background: #fff;
  display: block;
  border: 0;
  box-shadow: 0 1px 3px rgb(0 0 0 / 10%), 0 2px 2px rgb(0 0 0 / 6%),
    0 0 2px rgb(0 0 0 / 7%);
  z-index: 212;
}

.header-inner {
  display: flex;
  justify-content: space-between;
}

.top_header_left {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}

.top_header_left::before {
  background-image: url(https://shahshalalfood.ca/wp-content/uploads/2025/09/Flag_of_Canada.svg.png);
  position: absolute;
  content: "";
  height: 25px;
  width: 45px;
  background-size: 99%;
  background-repeat: no-repeat;
  top: 46%;
  object-fit: cover;
  border: transparent;
  right: -53%;
  transform: translateX(-50%);
}

.header-right {
  align-items: center;
}

.header-ver-new img.logo_left {
  max-width: 135px;
}

.header-ver-new .order-btn {
  align-items: center;
  border: 0;
}

.header-right div {
  height: 100%;
  display: flex;
  align-items: center;
}

.header-ver-new ul.location-list {
  border: 0;
}

.order-btn {
  display: flex;
  border-left: 1px solid #ddd;
}

ul.location-list {
  display: flex;
  height: 100%;
  padding-right: 0px;
  align-items: center;
  gap: 0px;
}

ul.location-list li {
  padding: 0px;
  position: relative;
}

.header-ver-new .order-btn a {
  transform: translateX(0);
}

.header-ver-new .order-btn a {
  border: 0;
  font-weight: 500;
}

.order-btn a {
  margin: 0px !important;
  font-size: 16px;
  text-transform: uppercase;
  display: flex;
  height: 100%;
  padding: 0 20px;
  border-right: 1px solid #ddd;
  align-items: center;
  color: inherit;
}

.menu-list {
  flex-basis: calc(100% / 3);
  max-width: calc(100% / 3);
  margin: 0 !important;
  padding: 0 !important;
  color: #fff;
  z-index: 9;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-ver-new .order-btn a {
  border: 0;
  font-weight: 500;
}

.sub-menu.mega-menu {
  font-size: 16px;
  color: #ee1d24;
  font-weight: 600;
  display: inline-block;
  margin-top: 10px;
}

.sub-menu {
  width: 100%;
  display: block;
}

.sub-menu .mega-menu-wrapper {
  font-size: 16px;
  color: #ee1d24;
  font-weight: 600;
  display: inline-block;
  margin-top: 10px;
}

.sub-menu .mega-menu-wrapper > * {
  margin-bottom: 20px;
}

.header-ver-new .order-btn a {
  transform: translateX(0);
}

.menu-list .nav-item .menu-image {
  flex-basis: calc(100% / 3);
  max-width: calc(100% / 3);
  margin: 0 !important;
  padding: 0 !important;
  color: #fff;
  z-index: 9;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-list .nav-item .menu-image img {
  flex-basis: calc(100% / 3);
  max-width: calc(100% / 3);
  margin: 0 !important;
  padding: 0 !important;
  color: #fff;
  z-index: 9;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

#header_fixed_top .sub-menu img {
  max-width: 100% !important;
}

.sub-menu .view-btn {
  margin: 0;
}

.sub-menu .view-btn .black-btn {
  padding: 0;
}

.sub-menu .view-btn .black-btn {
  order: 1;
  width: 100%;
  flex-basis: 100%;
  max-width: none;
  background: #ee1d24;
  padding: 20px;
  margin: 0;
}

.logo_left {
  padding: 10px 0;
}

.header-ver-new .order-btn a img {
  max-width: 24px;
  margin-right: 5px;
}

ul.location-list li a {
  padding: 40px 20px;
  border-right: 0px;
}

.loations-dd {
  position: relative;
}

.loations-dd a.visit-btn-top-right {
  position: relative;
  color: #000;
}

ul.child_menu li:hover {
  background: #ee1d24;
}

.loations-dd:hover ul.child_menu li:last-child {
  border-bottom: none;
}

.loations-dd:hover ul.child_menu,
.loations-dd ul.child_menu:hover {
  display: block;
  position: absolute;
  top: 72px;
  width: 100%;
  background: #000;
  z-index: 99;
  left: 0px;
  border-radius: 20px;
  overflow: hidden;
}

.loations-dd:hover ul.child_menu li {
  position: relative;
  border-bottom: 1px solid #fff;
}

.loations-dd:hover ul.child_menu li a {
  padding: 10px 30px;
  border: 0;
  font-weight: 500;
  color: #fff;
  display: block;
  width: 100%;
}

.visit-btn-top-right {
  display: block;
  height: 40px;
  padding: 0 20px;
  border: 1px solid #000;
  line-height: 40px;
  border-radius: 30px;
  font-weight: 500;
  color: inherit;
}

ul.child_menu {
  display: none;
}

ul.child_menu li a {
  border-right: 0px;
  padding: 0px 30px;
  color: #fff;
}

@media (min-width: 992px) {
  #header_fixed_top .fa-angle-down {
    margin: 0 0 0 8px;
    display: inline-block;
    transition: all 150ms;
  }
  #header_fixed_top .location-list > li:hover > a .fa-angle-down {
    rotate: 180deg;
  }
  #header_fixed_top .location-list > li:not(:first-child) {
    position: static;
  }
  #header_fixed_top .sub-menu {
    position: absolute;
    inset: 100% 0 auto 0;
    display: grid;
    margin: 0;
    padding-block: 40px;
    background-color: #fff;
    border-top: 1px solid #ccc;
    grid-template-columns: 1fr [content-start] min(100% - 1rem, 1080px) [content-end] 1fr;
    scale: 0.95;
    opacity: 0;
    visibility: hidden;
    transition: scale 300ms ease;
    box-shadow: 0 4px 8px hsl(0 0% 0% / 15%);
  }
  #header_fixed_top .location-list li:hover .sub-menu {
    scale: 1;
    opacity: 1;
    visibility: visible;
    height: auto;
  }
  #header_fixed_top .sub-menu > * {
    grid-column: content;
  }
  #header_fixed_top .sub-menu img {
    width: 100%;
  }
  #header_fixed_top .mega-menu-wrapper {
    display: flex;
    margin: 0;
    flex-wrap: wrap;
    justify-content: center;
  }
  #header_fixed_top .mega-menu-wrapper > * {
    flex: 0 0 calc(100% / 3);
    margin: 0;
  }
  #header_fixed_top .mega-menu-wrapper a {
    padding: 8px;
    color: #000;
    font-size: 0.9rem;
  }
  #header_fixed_top .mega-menu-wrapper > :last-child {
    flex: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 25px;
  }
  #header_fixed_top .mega-menu-wrapper img {
    width: 78px;
    aspect-ratio: 1;
    object-fit: contain;
    margin-right: 0.75rem;
    display: inline-block;
  }
  #header_fixed_top .mega-menu-wrapper > :last-child .theme-btn {
    max-width: max-content;
    padding: 13px 25px;
    line-height: 24px;
    border-radius: 4px;
    background-color: transparent;
    border: 1px solid #aaa;
    color: #000 !important;
    box-shadow: 0 0.09375rem 0.09375rem 0 rgba(0, 0, 0, 0.08);
  }
  #header_fixed_top .mega-menu-wrapper > :last-child .theme-btn::before,
  #header_fixed_top .mega-menu-wrapper > :last-child .theme-btn::after {
    content: none;
  }
  .menu-sec .nav-tabs .nav-item:first-child {
    position: absolute;
    width: 100%;
    transform: translateY(calc(-100% - 1rem));
    border: 1px solid #cacaca;
    border-radius: 4px;
  }
  .menu-sec .nav-tabs {
    margin-block-start: 5rem;
  }
}

/* =====================================
# common Css
===================================== */

option {
  font-weight: 500;
}

.btn-bx {
  margin-top: 50px;
}

a.text-link {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #ee1d24;
  font-weight: 400;
}

a.text-link i {
  font-size: 16px;
  margin-top: 5px;
  transition: all 0.5s;
}

a.text-link:hover i {
  transform: translate(15px, 0px);
}

/*--------------------------------------------------------------
 # Video Banner css
--------------------------------------------------------------*/

.video-ban {
  position: relative;
  /* height: 100vh;
    width: 100%; */
  overflow: hidden;
  padding: 0;
  z-index: 77;
}

.video-ban video {
  height: auto;
  width: 100%;
}

.video-ban .container {
  position: relative;
  z-index: 2;
}

/*--------------------------------------------------------------
# menu Section css
--------------------------------------------------------------*/

.menu-home-nh {
  background: #ffffff;
  position: relative;
}

.menu-home {
  position: relative;
}

.menu-home::after {
  background-image: url(https://shahshalalfood.ca/wp-content/uploads/2025/09/Flag_of_Canada.svg-1.png);
  position: fixed;
  content: "";
  height: 900px;
  width: 1000px;
  background-size: 100%;
  background-repeat: no-repeat;
  object-fit: cover;
  bottom: -315px;
  border: 0px;
  right: -436px;
  opacity: 0.1;
  transform: rotate(-54deg);
}

.fade-fire {
  position: absolute;
  right: 50px;
  bottom: 10px;
  opacity: 0.2;
  width: 20%;
}

.widget.location-footer p {
  margin: 0;
}

.fade-fire img {
  max-width: 273px;
  display: none;
}

.menu-home-nh .nav-tabs {
  border: 0;
}

.menu-home-nh .nav-tabs li.nav-item {
  width: 20%;
  position: relative;
}

.menu-home-nh .nav-tabs li.nav-item::before {
  content: "";
  height: 1px;
  width: 100%;
  background: rgb(0 0 0 / 40%);
  position: absolute;
  top: 56px;
  left: 50%;
}

.menu-home-nh .nav-tabs li.nav-item:last-child:before {
  display: none;
}

.menu-lg-img img {
  width: 100%;
}

.menu-home-nh .nav-item.show .nav-link,
.menu-home-nh .nav-tabs .nav-link.active,
.menu-home-nh .nav-item .nav-link:hover {
  background: none;
  border: 0 !important;
}

.slide-wrapper img {
  width: 100%;
}

.menu-home-nh .menu-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  flex-wrap: wrap;
  width: 100px;
  margin: auto;
  height: 100px;
  position: relative;
  z-index: 1;
  background: #23262d;
}

.menu-home-nh .menu-icon img {
  width: min(70px, 100%);
  aspect-ratio: 1;
  object-fit: contain;
}

.menu-home-nh .menu-item-name {
  color: #000000;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  display: block;
  text-align: center;
  text-transform: uppercase;
}

.menu-home-nh .nav-item .nav-link {
  border: 0 !important;
}

.menu-home-nh .nav-item .nav-link.active .menu-icon {
  border-color: #ffbb45;
}

.menu-home-nh .nav-item .nav-link.active .menu-item-name {
  color: #cc0001;
}

.menu-lg-img {
  padding: 30px;
}

.menu-item-list h3 {
  color: #fe002d;
}

.menu-item-list .items-wrapper {
  display: flex;
  gap: 60px 30px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.menu-item-list .items-wrapper .item {
  flex: 0 0 calc(100% / 3 - 30px);
}

.page-template-single-location-inner-pages .menu-home-nh .nav-tabs li.nav-item {
  width: auto;
  flex: 0 1 max(100px, 100% / 7);
  position: relative;
}

.menu-item-list .items-wrapper .title h3 {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding: 0 0 15px 0;
  margin: 0;
}

.title {
  display: flex;
  align-items: start;
  height: 50px;
  justify-content: center;
}

.menu-item-list .items-wrapper .thumbnail img {
  max-height: 145px;
  margin-bottom: 10px;
}

.menu-item-list .items-wrapper .thumbnail {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-item-list ul li {
  padding: 15px 0 10px 0;
  border-bottom: 1px dotted rgb(0 0 0 / 30%);
}

.menu-item-list ul li:last-child {
  border: 0;
}

.menu-item-list ul li h4 {
  font-weight: 500;
  color: #000000;
  font-size: 20px;
  text-transform: uppercase;
}

.menu-item-list ul li p {
  color: #000000;
}

.menu-home-nh .tab-pane {
  margin-top: 30px;
}

.btn-franchise {
  display: inline-block;
}

.menu-home-nh .section-title h2 {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}

.menu-home-nh .section-title h2::before {
  content: "";
  height: 4px;
  background: #fe002d;
  position: absolute;
  left: 50%;
  transform: translateX(-4%);
  bottom: -10px;
  right: 0;
  left: 0;
}
/*--------------------------------------------------------------
# navigation Section
--------------------------------------------------------------*/

.navigation.open-menu {
  padding-block: 105px 40px;
}

.navigation.open-menu ul#menu-main-menu {
  margin: 0 !important;
  padding: 0 !important;
}

.navigation.open-menu .close-menu {
  top: 25px !important;
}

.navigation {
  position: fixed;
  top: 0px;
  background: #000;
  width: 100%;
  transform: translateY(calc(-100% + -150px));
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  height: 100vh;
  z-index: +99997;
}

.navbar-nav {
  text-align: center;
  padding-bottom: 30px;
  align-content: center;
}

.navbar-nav li {
  margin-bottom: 10px;
}

.navbar-nav li a {
  font-size: 22px;
  font-weight: 600;
  padding: 5px 0;
  display: inline-block;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}

.navigation.open-menu {
  transform: translateY(0);
}

.nav-inner {
  height: 100%;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  position: relative;
}

.close-menu {
  position: absolute;
  right: 60px;
  top: 60px;
}

.close-menu img {
  width: 30px;
}

.red-box {
  text-align: center;
  height: 100%;
  background: #ee1d24;
  padding: 30px;
  border-radius: 5px;
}

.red-box p {
  color: #fff;
  margin-top: 20px;
}

.main-text-inner .section-title {
  margin-bottom: 20px;
}

.menu-list-events {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}

.menu-list-events li {
  width: calc(50% - 5px);
  margin: 10px 0 0;
  display: flex;
  padding: 10px;
  border-radius: 5px;
  align-items: center;
  border: 1px solid #ddd;
  background: #fff;
}

ul.menu-list-events li img {
  height: 40px;
}

.menu-list-events li h5 {
  font-size: 16px;
  margin: 0;
  padding-top: 0;
  padding-left: 10px;
  font-weight: 500;
  text-align: left;
}

/*--------------------------------------------------------------
# Event Section
--------------------------------------------------------------*/

.section-title.text-white h2,
.section-title.text-white p {
  color: #fff;
}

.section-title.text-white h2:before {
  background: #ffff;
  right: auto;
}

.section-title h2:before {
  content: "";
  position: absolute;
  background: #ee1d24;
  width: 50px;
  height: 4px;
  margin: auto;
  bottom: 0;
  z-index: 0;
  left: 0;
  right: 0;
}

.catering-new {
  position: relative;
  background: #f1f1f1;
}

.event-list {
  margin: 25px 0;
  max-width: 890px;
  margin-inline: auto;
}

.event-list ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  justify-content: flex-start;
  margin: 24px 0;
  row-gap: 15px;
  max-width: 950px;
  margin-inline: auto;
}

.event-list ul li {
  text-transform: capitalize;
  position: relative;
  padding-left: 25px;
  text-align: left;
  font-weight: 500;
  color: #000000;
}

.event-list ul li::before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  aspect-ratio: 1;
  background-color: #ee1d24;
  border-radius: 50%;
  outline: 1px solid #ee1d24;
  outline-offset: 0.25rem;
  position: absolute;
  left: 5px;
  top: 8px;
}

.catering-sec-new .section-title.text-white h2:before {
  background: #ffff;
  right: 0;
}

.catering-center .section-title {
  margin-bottom: 0;
}

.catering-center .section-title h2:before {
  right: auto;
}

.catering-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  min-height: 400px;
}

/*--------------------------------------------------------------
# video button Section
--------------------------------------------------------------*/

.play-btn {
  position: absolute;
  display: block;
  color: #ffffff;
  font-size: 36px;
  text-decoration: none;
  font-family: Ubuntu;
  font-weight: bold;
  left: -6%;
  top: 50%;
  backdrop-filter: blur(2px);
  border-radius: 5px;
  z-index: 6;
  transform: translate(-0%, -50%);
}

.play-btn__icon {
  position: relative;
  float: left;
  width: 100px;
  height: 100px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(1, 1, 1, 0.55),
    inset 0 2px 2px rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0 5px 15px rgba(1, 1, 1, 0.55),
    inset 0 2px 2px rgba(255, 255, 255, 0.25);
  box-shadow: 0 5px 15px rgba(1, 1, 1, 0.55),
    inset 0 2px 2px rgba(255, 255, 255, 0.25);
  background-image: linear-gradient(to bottom, #ee1d24, #ee1d24);
}

.play-btn:hover .play-btn__icon {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 8px rgba(1, 1, 1, 0.55),
    inset 0 2px 2px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: 0 3px 8px rgba(1, 1, 1, 0.55),
    inset 0 2px 2px rgba(255, 255, 255, 0.15);
  box-shadow: 0 3px 8px rgba(1, 1, 1, 0.55),
    inset 0 2px 2px rgba(255, 255, 255, 0.15);
  background-image: linear-gradient(to top, #fec20d, #fec20d);
}

.play-icon {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 32px solid #ffffff;
  border-bottom: 15px solid transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  margin-left: -14px;
}

.play-btn__text {
  float: left;
  margin-left: 30px;
  margin-top: 24px;
  line-height: 1.2;
  font-size: 22px;
  color: #000;
  display: none;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/

.ab-img-bx {
  position: relative;
}

.about-section {
  position: relative;
  background: #f9f9f9;
}

/* .parallax-image2 {
   
    position: fixed;
    content: '';
    height: 900px;
    width: 1000px;
    background-size: 100%;
    background-repeat: no-repeat;
    object-fit: cover;
    bottom: -315px;
    border: 0px;
    right: -436px;
    opacity: 0.4;
    transform: rotate(-54deg);
}
 */

.about-section::after {
  background-image: url(https://shahshalalfood.ca/wp-content/uploads/2025/09/Flag_of_Canada.svg-1.png);
  position: fixed;
  content: "";
  height: 900px;
  width: 1000px;
  background-size: 100%;
  background-repeat: no-repeat;
  object-fit: cover;
  bottom: -315px;
  border: 0px;
  right: -436px;
  opacity: 0.1;
  transform: rotate(-54deg);
}

/* .parallax-container {
    position: relative;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #111;
    color: white;
    z-index: 1;
}

.parallax-image {
    position: fixed;
    bottom: 71px;
    right: -286px;
    opacity: 0.25;
    transform: rotate(-46deg);
    z-index: 0;
    pointer-events: none;
    will-change: transform;
    height: auto;
    width: 979px;
} */

.about-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.ab-main {
  position: relative;
  z-index: 2;
}

/* .parallax-image {
    position: absolute;
    bottom: 71px;
    right: -286px;
    height: auto;
    width: 979px;
    opacity: 0.25;
    transform: rotate(-45deg);
    z-index: 1;
    pointer-events: none;
    will-change: transform;
    transition: transform 0.1s ease-out;
} */

.about-head {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.about-head .section-title h2:before {
  right: auto;
}

.about-sticker {
  padding: 5px;
  display: inline-block;
  margin-bottom: 20px;
}

.ab-img-bx img {
  border: 1px solid #ee1d247d;
}

.ab-main {
  display: grid;
  grid-template-columns: 35% 45%;
  align-items: center;
  justify-content: center;
}

.ab-img-bx img {
  object-position: 82% 100%;
}

.ab-bottom-bx {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.ab-bottom-cn p {
  margin: 0;
}

.ab-bottom-bx {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0px;
  padding: 40px 40px 40px 85px;
  z-index: 3;
  background-color: #fec20d;
  /* background-image: url(../../assets/images/ab-2.png);
    background-position: center center;
    background-size: cover; */
  margin-left: -200px;
  margin-top: 30px;
  gap: 25px;
  position: relative;
}

.ab-bottom-cn {
  text-align: left;
}

.ab-bottom-cn h3 {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #ee1d24;
}

.ab_cn h3 {
  line-height: 1.5;
  color: #000;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
}

.ab_cn p:last-child {
  margin: 0;
}

.about-text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  align-items: normal;
  position: relative;
  z-index: 7;
}

.ab_cn {
  padding-bottom: 15px;
  text-align: left;
  margin-left: 25px;
}

.about-cn {
  text-align: center;
  margin-inline: 15px;
}

.about-cn .section-title {
  margin-bottom: 15px;
}

/*--------------------------------------------------------------
 # location Css
--------------------------------------------------------------*/

.location-bx {
  position: relative;
}

.location-section {
  background: #ffc60d;
  background: -moz-linear-gradient(
    top,
    rgba(255, 198, 13, 1) 0%,
    rgba(240, 71, 34, 1) 99%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 198, 13, 1) 0%,
    rgba(240, 71, 34, 1) 99%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 198, 13, 1) 0%,
    rgba(240, 71, 34, 1) 99%
  );
}

.location-section .location-title {
  margin-bottom: 50px;
}

.location-cn {
  position: absolute;
  background: #ffffff;
  padding: 30px 25px;
  width: 360px;
  border-radius: 15px;
  border-bottom-right-radius: 0;
  box-shadow: 0 0 9px #00000085;
  top: 65%;
  right: 0;
  transform: translate(-0%, -50%);
}

.location-address h3 {
  font-size: 22px;
  color: #ee1d24;
}

.location-phone p {
  font-weight: 600;
}

.location-hours {
  display: none;
}

.location-hours h3 {
  font-size: 20px;
  font-weight: 600;
}

.location-img {
  padding-right: 70px;
}

.location-hours p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

.location-btn {
  margin-top: 25px;
}

/* =====================================
# find-us
===================================== */

.find-us-imgs .slick-slide {
  padding: 0;
}

.find-us-img img {
  display: inline-block;
}

.find-us-img {
  position: relative;
}

.location-ad-bx {
  background: #ffffffeb;
  position: absolute;
  bottom: 25px;
  left: 25px;
  padding: 15px 15px;
  color: #000000;
  min-width: 330px;
}

.location-ad-bx p:last-child {
  margin: 0;
}

.location-ad-bx h3 {
  font-size: 22px;
  color: #000000;
  margin-bottom: 0;
  font-weight: 600;
}

.location-ad-bx p {
  font-size: 16px;
  color: #000000;
  margin-bottom: 0px;
}

.location-ad-bx p a {
  color: #fe002d;
  font-weight: 600;
  font-size: 18px;
}

.find-us-imgs {
  flex: 0 0 50%;
  width: 50%;
}

.find-us-imgs img {
  height: 100%;
  max-height: 500px;
  width: 100%;
  object-fit: cover;
}

.find-us-new {
  background: #cc0001;
  padding: 0;
  z-index: 21;
}
.find-us-bx {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.find-us-cn {
  padding: 45px;
  max-width: 650px;
}

.find-us-cn p.desc {
  color: #fff;
}

.find-us-cn .btn_bx {
  margin-top: 25px;
}

.catering-img img {
  width: 100%;
}

.catering-slider {
  margin-bottom: 30px;
  margin-top: 30px;
}

.catering-img {
  position: relative;
}

/* =====================================
# Footer
===================================== */

footer .widget h3 {
  font-size: 16px;
  color: #ed1d24;
  font-weight: 600;
  margin: 0;
}

@keyframes run {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}

.lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  width: 100%;
  z-index: 0;
  pointer-events: none;
}

.lines .line {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 30%;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
}

.lines .line::after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  -webkit-animation: run 7s 0s infinite;
  animation: run 7s 0s infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.lines .line:nth-child(1)::after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.lines .line:nth-child(2) {
  left: 60%;
}

.lines .line:nth-child(3) {
  left: 70%;
  display: none;
}

.lines .line:nth-child(3)::after {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

footer .container,
footer .container {
  position: relative;
}

footer {
  background: #000;
  padding-top: 90px;
  color: #fff;
  position: relative;
  z-index: 77;
}

footer p {
  color: #fff;
}

footer p a {
  color: #fff;
}

footer h6 {
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.footer-social-icon a {
  border-radius: 50px;
  text-align: left;
  text-decoration: none;
  text-transform: capitalize;
  padding: 10px;
  font-size: 20px;
  transition: all 0.8s;
  background: #ee1d24;
  color: #fff;
  margin-right: 10px;
  display: inline-flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
}

.copy-right {
  padding: 20px 0;
  background: #222;
  margin-top: 70px;
  position: relative;
}

.policy-link {
  color: #f89e1c;
}

.policy-link:hover {
  color: #f89e1c;
}

.footer_logo img {
  width: 150px;
  margin-bottom: 30px;
}

.widget_links {
  display: flex;
  flex-wrap: wrap;
}

.widget_links li a {
  color: #fff;
  text-transform: uppercase;
}

.widget_links li {
  width: 100%;
  padding: 0 5px;
  margin-bottom: 15px;
}

.widget {
  margin-bottom: 25px;
}

.widget .theme-btn {
  font-size: 14px;
  text-align: center;
  padding: 12px 15px;
}

.qlkhlght .widget:first-child p,
.qlkhlght .widget:first-child p {
  margin-bottom: 0;
}

.green-btn {
  background: #3ea436;
}

#menu-quick-links > :nth-last-child(-n + 2) {
  flex: 100%;
}

.widget_links li,
.widget_links li {
  margin-bottom: 30px;
}

.widget_links li:last-child {
  margin-bottom: 0;
}

.loct .location-ad-bx {
  position: inherit;
  min-width: 214px;
  width: 56%;
  background-color: transparent;
  border: 1px solid rgb(255 255 255 / 68%);
}

.loct {
  display: flex;
  gap: 9px;
}

.loct .location-ad-bx h3 {
  font-size: 18px;
  color: #fff;
}

.loct .location-ad-bx p {
  font-size: 15px;
  color: #fff;
}

.loct .location-ad-bx a {
  font-size: 14px;
  color: #fff;
  padding: 12px 15px;
}

/* #menu-quick-links li:last-child::before {
    content: '';
    width: 20px;
    aspect-ratio: 1;
    display: inline-block;
    background: no-repeat url(../../assets/images/shahshalal-icon.png) center / contain;
    vertical-align: middle;
    margin-right: 4px;
    margin-bottom: 4px;
}
#menu-quick-links li:nth-last-child(2)::before {
    content: "";
    width: 20px;
    aspect-ratio: 1;
    display: inline-block;
    background: no-repeat url(../../assets/images/food-icon-1.png) center / contain;
    vertical-align: middle;
    margin-right: 4px;
    margin-bottom: 4px;
} */

.find-us-img .location-ad-bx {
  text-align: center;
  margin: auto;
  min-width: 260px;
  width: fit-content;
  left: 0;
  right: 0;
}

@media (max-width: 1366px) {
  .find-us-cn {
    padding: 38px;
  }
  .food-wrapper .container {
    width: 100%;
    max-width: 100% !important;
    margin-right: 0;
  }
}

.about-wrapper .image-box img {
  width: 100%;
  max-width: 100%;
}

.heading-block h1 {
  position: relative;
  font-weight: 600;
  font-size: 35px;
  line-height: 1.3;
  color: #fff;
  text-transform: uppercase;
  display: block;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.heading-block h1:before {
  content: "";
  position: absolute;
  background: #ee1d24;
  width: 50px;
  height: 4px;
  margin: auto;
  bottom: 4px;
  z-index: 0;
  left: 0;
}

.about-block {
  padding-left: 25px;
}

.about-wrapper {
  background: #23262d;
}

.about-block .about-text p {
  color: #fff;
}

.secondary-pages section {
  padding: 70px 0;
}

.text-inner-content {
  text-align: center;
  width: clamp(300px, 860px, 100%);
  margin-inline: auto;
}

.text-inner-content > p:not(:has(+ p)) {
  margin-bottom: 0;
}

.veg-section-bg {
  min-height: 500px;
  display: grid;
  place-items: center;
  background: top / cover no-repeat fixed;
}
.veg-column {
  width: clamp(300px, 550px, 100%);
  background: hsl(0deg 0% 100% / 92%);
  padding: 25px;
}

.veg-column .btn-bx {
  margin-top: 20px;
}

.franchise-section .section-title h2 {
  text-transform: uppercase;
  padding-bottom: 0px;
  margin-bottom: 0px;
  width: 800px;
  margin: auto;
}

.franchise-section .section-title h2:before {
  display: none;
}

.franchise-info {
  text-align: center;
  margin-top: 11px;
}

.franchise-info p a {
  color: #ee1d24;
}

.franchise-info p {
  text-transform: capitalize;
  font-weight: 500;
}

.banner-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0px !important;
}

.banner-section::before {
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  inset: 0;
  background-color: #00000070;
}

.banner-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.banner-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.banner-title h1 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 35px;
  color: #fff;
  margin-bottom: 0px;
}

.contact-section {
  background: #f2f2f2;
}

.contact-section form {
  background: #fff;
  padding: 16px;
  box-shadow: 0 0 5px 2px #eaeaea;
  border: 1px solid #eee;
  height: 100%;
}

.contact-section form input,
select,
textarea {
  background-color: #fbfbfb !important;
  border: 0px;
  border: 1px solid #ccc !important;
  border-radius: 0;
  height: 46px;
  padding: 0.375rem 1rem;
  margin-bottom: 0px;
  border-radius: 0px !important;
}

.contact-section form textarea {
  height: 110px !important;
}

.contact-section form .row {
  row-gap: 27px;
  margin-top: 23px;
}

.Restaurant-Hours {
  background-color: #ec1c24;
  padding: 16px;
  background-repeat: no-repeat;
  background-position: right bottom;
  height: 100%;
  position: relative;
}

.Restaurant-Hours::before {
  height: 40px;
  width: 40px;
  position: absolute;
  content: "";
  background-color: #670306;
  right: -39px;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  top: -1px;
}

.list-unstyled {
  margin-top: 23px;
  display: flex;
  flex-wrap: wrap;
}

.contact-section form h3 {
  font-weight: 600;
  font-size: 28px;
}

.Restaurant-Hours h3 {
  font-weight: 600;
  font-size: 28px;
  color: #fff;
  margin-bottom: 0px;
}

.list-unstyled li {
  margin: 0;
  list-style: none;
  position: relative;
  padding: 10px 0px;
  word-wrap: break-word;
  color: #fff;
  border-bottom: 1px dashed #ffffff5c;
  display: flex;
  align-items: start;
  gap: 4px;
  margin-bottom: 15px;
  width: 100%;
}

.list-unstyled li:last-of-type {
  margin: 0px;
  padding-bottom: 0px;
  border: 0px;
}

.contact-section form .btn-bx {
  margin-top: 5px;
}

.map-section {
  padding: 0 !important;
  line-height: 0px;
}

.map-section iframe {
  width: 100%;
  height: 400px;
}

.file-input__input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.file-input__label {
  cursor: pointer;
  align-items: center;
  font-weight: 600;
  font-size: 11px;
  padding: 10px 12px;
  border: 1px solid #cccccc;
  box-shadow: 0px 0px 2px rgb(251 251 251);
  border-radius: 0px;
  text-transform: capitalize;
  width: 100%;
  transition: 0.3s;
  text-align: left;
  background: transparent;
  color: #fff;
  position: relative;
}
.file-input {
  position: relative;
}
.file-input__label:hover {
  background-color: #ee1d24;
  color: #fff;
}

.file-input__label svg {
  height: 16px;
  margin-right: 4px;
}

.careers-form {
  background-image: url(https://shahshalalfood.ca/wp-content/uploads/2025/09/banner1-1.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  /* animation: 30s linear 0s infinite normal none running bg-marquee; */
  background-position: center;
}

.career-bx {
  position: relative;
  z-index: 1;
  max-width: 900px;
  border: 1px solid #000;
  padding: 25px;
  margin-inline: auto;
  background: rgb(0 0 0 / 75%);
  backdrop-filter: blur(15px);
  margin-block: 0;
}

.career-bx p {
  text-align: center;
}

.career-bx h4 {
  font-weight: 600;
  font-size: 28px;
  color: #fff;
  text-align: center;
  margin-bottom: 8px;
}

.form-head p {
  text-align: center;
  color: #fff;
}

.career-bx select option {
  color: #000;
}

.career-bx select {
  color: #fff;
}

.career-bx input,

select,
textarea {
  border: 0px;
  border-radius: 0;
  height: 46px;
  padding: 0.375rem 1rem;
  margin-bottom: 0px;
  border-radius: 0px !important;
  background: transparent !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
}

.career-bx input::placeholder {
  color: #fff;
}

.career-bx .row {
  row-gap: 28px;
}

.career-bx .form-head {
  margin-bottom: 28px;
  width: 652px;
  margin-inline: auto;
}

.career-bx .btn-bx {
  margin-top: 0px;
}

.faq-section {
  background-color: #f2f2f2;
}

div#faqAccordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #fff;
  border: 1em solid #fff;
}

.accordion-item {
  border: 1px solid #deee !important;
}

.accordion-item:first-of-type .accordion-button {
  border-radius: 0px;
}

.accordion-header {
  border-radius: 0px;
}

.accordion-item:first-of-type {
  border-radius: 0px;
}

.accordion-button:not(.collapsed) {
  background: #ed1c24;
  color: #fff;
}

.accordion-button {
  text-transform: capitalize;
  font-size: 16px;
}

.accordion-button:not(.collapsed)::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(106deg) brightness(102%) contrast(102%);
}

.content2 {
  text-align: center;
  width: clamp(300px, 990px, 100%);
  margin-inline: auto;
}

.cta-block-center .section-title h2 {
  margin: 0px 0px 15px 0px;
  padding: 0px;
}

.cta-block-center .section-title h2::before {
  display: none;
}

.food-carts .section-title h2 {
  margin: 0px 0px 15px 0px;
  padding: 0px;
  color: #fff;
}

.food-carts .section-title h2::before {
  display: none;
}

.food-carts {
  position: relative;
}

.food-carts .container {
  position: relative;
  z-index: 77;
}

.food-carts * {
  color: #fff;
  text-align: center;
}

.food-carts::before {
  position: absolute;
  content: "";
  background: #000000d4;
  inset: 0;
}

.food-carts {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  min-height: 500px;
}

.about-wrapper2 .p {
  color: #000;
}

.about-wrapper2 .section-title h2 {
  margin: 0px 0px 15px 0px;
  padding: 0px;
  color: #000;
}

.about-wrapper2 .section-title h2::before {
  display: none;
}

.about-wrapper2 {
  background: transparent;
}

.about-wrapper2 .heading-block h1 {
  color: #000;
  padding-bottom: 0px;
  margin-bottom: 15px;
}

.about-wrapper2 .heading-block h1::before {
  display: none;
}

.about-wrapper2 .about-block .about-text p {
  color: #000;
}

.location-section-inner {
  background: #23262d;
}

.location-section-inner .section-title h2 {
  color: #fff;
  text-align: center;
  padding: 0px;
}

.location-section-inner .section-title h2::before {
  display: none;
}

.location-section-inner .location-img {
  padding: 5px;
  background: #353a45;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #23262d;
}

.location-section-inner .location-img img {
  width: 100%;
  margin: 0px;
  border-radius: 4px;
  min-height: 450px;
  object-fit: cover;
}

.location-section-inner .card-bx li {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  width: calc(100% - 70%);
  margin-top: 16px;
}

.location-section-inner .card-bx .location-content {
  position: absolute;
  background: #ed1d24;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
  left: auto;
  right: 0;
  top: 0;
  transition: 0.5s;
  transform: translateX(-107%);
}

.location-section-inner .card-bx li:hover .location-content {
  left: 0;
  right: auto;
  transform: translateX(0%);
}

.location-section-inner .location-content h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}

.location-section-inner .location-content p {
  color: #fff;
  margin: 0;
}

.location-section-inner .location-content h6 {
  border-top: 1px dashed #eee;
  padding-top: 15px;
  color: #fff;
}

.location-section-inner .lo_btns {
  display: flex;
  justify-content: start;
  padding: 0;
  margin: 15px 0px 0px 0px;
  gap: 5px;
}

.location-section-inner .lo_btns a {
  background: #000;
}

.location-section-inner ul {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 20px;
}

#typewriter {
  white-space: pre;
  min-height: fit-content;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  padding: 10px 0;
  color: #fff;
  animation: blinkCursor 0.8s step-end infinite;
  font-size: 92px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: normal;
}

.soon-section {
  height: 100dvh;
  display: grid;
  place-content: center;
  text-align: center;
  background: #23262d;
}

@keyframes blinkCursor {
  0%,
  100% {
    border-color: #58a6ff;
  }
  50% {
    border-color: transparent;
  }
}

.hidden {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s ease;
}

.visible {
  opacity: 1;
  transform: translateY(0);
}

#subtitle,
#countdown {
  font-size: 22px;
  color: #fff;
  margin-top: 0px;
  max-width: 700px;
  line-height: normal;
  text-transform: capitalize;
}

.countdown span {
  color: #58a6ff;
  font-weight: bold;
  margin-right: 8px;
  font-size: 20px;
}

#countdown {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 600px) {
  #typewriter {
    font-size: 22px;
  }
  #subtitle,
  #countdown {
    font-size: 16px;
  }
}

.menu-sec {
  background-color: #f7f7f7;
}

.nutrition-box {
  transform: translate(2px, -46px);
}

.menu-sec .nav-tabs {
  flex-direction: column;
  border: 1px solid #cacaca;
  border-radius: 4px;
  position: relative;
  gap: 10px;
}

.menu-sec .menu-sec .nav-tabs button {
  color: #000 !important;
}
.menu-sec .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #000 !important;
}

.menu-sec .nav-tabs button {
  display: flex;
  width: 100%;
  background-color: transparent !important;
  border: 0;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem 1rem;
  font-size: 18px;
  font-weight: 500;
  text-align: start;
  border-radius: 0;
  color: #000 !important;
  border-left: 4px solid transparent;
}

.menu-sec .nav-tabs button.active {
  border-color: #ee1d24;
  font-weight: 700;
}

.menu-sec .nav-tabs .nav-item img {
  min-width: 80px;
  width: 80px;
  aspect-ratio: 1;
  object-fit: contain;
}

.menu-sec .section_title {
  margin-block-end: 3rem;
  text-align: center;
  max-width: 70ch;
  margin-inline: auto;
}

.menu-sec .section_title > *:not(p) {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 600;
}

.menu-sec .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem;
  justify-content: center;
}

.menu-sec .items-wrapper > * {
  flex: 0 0 calc(100% / 3);
  min-width: 180px;
}

.menu-sec .items-wrapper a.item {
  display: block;
  text-align: center;
}

.menu-sec .items-wrapper a.item h3 {
  text-transform: capitalize;
  font-weight: 500;
  font-size: clamp(1rem, 2vw, 17px) !important;
  color: #000;
  margin-bottom: 0px;
}

.menu-sec .items-wrapper img {
  width: 250px;
  aspect-ratio: 1 / 0.5;
  object-fit: contain;
  margin-bottom: 1rem;
}

.image-wrapper img {
  width: 100%;
}

.details-sec .image-wrapper {
  background-color: #f7f7f7;
  border: 1px solid #cacaca;
}

.details-sec h2.cal {
  font-size: 26px;
}

.details-sec h2.cal span {
  font-size: 16px;
  color: black;
}

.ingredients-sec {
  background-color: #f2f2f2;
}

.ingredients-sec .ingredients {
  margin-block-start: 2rem;
}

.ingredients-sec .ingredients img {
  min-width: 144px;
  width: 144px;
  margin-block-end: 1rem;
  height: 144px;
}

.ingredients-sec .ingredients .title > * {
  font-weight: 500;
}

.nutrition-sec .accordion {
  border-block: 1px solid #cecece;
  margin-block-start: 1.5rem;
}

.nutrition-sec .accordion-btn {
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-align: start;
  background-color: transparent;
  border: 0;
  padding: 1.5rem 14px;
  font-weight: 600;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
}

.nutrition-sec .accordion-item:not(:last-child) {
  border-bottom: 1px solid #cecece;
}

.nutrition-sec .accordion-item .accordion-body {
  margin-top: 10px;
}

.nutrition-sec .accordion-item .accordion-body h3 {
  /* background-color: #fde8e8;
  color: #ee1d24; */
  padding-block: 0.5rem;
}

.nutrition-sec .accordion-item .accordion-body .row .row {
  row-gap: 1.5rem;
  text-align: center;
}

.nutrition-sec .accordion-item ul {
  display: grid;
  column-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(min(180px - 1rem, 100%), 1fr));
}

.nutrition-sec .accordion-item ul li {
  border-block-end: 1px dashed #ccc;
  padding-block: 0.5rem;
}

.nutrition-sec .label-item {
  display: flex;
  justify-content: space-between;
  font-size: clamp(14px, 1vmax, 1rem);
}

.related-products h3 {
  margin-bottom: 50px;
}

.nutrition-sec .accordion-item .accordion-body > .row {
  row-gap: 2.5rem;
}

.ingredients-sec .ingredients .title h4 {
  text-transform: capitalize;
}

.nutrition-sec .list h5,
.nutrition-sec .list p span {
  font-weight: 600;
  font-size: 16px;
  margin-right: 8px;
}

.nutrition-sec .list p {
  margin: 0;
  text-transform: capitalize;
}

.drink_desc {
  margin-top: 20px;
}

.drink_desc p {
  font-size: 16px;
  margin-bottom: 5px;
}

.drink_desc p span {
  font-weight: 600;
}

.nutrition-sec .list h4 {
  margin: 30px 0 5px 0;
}

.related-products .row {
  row-gap: 1.5rem;
}

.related-products .title > * {
  font-size: clamp(1rem, 2vw, 18px);
  font-weight: 500;
  text-transform: capitalize;
  min-height: 43px;
}

.related-products .card-img {
  padding: 1.25rem;
  background-color: #f7f7f7;
  border-radius: 0;
}

.related-products .card-img img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
}

.page-template-our-menu-2 .page_banner.visit-location {
  display: none;
}

.details-sec .section_title h2 {
  text-transform: capitalize;
}

.related-products .title h3 {
  margin-bottom: 10px;
}

.custom-row {
  display: grid;
  text-align: center;
  gap: 40px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.custom-row .img-box {
  background-color: #f7f7f7;
  border: 1px solid #cacaca;
}

.custom-row .img-box img {
  width: 100%;
  aspect-ratio: 1 / 0.65;
  object-fit: contain;
  padding: 1.5rem;
}

.info-box {
  text-align: left;
}

.info-box .heading-title h2 {
  font-weight: 600;
  font-size: 32px;
}

.calories-info {
  font-size: 26px;
}

.calories-info span {
  font-size: 16px;
  color: black;
}

.nutrition-info p {
  font-size: 16px;
  margin-bottom: 5px;
}

.nutrition-info p span {
  font-weight: 600;
}

.nutrition-sec .accordion-button:not(.collapsed) {
  background: transparent;
  color: #000;
}

.nutrition-sec .accordion-button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-align: start;
  background-color: transparent;
  border: 0;
  padding: 1.01rem 25px;
  font-weight: 600;
  font-size: clamp(1.25rem, 2vw, 22px);
}

.nutrition-sec .section-title h2 {
  margin: 0px 0px 15px 0px;
  text-align: center;
  padding-bottom: 0px;
  display: block;
}

.nutrition-sec .section-title h2::before {
  display: none;
}

.nutrition-sec div#accordionExample {
  display: flex;
  flex-direction: column;
}

.nutrition-sec .accordion {
  border-block: 0px solid red;
  margin-block-start: 1.5rem;
}

.nutrition-sec .accordion-button:focus {
  z-index: 3;
  border-color: 0px;
  outline: 0;
  box-shadow: unset;
}

.related-products .custom-grid-item {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.related-products .section-title h2 {
  padding-bottom: 0px;
  margin: 0px 0px 15px 0px;
  display: block;
  text-align: center;
}

.related-products .section-title h2::before {
  display: none;
}

.related-products .title h3 a {
  color: #000;
}

.related-products .title h3 {
  margin-bottom: 0px;
  color: #000 !important;
  line-height: normal;
  min-height: auto;
}

.related-products .text p {
  text-align: center;
}

.related-products .accordion-button:not(.collapsed)::after {
  filter: unset;
}

.policy .text-bx :is(h1, h2, h3, h4, h5, h6) {
  font-weight: 600;
  font-size: clamp(28px, 28px, 36px);
  color: #000;
  border-left: 4px solid #ee1d24;
  background: #fff;
  display: flex;
  padding: 10px 15px;
  margin: 30px 0px 20px 0px;
}

.policy .text-bx p b {
  padding: 0px 2px;
}

.policy {
  background: #f2f2f2;
}

.franchise-section2 {
  background-image: url(https://shahshalalfood.ca/wp-content/uploads/2025/09/serviec-bg-2-1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  min-height: min(100vh + 40px, 725px) !important;
}

.franchise-section2 .text-bx {
  padding: 20px;
  background: hsl(357.4, 85.4%, 51.8%, 0.9) !important;
}

.franchise-section2 .section-title h2::before {
  display: none;
}

.franchise-section2 .section-title h2 {
  padding-bottom: 0px;
  margin: 0px 0px 15px 0px;
  color: #fff;
}

.franchise-section2 .btn-bx {
  margin-top: 0px;
}

.franchise-section2 .text-bx p {
  color: #fff;
}

.franchise-section2 .btn-bx {
  margin-top: 0px;
  float: unset;
  shape-outside: polygon(0 0, 100% 0, 100% 80%, 0 80%);
  shape-margin: 0;
  margin-left: 0rem;
  margin-bottom: 0;
}

.franchise-section2 .btn-bx a {
  background: #000;
}

.franchise-section2 .overlay-cont {
  background: hsl(357.4, 85.4%, 51.8%, 0.9) !important;
  padding: 20px;
}

.overlay-cont h1 {
  position: relative;
  font-weight: 600;
  font-size: 35px;
  line-height: 1.3;
  color: #111;
  text-transform: uppercase;
  display: inline-block;
  padding-bottom: 0px;
  margin-bottom: 15px;
}

.franchise-section2 .overlay-cont * {
  color: #fff;
}

.franchise-section2 .overlay-cont > :first-child {
  float: left;
  /* shape-outside: polygon(0 0, 100% 0, 100% 80%, 0 80%);
    shape-margin: 0;
    margin-left: 0px;
    margin-bottom: 17px; */
}

.franchise-counter {
  padding: 40px 0;
}

.counter-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 0px;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.counter-box .icon {
  font-size: 40px;
  margin-bottom: 10px;
}

.counter-box .label {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.counter-box .value {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

/* Background colors */

.counter-box.red {
  background-color: #ef1c1c;
}

.counter-box.orange {
  background-color: #f2521b;
}

.counter-box.yellow {
  background-color: #f28c1b;
}

.counter-box {
  background-color: #ee1d24;
  padding: clamp(1.5rem, 3vw, 3rem) clamp(1.25rem, 3vw, 30px);
}

.counter-box .label {
  font-weight: 400;
  text-transform: capitalize;
  color: #fff;
  font-size: 1.25rem;
  margin-block-end: 1.5rem;
}

.counter-box .value {
  font-size: clamp(1.5rem, 3vw, 1.5rem) !important;
  font-weight: 700;
  color: #fff;
}

.counter-box .icon img {
  width: 100%;
  max-width: 50px;
  margin-bottom: 10px;
}

#franchise-counter {
  padding-top: 0px !important;
}

.center-cta {
  padding-bottom: 20px !important;
}

.catering_area_1,
.custom-process {
  position: relative;
}

.catering_area_1 .catering_area_inner,
.custom-process .catering_area_inner {
  padding-top: 25px;
}

.catering_area_1.banner-one-wrapper .title-banner {
  font-size: 50px;
  line-height: 58px;
  margin: 21px 0px 0px 0px;
  transition-delay: 0.5s;
}

.catering_area_1.banner-one-wrapper p.desc {
  font-size: 18px;
  line-height: 28px;
  margin: 10px 0px 0px 0px;
  transition-delay: 0.8s;
}

@media screen and (max-width: 576px) {
  .catering_area_1.banner-one-wrapper p.desc br {
    display: none;
  }
}

.catering_area_1 .catering_area_inner .catering-wrapper,
.custom-process .catering_area_inner .catering-wrapper {
  text-align: center;
  position: relative;
  padding: 25px;
  margin: 0 10px;
  overflow: hidden;
  background: linear-gradient(
    to bottom,
    rgba(255, 198, 13, 1) 0%,
    rgba(240, 71, 34, 1) 99%
  );
  z-index: 3;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

@media screen and (max-width: 576px) {
  .catering_area_1 .catering_area_inner .catering-wrapper,
  .custom-process .catering_area_inner .catering-wrapper {
    padding: 0px 0px 0px;
    display: block;
  }
}

.catering_area_1 .catering_area_inner .catering-wrapper:hover::before,
.custom-process .catering_area_inner .catering-wrapper:hover::before {
  background: #781818;
}

.catering_area_1::before,
.custom-process::before {
  content: "";
  width: 100%;
  height: 50%;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 0;
  transition: all 0.6s;
  z-index: -1;
  right: 0;
  transition: all 0.5s;
}

/* .catering_area_1 .catering_area_inner .catering-wrapper .icon {
    width: 100%;
    height: 100%;
    background: #fff;
    margin: 0 auto 0 auto;
    border-radius: 100%;
} */

.catering_area_1 .catering_area_inner .catering-wrapper .icon img,
.custom-process .catering_area_inner .catering-wrapper .icon img {
  width: 100%;
}

.catering_area_1
  .catering_area_inner
  .catering-wrapper
  .custom-process
  .catering_area_inner
  .catering-wrapper {
  padding: 0 50px;
  text-align: left;
}

ul.cater-nav li {
  font-size: 20px;
  border: 1px solid #00000038;
  margin-bottom: 15px;
  position: relative;
  transform: scale(0.97);
  transition: all 0.5s;
  padding: 16px 20px;
  text-align: left;
}

.custom-process ul.cater-nav li {
  padding: 0 !important;
}

ul.cater-nav li:after,
.custom-process ul.cater-nav li:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 25px;
  height: 5px;
  background: #cc0001;
  left: -14px;
  z-index: -1;
  transform: translate(0%, -50%);
  opacity: 1;
}

.slick-slide.slick-current.slick-active li:after,
.custom-process .slick-slide.slick-current.slick-active li:after {
  opacity: 0;
}

.slick-slide.slick-current.slick-active li,
.custom-process .slick-slide.slick-current.slick-active li {
  background: #cc0001;
  color: #fff;
  transform: scale(1);
}

/* .catering_slider_1 .section-title h2:before {
    margin-left: 0;
    margin-right: auto;
} */

.custom-process .section-title h2:before {
  margin-left: auto;
  margin-right: auto;
}

.catering_slider_1 .section-title h2 {
  margin-bottom: 30px;
}

.catering_slider_1 .slick-slide,
.custom-process .slick-slide {
  padding: 0;
}

.catering_area_1 .catering_area_inner .catering-wrapper .btn_sec_bx.text-left,
.custom-process .catering_area_inner .catering-wrapper {
  text-align: left;
}

.catering_area .col-wrapper .card {
  background-color: #cc0001;
  border-radius: 0;
  border: 0;
  display: grid;
  grid-template-columns: 400px 1fr;
  grid-auto-flow: dense;
}

.custom-process .slick-slide.slick-current.slick-active li .process-box h3 {
  color: #fff !important;
}

.custom-process .slick-slide.slick-current.slick-active li .process-img img {
  filter: brightness(0) invert(1) !important;
}

.process-sec ul.slick-dots {
  display: none !important;
}

.process-sec .section-title h2::before {
  display: none;
}

.process-sec .section-title h2 {
  margin-bottom: 15px;
  padding-bottom: 0px;
}

.process-sec .process-box {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 13px 1.25rem;
  color: #fff;
  cursor: pointer;
}

.process-sec .process-box h3 {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  color: #000;
  margin: 0;
}

.process-sec .process-box img {
  transition: all 300ms;
  max-width: 40px;
}

.custom-process .catering_area_inner .catering-wrapper {
  text-align: center;
  position: relative;
  padding: 25px;
  margin: 0 10px;
  overflow: hidden;
  background: linear-gradient(
    to bottom,
    rgba(255, 198, 13, 1) 0%,
    rgba(240, 71, 34, 1) 99%
  );
  z-index: 3;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.catering-img-bx img {
  width: 100%;
  border-bottom-right-radius: 150px;
  max-height: 500px;
  object-fit: cover;
}

.f_sec_4 {
  background: #f1f1f1;
}

.f_sec_4 .f_cn .ca_cn h3 {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cc00012b;
  font-size: 25px;
  font-weight: 500;
  color: #cc0001;
}

.ca_cn {
  padding: 25px;
  max-width: 700px;
  margin-left: 0;
}

.f_sec_4 .f_cn {
  width: 50%;
  float: left;
}

.step_form_bx {
  padding: 40px;
  background: #fff4f4 !important;
}

.step_form_bx .card {
  border: 0px;
  background: transparent;
}

.step_form_bx img.title_img {
  max-width: 250px;
  margin-inline: auto;
  margin-bottom: 0;
}

.f_sec_5 .card h2 {
  font-size: 35px;
  margin-bottom: 12px;
  max-width: 550px;
  margin-inline: auto;
  text-transform: capitalize;
}

.step_form_bx p {
  text-align: center;
  color: #ee1e24;
  font-weight: 600;
  text-transform: capitalize;
}

.country-radio-bx {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 10px;
  flex-direction: column;
}

.country-radio-bx a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: #ff000017;
  border: 1px solid #ee1d2457;
  padding: 7px 10px;
  color: #000;
  margin-bottom: 30px;
}

.country-radio-bx a img {
  height: auto;
  width: 45px;
  object-fit: cover;
}

.flag-icon {
  display: flex;
  justify-content: center;
  gap: 22px;
}

#msform input:not([type="radio"]),
#msform textarea,
#msform select {
  padding: 8px 15px 8px 15px;
  border: 1px solid #ccc !important;
  border-radius: 0px;
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #000000;
  background-color: #ffffff !important;
  font-size: 16px;
  letter-spacing: 1px;
  height: 42px;
}

.radio_bx {
  display: flex;
  gap: 25px;
  height: 42px;
  align-items: center;
}

.middle_radio_bx {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-block-end: 1.5rem;
  gap: 15px;
}

.middle_radio_bx .box span {
  position: relative;
  transform: none;
  left: 0;
  right: 0;
  transition: all 300ms ease;
  font-size: 18px;
  user-select: none;
  color: #fff;
  font-weight: 500;
  padding-left: 30px;
}

.middle_radio_bx .box {
  width: auto;
  height: 50px;
  background-color: #ee1d24;
  transition: all 250ms ease;
  will-change: transition;
  text-align: center;
  cursor: pointer;
  position: relative;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px;
  border: 1px solid #ccc;
}

.middle_radio_bx input[type="checkbox"] {
  display: none;
}

.middle_radio_bx input[type="checkbox"]:checked + .box span:before {
  width: 9px;
  height: 16px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.middle_radio_bx input[type="checkbox"]:checked + .box span:before {
  opacity: 1;
}

.middle_radio_bx .box span:before {
  opacity: 0;
  position: absolute;
  content: "";
  left: 5px;
  top: 3px;
  width: 9px;
  height: 16px;
  border: solid rgb(238 29 36 / 47%);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.process-sec {
  padding-top: 0px !important;
}

.form-row {
  row-gap: 15px;
}

.country-radio-bx h3 {
  font-weight: 500;
  font-size: 20px;
  text-transform: capitalize;
  color: #000000;
  flex: 0 0 100%;
  text-align: center;
}

section.disclaimer {
  background: #f2f2f2;
}

section.disclaimer .section-title h2::before {
  display: none;
}

section.disclaimer .section-title h2 {
  margin-bottom: 15px;
  padding-bottom: 0px;
  text-align: center;
}

section.disclaimer .container {
  max-width: 100ch;
  text-align: center;
}

section.top_catering_sec {
  background: #ee1d24;
  padding: 20px 0;
  text-align: center;
  font-weight: 600;
}

section.top_catering_sec p {
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
  margin: 0;
}

section.catering_new.menu_bg:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0 0 0 / 80%);
}

section.catering_new.menu_bg .container {
  position: relative;
  z-index: 1;
}

.rst-menu-item.sgl-info-menu {
  height: calc(100% - 30px);
}

.menu_cet_ht .table-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}

.menu_cet_ht .the-title {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  flex: 0 0 auto;
  max-width: 80%;
  white-space: normal;
}

.menu_cet_ht .the-title h5 {
  text-transform: capitalize;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 500;
}

.menu_cet_ht .dots {
  align-self: flex-start;
  border-bottom: 2px dotted rgb(0 0 0 / 30%);
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  flex: 100%;
  justify-content: center;
  display: flex;
  margin-top: 12px;
}

.menu_cet_ht .the-price {
  font-size: 19px;
  flex: 0 0 auto;
  color: #ee1d24;
  font-weight: 600;
}

.menu_bg h3.n-white {
  color: #fbb215;
  font-size: 30px;
  letter-spacing: 1px;
}

.menu_cet_ht .dots {
  align-self: flex-start;
  border-bottom: 2px dotted rgb(0 0 0 / 30%);
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  flex: 100%;
  justify-content: center;
  display: flex;
  margin-top: 12px;
}

.menu_cet_ht .the-price {
  font-size: 19px;
  flex: 0 0 auto;
  color: #ee1d24;
  font-weight: 600;
}

.menu_cet_ht .the-ingredients.sub-title ul li {
  padding: 4px 0 4px 8px;
  position: relative;
}

.menu_cet_ht .the-ingredients.sub-title ul li:before {
  content: "";
  position: absolute;
  left: -9px;
  background: #ee1d24;
  width: 6px;
  height: 6px;
  top: 12px;
  border-radius: 50px;
}

.menu_cet_ht .the-ingredients.sub-title ul {
  padding-left: 10px;
}

section.catering_new.menu_bg {
  background-image: url(https://shahshalalfood.ca/wp-content/uploads/2025/09/caterign-bg-1-scaled-1.jpg) !important;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.menu_cet_ht .rst-menu-item {
  background: #fff;
  padding: 20px;
  border-radius: 0px;
  margin: 15px 0;
  height: calc(100% - 30px);
  max-height: 250px;
}

h1.n-white.main-title-ct {
  color: #fff !important;
  text-transform: uppercase;
  font-size: 35px;
}

.parts-info {
  padding: 18px;
  background: #fff;
  border: 1px solid #eee;
  position: relative;
  z-index: 99;
  overflow: hidden;
  box-shadow: rgb(149 157 165 / 11%) 0px 8px 24px;
  height: 100%;
}

.parts-info h3 {
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 500 !important;
  margin-bottom: 14px;
  color: #000;
}

.parts-info h3::before {
  display: none;
}

.parts-info ::before {
  height: 54px;
  transition: 0.4s;
  width: 65px;
  position: absolute;
  content: "";
  z-index: -7;
  right: -28px;
  top: -23px;
  transform: rotate(45deg);
  background: #fbb215;
}

.parts-info:hover ::before {
  background-color: #ed1c24;
  height: 100%;
  width: 100%;
  transform: unset;
  inset: 0;
}

.pride-prllx {
  background: #ed1c24;
}

.parts-info:hover * {
  color: #ffffff;
}

.events-section .section-title h2::before {
  display: none;
}

.events-section .section-title h2 {
  margin-bottom: 10px;
  padding-bottom: 0px;
}

.events-section .inner-bx {
  padding: 20px;
  background: #fff;
}

.events-section .inner-bx .menu-list-events li {
  background: #fff;
  border-bottom: 2px solid #ed1c24;
  border-radius: 0px;
  padding: 0;
}

.events-section .inner-bx ul.menu-list-events li img {
  height: 40px;
  background: #ed1c24;
  padding: 7px;
}

.frenchise-cta {
  background: #f2f2f2;
}

.frenchise-cta .section-title h2::before {
  display: none;
}

.frenchise-cta .section-title h2 {
  padding-bottom: 0px;
  margin-bottom: 15px;
}

.menu-images img {
  width: 100%;
  max-width: 100%;
}

.events-section {
  min-height: auto;
  display: flex;
  align-items: center;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: unset;
  background-position: right center;
  animation: 30s linear 0s infinite normal none running bg-marquee;
}

@keyframes bg-marquee {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -1190px;
  }
}

.tab-pane li {
  padding: 15px 0 10px 0;
  border-bottom: 1px dotted rgb(0 0 0 / 30%);
}

.tab-pane li h4 {
  font-weight: 500;
  color: #000000;
  font-size: 20px;
  text-transform: uppercase;
}

.tab-pane h3 {
  color: #fe002d;
  text-transform: uppercase;
}

.tab-pane .row {
  align-items: center;
  margin-top: 35px;
}

.tab-pane .row img {
  width: 100%;
  max-width: 500px;
}

.tab-pane ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}

.location-ad-bx .black-btn {
  margin: 14px 0px 0px 0px;
  border: 1px solid transparent;
}

.location-ad-bx .black-btn:hover {
  border: 1px solid #000;
}

section.inner-banner {
  padding: 0px;
  background: #23262d;
}

.banner-content {
  max-width: 660px;
  padding: clamp(25px, 4vw, 38px);
  margin-left: auto;
}

.banner-content .section-title h2 {
  margin-bottom: 15px;
  color: #fff;
  padding-bottom: 0px;
}

.banner-content .section-title h2::before {
  display: none;
}

.banner-content .banner-info > * {
  display: flex;
  align-items: start;
  gap: 0.45rem;
  flex-wrap: nowrap;
}

.banner-content .banner-info i {
  font-size: 1.25rem;
  color: #ed1c24;
}

.banner-content .banner-info b {
  font-size: 17px;
  color: #ed1c24;
  font-weight: 500;
  margin-right: 5px;
}

.banner-content address {
  color: #fff;
  font-size: 16px;
}

.banner-content address a {
  color: #fff;
}

.banner-content .hours {
  margin-block: 0.5rem 1rem;
  padding-inline-start: 1.65rem;
  max-width: 450px;
  background-color: hsl(0 0% 100% / 5%);
  padding: 1rem;
}

.banner-content .hours .hr {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #fff;
}

.banner-content .hours .hr span {
  font-weight: 600;
}

.banner-content .phone a {
  color: #fff;
}

.inner-banner-slider .slick-prev,
.inner-banner-slider .slick-next {
  transform: translateY(0);
  position: absolute;
  top: 84%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-banner-slider .slick-prev {
  left: 50%;
  transform: translateX(-100%);
}

.inner-banner-slider .slick-next {
    right: 47%;
    background: red;
    bottom: -25px !important;
    transform: translateX(100%);
}

.inner-banner-slider .slick-slide {
  padding: 0 0px;
  width: 100%;
  line-height: 0;
}

.about-wrapper2 .image-box img {
  width: 100%;
}

.menu-home2 .price {
  display: none;
}

.menu-home2 .section-title h2::before {
  display: none;
}

.contact-section-3 {
  position: relative;
  background: linear-gradient(
    179deg,
    rgb(0 0 0 / 8%) 40%,
    rgb(52 24 24 / 15%) 100%
  );
}

.contact-main-3 textarea {
  height: 100px !important;
}

.contact-main-3 {
  position: relative;
  z-index: 1;
  max-width: 900px;
  border: 1px solid #eee;
  padding: 34px;
  margin-inline: auto;
  background: #ffffff;
  backdrop-filter: blur(15px);
  margin-block: 0;
}

.contact-main-3 .form-control {
  height: 50px;
  border-radius: 0;
  background-color: transparent !important;
  border: 1px solid rgb(123 123 123 / 50%) !important;
  color: #000;
}

.contact-main-3 .form-control::placeholder {
  color: #000;
}

.contact-main-3 option {
  font-weight: 500;
  color: #000;
}

.page-id-134
.contact-main-3 .form-control {
  color: #000 !important;

}


.cc-img {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
}

.cc-img img {
  height: 100%;
}

.cc-img {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  text-align: center;
  right: 0;
}

.cc-img img {
  height: 100%;
}

.contact-section-3 {
  background: #f2f2f2;
  position: relative;
  padding-top: 100px;
}

/* .contact-section-3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;

  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  height: 100%;
  z-index: -1;
  width: 100%;
  background-size: cover;
}

.contact-section-3::after {
  position: absolute;
  content: "";
  background-color: #00000000;
  inset: 0;
  z-index: -1;
} */

.contact-section-3 .section-title h1 {
  padding-bottom: 0px;
  margin-bottom: 23px;
  color: #000;
  text-align: left;
  display: block;
}

.contact-section-3 .section-title h1:before {
  display: none;
}

.contact-section-3 form .row {
  row-gap: 30px;
}

.Location-root .Location-info {
  padding: 1.5rem;
  font-size: 16px;
}

.Location-root {
  height: 100%;
  box-shadow: 0 2px 1rem hsl(0, 0%, 0%, 10%);
  background-color: #fff;
}

.Location-root .Location-info > *:not(:last-child) {
  border-bottom: 1px solid #ccc;
  padding-block-end: 0.5em;
  margin-block-end: 0.5em;
}

.Location-root .Location-info p a {
  color: #000;
  text-decoration: underline;
}

.Location-root .Location-map > * {
  width: 100% !important;
  height: auto;
  aspect-ratio: 1 / 0.6;
}

.Location-root .action {
  display: flex;
  margin-top: 20px;
  gap: 10px;
}

.hours-bx {
  margin-top: 23px;
}

.location-grid-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  width: calc(100% - 241px);
  margin: auto;
}

.Locations-wrapper .section-title h2::before {
  display: none;
}

.Locations-wrapper .section-title h2 {
  display: block;
  text-align: center;
  padding-bottom: 0px;
  margin-bottom: 25px;
}

.loct .location-ad-bx .action-btn {
  display: flex;
  align-items: center;
  gap: 10px;
}

.disclaimer p {
  line-height: 26px;
  color: #000;
  /* font-size: 14px; */
}

.Location-root .action {
  display: flex;
  margin-top: 20px;
  gap: 10px;
}

.hours-bx {
  margin-top: 23px;
}

.location-grid-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  width: calc(100% - 241px);
  margin: auto;
}

.Locations-wrapper .section-title h2::before {
  display: none;
}

.Locations-wrapper .section-title h2 {
  display: block;
  text-align: center;
  padding-bottom: 0px;
  margin-bottom: 25px;
}

.loct .location-ad-bx .action-btn {
  display: flex;
  align-items: center;
  gap: 10px;
}

.disclaimer p {
  line-height: 26px;
  color: #000;
  /* font-size: 14px; */
}

.address-overlay {
  position: absolute;
  bottom: 0;
  background: #353a45;
  width: calc(100% - 30px);
  text-align: center;
  padding: 5px 0px;
  margin-inline: auto;
  left: 14px;
  transition: 0.3s;
  bottom: 12px;
}

.address-overlay p {
  color: #fff;
  margin: 0px;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 0px;
}

.location-section-inner .card-bx li:hover .address-overlay {
  transform: scale(0);
}

.header-actions {
  display: none;
}

.private-policy-cn h2 {
  --primary: #ed1c24;
  --glow-color: rgba(217, 178, 102, 0.35);
  --bg-gradient: #ed1c240f;
  --text-gradient: linear-gradient(90deg, #fff, #f5e3b3, #fff);
  position: relative;
  margin: 25px 0px 18px 0px;
  padding: 10px 10px;
  max-width: 100%;
  font-size: clamp(32px, 5vw, 20px);
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0px;
  background: var(--bg-gradient);
  color: #000;
  border-left: 4px solid var(--primary);
  background-clip: padding-box;
  overflow: hidden;
  isolation: isolate;
  border-radius: 0px;
  box-shadow: none;
  font-weight: 500;
}
.inner-page-body .menu-home::after {
  display: none;
}

.halal-catring .right-image-bx img {
  width: 100%;
  height: 550px;
  object-fit: cover;
}
.halal-catring .section-title h2::before {
  display: none;
}
.halal-catring .section-title h2 {
  margin-bottom: 0px;
  padding-bottom: 10px;
}
.catering-highlights li {
  background: #fff;
  margin-bottom: 5px;
  padding: 11px;
  border: 1px solid #eee;
  border-left: 5px solid #ed1d24;
}

.new-cta-bx .section-title h2 {
  padding-bottom: 0px;
  margin-bottom: 10px;
  display: block;
  text-align: center;
}
.new-cta-bx .section-title h2::before {
  display: none;
}
.franchise-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin: 30px 0px 30px 0px;
}

.franchise-benefits .benefit-box:first-of-type {
  border: 0px;
}

.franchise-benefits .benefit-box {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0px 12px;
  border-left: 1px solid #ec1c24;
}

.menu-home-nh .section-title h2 {
  margin-bottom: 10px;
}
.new-cta-bx2 {
  padding-bottom: 70px !important;
}
#nutrition-sec .accordion-button:not(.collapsed)::after {
  filter: brightness(0) saturate(100%) invert(0%) sepia(9%) saturate(7469%)
    hue-rotate(217deg) brightness(96%) contrast(101%);
}

/* home page 2 */
.page-template-temp-home-2 .video-ban {
  padding: 0;
}
.page-template-temp-home-2 .find-us-new {
  padding: 0px;
}

.ab-main {
  grid-template-columns: 70%;
  margin-inline: auto;
}

.ab-main .section-title h2 {
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 500px;
}
.about-head {
  justify-content: center;
  text-align: center;
}
.about-head .section-title h2:before {
  right: 0;
}
.ab_cn {
  padding-bottom: 15px;
  text-align: center;
  margin-left: 0px;
}
.page-id-116 .action-link .btn-bx {
  margin-top: 10px;
}
.catering-center p {
  color: #fff !important;
}
.catering-center .section-title h2:before {
  right: 0;
}
.event-list ul {
  max-width: 604px;
  margin-inline: auto;
  justify-content: center;
}
.catering-center {
  text-align: center;
  width: 100%;
  max-width: 820px;
  margin-inline: auto;
}
.catering-section {
  min-height: auto;
  display: flex;
  align-items: center;
  position: relative;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: unset;
  background-position: right center;
  animation: 30s linear 0s infinite normal none running bg-marquee;
}

.catering-section::before {
  inset: 0;
  background-color: #000000a1;
  position: absolute;
  content: "";
}
.catering-section h2,
li * {
  color: #fff;
}
.catering-new {
  color: #fff;
}
.catering-section li {
  color: #fff;
}
.catering-new li {
  color: #fff !important;
}
.catering-section .container {
  position: relative;
  z-index: 77;
}
.header-ver-new ul.location-list .sub-menu.mega-menu li.nav-item a span {
  /* color: #ee1d24; */
}
.menu-sec .nav-tabs button span {
  color: #000;
  text-transform: capitalize;
}
/* home page 2 */
.about-section .btn-bx {
  margin-top: 27px;
}
.menu-section2 .menu-content ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 300px;
  margin-inline: auto;
  margin-block: 15px;
  row-gap: 12px;
  column-gap: 21px;
}

.menu-section2 .menu-content p {
  margin-bottom: 0px;
  text-align: center;
  color: #fff;
  width: 100%;
  max-width: 350px;
  margin-inline: auto;
}

.menu-section2 .menu-content h3 {
  text-align: center;
  color: #fff;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.menu-section2 .menu-item {
  background: #cc0001;
  padding: 25px;
  border-radius: 22px;
  position: relative;
  min-height: 506px;
  width: calc(100% - 72%);
}
.menu-section2 .row {
  display: flex;
  row-gap: 70px;
  column-gap: 60px;
  justify-content: center;
  margin-top: 12px;
}

.menu-section2 .menu-content ul li {
  color: #fff;
  font-size: 16px;
  margin: 0px 0px 0px 0px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.menu-section2 .menu-content ul li span {
  color: #fff;
  font-size: 12px;
}

.menu-section2 .menu-image img {
  width: 100%;
  max-width: 100%;
}

.menu-section2 .menu-image {
  position: absolute;
  left: -35px;
  bottom: -31px;
  right: 0px;
}

.menu-section2 .menu-item {
  transition: 0.6s;
}
.menu-section2 .menu-item:hover {
  transform: scale(1.05);
}
.menu-section2 .menu-item:nth-child(3) .menu-content ul {
  row-gap: 10px;
  column-gap: 15px;
}

.menu-section2 .menu-item:nth-child(3) .menu-content ul li {
  font-size: 16px;
}
.menu-section2 .menu-item:nth-child(5) {
  padding-inline: 15px;
}
.menu-section2 .menu-item:nth-child(5) .menu-image {
  width: 100%;
  bottom: 0px;
}

.menu-section2 .menu-item:nth-child(4) .menu-image {
  bottom: 0px;
  width: 100%;
}

.menu-section2 .row > :nth-child(4) {
  grid-column: 2;
}

.menu-section2 .row > :nth-child(5) {
  grid-column: 3;
}

.website-cta {
  background: #fff;
}
#preview-area img {
  max-width: 40px !important;
  position: absolute;
  height: 40px !important;
  margin-top: 5px !important;
  right: 0px;
  padding: 0;
  bottom: 0px;
}

.limit-bx {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0px 20px;
}
.g-recaptcha + span.error {
    position: relative;
    top: -2px;
}

.page-id-122 
#franchise-experience {
  color: #000 !important;
}

.page-id-122 
#form-sec .step_form_bx select {
    color: #000 !important;
}

.modal.show .modal-dialog {
    transform: none;
    width: 100% !important;
    max-width: 650px !important;
    min-height: calc(100% - 3.5rem);
    border-radius: 0px;
}
.modal-content {
 
    border-radius: 0px;
    border: 0px;
}
button#hangoutButtonId {
    height: 40px;
    width: 40px;
    border: 0px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 33px;
    background: #ed1d24;
    color: #fff;
}
.world-map-title h3 {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    max-width: calc(100% - 100px);
    margin-inline: auto;
    color: #ee1e24;
}
.form-map-title p {
    text-align: center;
}
.form-map-title h3{
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    max-width: calc(100% - 100px);
    margin-inline: auto;
    color: #ee1e24;

}

.world-map-form .form-group {
    max-width: 350px;
    position: relative;
    margin-inline: auto;
}
.world-map-form .form-group  select {
    border: 1px solid #aeaeae !important;
    color: #000 !important;
    position: relative;
    border-radius: 5px !important;
}


.world-map-form .form-group::after {


    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 10px;
    right: 21px;
    top: 10px;
    color: #000;
    pointer-events: painted;
}
.modal-body {
    padding: 30px 20px;
}

path#canada, path#sweden, path#uk, path#usa {
    fill: #ee1e24;
}
path#canada, path#sweden, path#uk, path#usa {
    fill: #ee1e24;
}
.world-map path:hover {
    fill: #ee1e24;
}
.modal {
    z-index: 999999 !important;
    background: #00000094;
}
.page-id-122 
#msform textarea, #msform select {
    color: #000000 !important;
}
section.error-section {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #23262d1a;
    text-align: center;
}
.error-text {
    text-align: center;
}
.careers-form .form-head h1 {
      text-align: center;
    color: #fff;
}



@media (max-width: 1269px) {
  .location-list {
    display: none !important;
  }
  .order-btn {
    display: none !important;
  }
  body {
    padding-top: 0px;
  }
  header.header-ver-new.fixed_header {
    position: relative !important;
  }
  .header-actions {
    display: grid;
    grid-template-columns: [store] 1fr [sauce] 1fr;
    grid-template-areas: "store-area sauce-area";
    gap: 0px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .header-actions a {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    padding: 10px 0px;
    height: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
  }
  .header-actions a img {
    width: 100%;
    max-width: 18px;
  }
  .btn-find-store {
    background: #ec1c24;
  }
  .btn-order-sauce {
    background: #000;
  }
  .video-ban {
    height: 100%;
    width: 100%;
  }
  .navigation {
    height: 100vh;
    z-index: 99999;
  }
  .section-title h2 {
    font-size: 30px;
  }
  .video-ban {
    height: auto;
  }
  .ab-main {
    display: grid;
    grid-template-columns: 100%;
    align-items: center;
    justify-content: center;
  }
  .ab_cn {
    padding-bottom: 0px;
    text-align: left;
    margin-left: 0px;
    margin-top: 25px;
  }
  section {
    padding: 50px 0;
  }
  .about-section .ab_cn {
    text-align: center;
  }
  .ab-main .section-title h2 {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-content {
    max-width: 100%;
    padding: clamp(25px, 4vw, 22px);
    margin-left: auto;
  }
  .banner-content .hours .hr {
    font-size: 14px;
  }
}



@media (max-width: 1024px) {
  .navigation.open-menu .close-menu {
    top: -86px !important;
    right: 15px;
}
  .captcha-cls {
    gap: 10px;
    flex-direction: column;
}
  .career-bx select {
    font-size: 12px;
}
  
  .veg-section-bg {
 
    background-color: #23262d !important;
    background-image: unset !important;
}
  .find-us-imgs {
    padding: 0px 10px;
    flex: 100%;
    width: 100%;
    max-width: 673px;
    object-fit: cover;
}
  .find-us-cn {
    width: 100%;
}
.find-us-bx {
 
    flex-direction: column-reverse;
    padding: 30px 0px;

    
}
.find-us-cn {
    padding: 30px 0px;
}
}

@media (max-width: 991px) {
  .mobile-menu-toggle span {
    font-size: 18px;
    color: #ec1c24;
  }
  #myTab {
    border-radius: 0px;
  }
  /* Hide menu by default on mobile */
  #myTab {
    padding: 10px 0;
    justify-content: flex-start !important;
  }
  /* Toggle bar styling */
  .mobile-menu-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f7f7f7;
    padding: 12px 15px;
    cursor: pointer;
    border: 1px solid #ddd;
    font-weight: bold;
  }
  /* Arrow animation */
  .mobile-menu-toggle .arrow {
    transition: transform 0.3s ease;
    background: #e2e2e2;
    height: 30px;
    width: 30px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 29px;
    border: 1px solid #eee;
  }
  .mobile-menu-toggle.active .arrow {
    transform: rotate(180deg);
  }
  .menu-sec .items-wrapper > * {
    flex: 100%;
    min-width: 100%;
  }
}

@media (max-width: 991px) {
  .franchise-benefits {
    grid-template-columns: 1fr;
    margin: 20px 0px 20px 0px;
    gap: 30px;
  }
  .franchise-benefits .benefit-box {
    border-left: 0px;
  }

  .menu-home::after {
    display: none;
  }
  .cc-img img {
    display: none;
  }
  .inner-banner-slider .slick-slide img {
    height: 330px;
    width: 100%;
    object-fit: cover;
  }
  .banner-content {
    max-width: 100%;
    padding-left: 0px;
    padding: clamp(10px, 4vw, 38px);
    margin-left: unset;
  }
  .menu-sec .row {
    row-gap: 30px;
  }
  .menu-sec .section_title > *:not(p) {
    font-size: 25px;
  }
  .related-products h3 {
    margin-bottom: 30px;
  }
  .details-sec .image-wrapper {
    width: 100%;
    max-width: 500px;
    margin-bottom: 22px;
  }
  #details-sec .text h4 {
    font-size: 22px;
  }
  .details-sec h2.cal {
    font-size: 22px;
  }
  .details-sec .section_title h2 {
    font-size: 22px;
  }
  .copy-right {
    margin-top: 17px;
  }
  .location-section-inner .card-bx li {
    width: calc(100%);
  }
  section.disclaimer .container {
    max-width: 900px;
  }
  .middle_radio_bx .box span {
    font-size: 15px;
  }
  .middle_radio_bx .box {
    height: 40px;
    padding: 10px;
  }
  .country-radio-bx a {
    padding: 3px 8px;
  }
  .country-radio-bx h3 {
    font-size: 16px;
  }
  .f_sec_5 .card h2 {
    font-size: 28px;
  }
  .step_form_bx {
    padding: 25px;
  }
  .flag-icon {
    display: flex;
    justify-content: center;
    gap: 22px;
    flex-wrap: wrap;
    gap: 11px;
  }
  .f_sec_4 .f_cn {
    width: 100%;
  }
  .catering-img-bx img {
    margin-top: 30px;
  }
  .counter-grid {
    row-gap: 15px;
  }
  .secondary-pages section {
    padding: 35px 0;
  }
  .overlay-cont h1 {
    font-size: 30px;
  }
  .career-bx h4 {
    font-size: 24px;
  }
  .career-bx .form-head {
    width: 100%;
    margin-inline: auto;
  }
  .hours-bx h5 {
    font-size: 18px;
  }
  .Location-root .Location-info {
    padding: 10px;
    font-size: 16px;
  }
  .contact-main-3 {
    max-width: 100%;
    padding: 15px;
  }
  .location-grid-row {
    gap: 22px;
    width: calc(100%);
    margin: auto;
    grid-template-columns: 1fr;
  }
  .franchise-section .section-title h2 {
    width: 100%;
    margin: auto;
  }
  .secondary-pages section {
    padding: 35px 0;
  }
  .about-block {
    padding-left: 0px;
    margin-top: 28px;
  }
  .heading-block h1 {
    font-size: 25px;
  }
  .find-us-bx {
    flex-direction: column-reverse;
  }
  .find-us-imgs {
    flex: 0 0 100%;
    width: 100%;
  }
  .find-us-cn {
    padding: 38px;
    max-width: 100%;
  }
  .tab-pane .row img {
    display: none !important;
  }
  .fade-fire img {
    display: none;
  }
  .menu-home-nh .nav-tabs li.nav-item {
    width: 100%;
    max-width: 200px;
  }
  .menu-home-nh .nav-tabs {
    flex-wrap: nowrap;
    width: 100%;
    overflow: scroll;
  }
  .menu-home-nh .nav-tabs li.nav-item {
    width: 100%;
    position: relative;
    max-width: 200px;
    min-width: 175px;
  }
  .slick-slide {
    padding: 0 -0px;
  }
  .catering-section .row {
    row-gap: 35px;
  }
  footer {
    padding-top: 35px;
  }
  .lines {
    display: none;
  }
  .hide_small_screen {
    display: none;
  }
  footer .row .col-lg-3 {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .widget .theme-btn {
    font-size: 14px;
    text-align: center;
    padding: 12px 15px;
    width: calc(100% - 50%) !important;
  }
  .ab-img-bx {
    width: 100%;
    max-width: 500px;
    margin: auto;
  }
  .section-title span {
    font-size: 17px;
    margin-bottom: 5px;
  }
  .section-title h2 {
    margin-bottom: 5px;
    font-size: 25px;
  }

  .menu-section2 .menu-item {
    width: calc(100% - 55%);
  }

  .food-wrapper .menu-item {
    transform: unset;
  }
}


@media (max-width: 575px) {
  section.error-section {
    height: 400px;
}
  .form-map-title h3 {
    font-size: 20px;
    max-width: 100%;
}
  .world-map-title h3 {
    font-size: 20px;
    max-width: 100%;
}
  .modal.show .modal-dialog {
    transform: none;
    max-width: 96% !important;
}
  .career-bx select {
    font-size: 15px;
}
  .navigation.open-menu .close-menu {
    top: -86px !important;
    right: 15px;
}
  .banner-content .hours .hr span {
    font-size: 12px;
  }
  .banner-content {
    padding: clamp(10px, 1vw, 38px);
  }
  .new-cta-bx2 {
    padding-bottom: 27px !important;
  }
  .halal-catring .right-image-bx img {
    height: 100%;
    margin-bottom: 20px;
  }
  .menu-list-events li {
    width: 100%;
  }
  .menu-list-events {
    flex-direction: column;
    width: 100%;
  }

  .parts-info {
    padding: 15px;
  }
  .parts-info h3 {
    font-size: 20px;
    margin-bottom: 7px;
  }
  .pride-prllx .row {
    row-gap: 15px;
  }
  .menu_cet_ht .the-title h5 {
    font-size: 18px;
  }
  h1.n-white.main-title-ct {
    font-size: 28px;
  }
  .menu_bg h3.n-white {
    font-size: 25px;
  }
  .franchise-benefits {
    grid-template-columns: 1fr;
    margin: 15px 0px 15px 0px;
    gap: 30px;
  }
  span.file-name-label {
    font-size: 10px;
  }
  .career-bx {
    padding: 13px;
  }
  .about-cn {
    margin-inline: 0px;
  }
  .ab-img-bx img {
    object-position: 100%;
  }
  .ab_cn {
    margin-top: 20px;
  }
  .section-title h2 {
    font-size: 22px;
  }
  .find-us-cn {
    padding: 20px;
  }
  .loct {
    flex-direction: column;
    width: 100%;
  }
  .loct .location-ad-bx {
    min-width: 100%;
    text-align: center;
    width: 100%;
  }
  .loct .location-ad-bx .action-btn {
    justify-content: center;
  }
  .find-us-cn {
    text-align: center;
  }
  .find-us-cn .section-title.text-white h2:before {
    display: none;
  }
  .tab-pane li h4 {
    font-size: 17px;
  }
  .tab-pane li {
    padding: 10px 0 8px 0;
  }
  section {
    padding: 35px 0;
  }
  .widget .theme-btn {
    width: calc(100% - 20%) !important;
  }
  .copy-right {
    padding: 10px 0;
    margin-top: 10px;
  }
  .location-ad-bx h3 {
    font-size: 18px;
  }
  .find-us-img .location-ad-bx {
    min-width: calc(100% - 50%);
  }
  .location-ad-bx {
    padding: 10px 10px;
  }
  .find-us-cn .section-title h2 {
    font-size: 22px;
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .overlay-cont h1 {
    font-size: 24px;
  }
  .franchise-section2 .overlay-cont {
    padding: 14px;
  }
  .ca_cn {
    padding: 15px;
    max-width: 100%;
  }
  .country-radio-bx a {
    color: #000;
    margin-bottom: 1px;
  }
  .flag-icon {
    margin-bottom: 20px;
  }
  .f_sec_5 .card h2 {
    font-size: 22px;
  }
  .step_form_bx {
    padding: 10px;
  }
  .f_sec_4 .f_cn .ca_cn h3 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 20px;
  }
  .location-section-inner ul {
    flex-wrap: wrap;
  }
  .banner-section {
    padding: 40px 0px !important;
  }
  .banner-title h1 {
    font-size: 25px;
  }
  .details-sec .section_title h2 {
    font-size: 20px;
  }
  .details-sec h2.cal {
    font-size: 20px;
  }
  #details-sec .text h4 {
    font-size: 20px;
  }
  .slick-arrow {
    height: 45px;
    width: 45px;
  }
  .banner-image img {
    height: 200px;
  }
  .private-policy-cn h2 {
    font-size: 22px;
  }

  .catering-center {
    width: 100%;
    max-width: 100%;
  }
  .event-list {
    max-width: 100%;
  }
  .about-section::after {
    display: none;
  }
  .about-section {
    margin-top: -8px;
  }
  .loct {
    display: flex;
    gap: 24px;
  }
  .find-us-cn {
    padding: 35px 15px;
  }
  .menu-section2 .menu-item {
    width: calc(100% - 20%);
  }
  .menu-section2 .row {
    row-gap: 55px;
    margin-bottom: 10px;
  }
  .event-list ul li {
    width: calc(100% - 55%);
  }
  .custom-process .catering_area_inner .catering-wrapper {
    padding: 15px;
  }
  .process-sec .process-box {
    padding: 10px 10px;
  }
  .process-sec .process-box h3 {
    font-size: 16px;
  }
  .process-sec .process-box img {
    max-width: 35px;
  }
  .catering-img-bx img {
    border-radius: unset;
  }
  .form_bottom .form_btn {
    text-align: left !important;
  }
  .image-wrapper img {
    width: 100%;
    padding: 15px;
  }
}

/* .home2-menu .menu-image {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin: 15px 0px 0px 0px;
}
.home2-menu .menu-img img {
  width: 100%;
  max-width: 100%;
}
.home2-menu .menu-img {
  width: calc(100% - 69%);
}
.home2-menu .menu-img {
  transition: 0.5s;
}
.home2-menu .menu-img img:hover {
  transition: 0.5s;
}
.home2-menu .menu-img img:hover {
  transform: scale(1.1);
} */

.page-id-120 .catering-highlights li * {
  color: #000000;
}
.page-id-120 .catering-section h2,
li * {
  color: #000000;
}

.food-wrapper .food-container {
  display: grid;
  grid-template-columns: 25% 30% calc(45% - 80px);
  gap: 40px;
  align-items: center;
  margin-top: 0;
  width: 100%;
}
.food-wrapper .food-wrapper .container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.food-wrapper #food-text ul {
  margin-bottom: 23px;
}
.food-wrapper .food-text h2 {
  font-size: 25px;
  color: #cc0001;
  text-transform: uppercase;
}
.food-wrapper .food-text p {
  margin: 5px 0;
  font-size: 16px;
}

.food-wrapper .food-text .btn {
  background: #ff5722;
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  display: none !important;
  cursor: pointer;
  transition: background 0.3s;
}

.food-wrapper .food-text .btn:hover {
  background: #e64a19;
}
.food-wrapper .food-image img {
  width: 100%;
  margin-inline: auto;
  max-width: 75%;
}
.food-image {
  position: relative;
  text-align: center;
}

/* .food-image::before {
    border-radius: 400px;
    height: 600px;
    inset: 0;
    position: absolute;
    content: '';
    width: 600px;
    top: -50px;
    box-shadow: 0 20px 57px rgb(239 239 239 / 84%);
    z-index: 0;
    background: #ffffff4a;
    left: 52% !important;
    transform: translate(-50%, -11%) !important;
} */
.food-wrapper .food-image img.show {
  opacity: 1;
  transform: scale(1);
}

.food-wrapper div#food-text {
  position: relative;
  left: 20px;
  max-width: 380px;
}

.food-wrapper .food-menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 0;
}
.food-wrapper .menu-item {
  display: flex;
  align-items: center;
  border-radius: 0 63px 63px 0;
  padding: 12px 12px;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 0 6px #ccc;
  background-color: #fff;
  position: relative;
  left: 11px;
  font-size: 18px;
  font-weight: 600;
  gap: 6px;
  transform: translateX(-22px);
  flex-direction: row-reverse;
}
.food-wrapper .menu-item:hover,
.menu-item.active {
  background: #cc0001;
  color: #fff;
}
.menu-item.active {
  transform: translateX(-22px);
}

.food-wrapper .menu-item .food-data {
  display: none;
}
.food-wrapper #food-text ul li {
  font-weight: 500;
  color: #000;
  font-size: 17px;
  text-transform: uppercase;
  padding: 15px 0 10px 0;
  border-bottom: 1px dotted rgb(0 0 0 / 30%);
  position: relative;
  padding-left: 35px;
}
.food-wrapper #food-text ul li::before {
  position: absolute;
  content: "";
  height: 31px;
  width: 30px;
  left: -7px;
  border-radius: 0px;
  top: 9px;
  outline-offset: 1px;
  background-image: url(https://shahshalalfood.ca/wp-content/uploads/2025/09/shahshalal-icon-1.png);
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: 100%;
}

.food-wrapper .icon-bx {
  width: 60px;
  height: 60px;
  background: #f1f1f1;
  border-radius: 100px;
}

.food-wrapper img.thumb {
  height: 100%;
  max-width: 38px;
  margin-inline: auto;
  display: block;
  object-fit: contain;
}
.food-wrapper {
  background-color: #fbfbfb;
}
/* .food-wrapper .section-title h2 {
    text-align: left;
    width: 100%;
    padding-left: 16px;
    max-width: 100%;
    margin-bottom: 0px;
    padding-bottom: 0px;
} */
.food-wrapper .section-title h2:before {
  bottom: -8px;
  left: 20px;
  right: unset;
}
.food-wrapper .container {
  width: 100%;
  max-width: 84%;
  margin-left: 0;
}

/* --- Image Animation (Fade) --- */
.food-wrapper .food-image img {
  opacity: 0;
  transition: opacity 1s ease;
}
.food-wrapper .food-image img.show {
  opacity: 1;
}

/* --- Text Animation (Zoom) --- */
#food-text h2,
#food-text .desc,
#food-text .btn {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

#food-text.show h2,
#food-text.show .desc,
#food-text.show .btn {
  opacity: 1;
  transform: scale(1);
}
p.mailto_chip img {
  filter: invert(1);
  width: 18px;
}
p.mailto_chip a {
  display: flex;
  justify-content: center;
}
p.mailto_chip a span {
  width: calc(100% - 18px);
  padding: 0 0 0 10px;
}
.privacy-section ul li::after {
  position: absolute;
  content: "";
  height: 7px;
  width: 7px;
  background-color: #ee1d24;
  left: -22px;
  top: 7px;
  border-radius: 50%;
  outline: 2px solid red;
  outline-offset: 2px;
}

.privacy-section ul li {
  position: relative;
  margin: 15px 0px 15px 0px;
}

.privacy-section ul {
  padding: 0 0 0 25px;
}

ul#table-cntents {
  padding: 0;
}

ul#table-cntents li::after {
  display: none;
}

.privacy-section a {
  color: #ed1c24 !important;
  font-weight: 600;
  padding: 0px 3px;
}

.privacy-section table {
  margin: 20px 0px 20px 0px;
}

.impot_txt p {
  color: #fff;
  font-weight: 600;
  margin-top: 60px;
}
footer .copy-right {
  margin-top: 30px;
}
.impot_txt p a {
  color: #ee1d24;
  transition: all 0.3s ease-in-out;
}
.impot_txt p a:hover {
  color: #fff;
}

table thead th {
  border: 1px solid #bcbcbc;
  padding: 10px;
}
table tbody td {
  border: 1px solid #bcbcbc;
  padding: 10px;
}
.page_banner.visit-location {
  padding: 80px 0;
  background-color: #f2f2f2;
}
.secondary-pages .certifications_sec {
  background: #f2f2f2;
  padding-top: 0;
}
.certifications_bx {
  margin-bottom: 50px;
}
.certifications_img {
  position: relative;
}
.certifications_img {
  overflow: hidden;
  position: relative;
  box-shadow: 0 0px 11px #ccc;
}
.certifications_img img {
  border: 10px solid #fff;
}
.overlay_certificate {
  position: absolute;
  height: 100%;
  background: #ec1c24b5;
  width: 100%;
  text-align: center;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s;
  opacity: 0;
  transition: all 0.3s ease;
}
.overlay_certificate img {
  border: none;
  filter: invert(1);
}
a.cb_bx:hover .overlay_certificate {
  opacity: 1;
}
.certifications_bx h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  margin: 10px 0;
  color: #000;
}
ul.location-list li a {
  padding: 40px 15px;
}

@media only screen and (max-width: 991px) {
  p.mailto_chip a span {
    width: auto;
  }
}
.menu-icon {
  width: 100%;
  max-width: 20px;
  margin: 0px 4px 4px 0px;
}
.qlkhlght .widget .theme-btn::after {
  background-color: #171717;
}

.nutrition-header .banner-title h1 {
  color: #000;
  font-size: 35px;
  margin: 0px;
}

.nutrition-header {
  background-color: #f2f2f2;
}
.nutrition-menu-section .menu-pic img {
  padding: 10px;
  height: 100%;
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #231f20;
}
section.menu-home.menu-home2.menu-home-nh span.menu-icon {
  max-width: 100%;
}

@media only screen and (max-width: 1360px) {
  ul.location-list {
    gap: 0;
  }
  .order-btn a {
    font-size: 14px;
  }
  .loations-dd a.visit-btn-top-right {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .food-wrapper .section-title h2:before {
    bottom: 2px;
    left: 10px;
    right: unset;
  }
  .food-wrapper .food-container {
    grid-template-columns: 100% !important;
    padding: 0px 15px;
  }
  .food-wrapper .food-menu {
    flex-direction: row;
    overflow: scroll;
  }

  .food-wrapper .menu-item {
    transform: unset;
    flex-direction: column;

    border-radius: 0px;
    margin: 10px 0px;
    min-width: 200px;
  }
  .menu-item.active {
    transform: unset;
  }
  .food-wrapper .food-menu {
    justify-content: start;
    margin-top: 25px;
  }
  .food-wrapper div#food-text {
    max-width: 100%;
    position: unset;
  }
  .food-wrapper .food-image img {
    max-width: 400px;
  }
  .food-image {
    position: relative;
    text-align: center;
    background: #f2f2f2;
    width: fit-content;
    margin-inline: auto;
    border-radius: 20px;
  }
  .food-wrapper .menu-item {
    font-size: 16px;
  }
  .page_banner.visit-location {
    padding: 50px 0;
  }
}

.accordion-item {
  margin: 10px 0px;
}
.related-products {
  background: #f2f2f2;
}
.image-wrapper img {
  width: 100%;
  max-width: 500px;
  margin-inline: auto;
  display: block;
  padding: 20px 0px;
}
.related-products .card-body {
  text-align: center;
}
.related-products .row {
  row-gap: 1.5rem;
  justify-content: center;
}

.fif-btn {
  border-radius: 0;
  color: #232323;
  display: inline-block;
  font-size: 1rem;
  height: auto;
  position: fixed;
  right: -6px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform-origin: bottom right;
  z-index: +10000;
  top: 31%;
}
.error {
  background: red;
  color: #fff !important;
  display: block;
  padding: 0px 2px;
}
.related-products .col-wrapper {
  height: 100%;
}

.captcha-cls {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.loc-icon {
  position: relative;
}
.loc-icon::after {
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
  right: 21px;
  top: 10px;
  color: #fff;
  pointer-events: painted;
}
.contact-section-3  .loc-icon::after {
  color: #000;
}

@media (max-width: 575px) {
  .accordion-item:first-of-type .accordion-button {
    border-radius: 0px;
    padding: 10px 5px;
    font-size: 17px;
  }
  .accordion-body .text-center {
    margin-top: 15px !important;
  }
  .nutrition-sec .accordion-item .accordion-body {
    margin-top: 10px;
    padding: 15px 10px;
  }
  .nutrition-sec .accordion-item .accordion-body > .row {
    row-gap: 7px;
  }
  .col-wrapper .title h2 {
    font-size: 24px;
    margin: 0px;
    line-height: normal;
  }
  .accordion-body .col-wrapper .text p {
    text-align: center;
  }
  .accordion-item:last-of-type .accordion-button.collapsed {
    padding: 10px 5px;
    font-size: 17px;
  }
  #nutrition-sec .section_title h2 {
    font-size: 22px;
  }
  .food-wrapper .food-image img {
    max-width: 350px;
    padding: 15px;
  }
  .website-cta .button-bx {
    margin-top: 15px;
  }
  .header-ver-new img.logo_left {
    max-width: 100px;
  }
  .top_header_left::before {
    right: -58%;
  }
  .navbar-nav li a {
    font-size: 20px;
  }
  .food-wrapper .food-text h2 {
    font-size: 22px;
  }
  .food-wrapper #food-text ul li {
    font-size: 16px;
  }
  .catering-wrapper .btn_sec_bx {
    margin-top: 14px;
  }
  .veg-section-bg {
    background-attachment: scroll;
  }
  .ingredients-sec .ingredients img {
    width: 100%;
    margin-block-end: 1rem;
    max-width: 100px;
  }
  .col-wrapper .row {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .col-wrapper .item {
    width: 100%;
    max-width: 100%;
  }
  .ingredients-sec .ingredients .title h4 {
    font-size: 20px;
    margin: 0px;
  }
  .col-wrapper .section_title h2 {
    font-size: 22px;
  }
  .nutrition-header .banner-title h1 {
    font-size: 25px;
  }
  header#header_fixed_top div#header_fixed {
    padding: 0 5px;
  }
  .top_header_left::before {
    height: 15px;
    width: 25px;
    top: 7px;
    right: -13px;
  }
  .visit-btn-top-right {
    padding: 0 10px;
  }
  .loations-dd a.visit-btn-top-right {
    font-size: 12px;
  }
  .loations-dd:hover ul.child_menu li a {
    padding: 10px 15px;
    text-align: center;
    font-size: 12px;
  }
  .impot_txt p {
        margin-top: 0px;
    padding: 37px 37px 0;
  }
}
