@font-face {
  font-family: "64017d81";
  src: url("../assets/fonts/64017d81-9430-4cba-8219-8f5cc28b923e.woff2")
    format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "03805817";
  src: url("../assets/fonts/03805817-4611-4dbc-8c65-0f73031c3973.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "CircularXXWeb";
  src: url("../assets/fonts/CircularXXWeb-Book.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tahoma";
  src: url("../assets/fonts/Tahoma Regular font.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "pe1mMImS";
  src: url("../assets/fonts/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4G1ilXs1Ul.woff2")
    format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "UcCO3Fwr";
  src: url("../assets/fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfAZ9hiA.woff2")
    format("woff2");
  font-weight: normal;
  font-style: normal;
}

body {
  overflow-x: hidden;
  /* background: url("../assets/homepage.webp") fixed center; */
  /* background-size: cover; */
  scroll-behavior: smooth;
  /* background-attachment: fixed; */
}

.bbground {
  background: url("../assets/homepage.webp") fixed center;
  background-size: cover;
}
.b2bground {
  background: url("../assets/menu-cover.jpg") fixed center;
  background-size: cover;
  width: 100vw;
}
.bb3ground {
  background: url("../assets/careercover.webp") fixed center;
  background-size: cover;
  width: 100vw;
}
.bb4ground {
  background: url("../assets/contact-usCover.webp") fixed center;
  background-size: cover;
  width: 100vw;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(255, 255, 255, 1);
}

.modal-content {
  display: block;
  margin: 0 auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 80%;
}

.close {
  color: #000;
  position: absolute;
  top: 15px;
  right: 35px;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  width: 40px;
}

.close:hover,
.close:focus {
  color: #ccc;
  text-decoration: none;
  cursor: pointer;
}

.modal-content {
  display: block;
  margin: 0 auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 80%;
}

/* Styles for the previous and next arrows */

.prev {
  left: 10px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 29px;
}

.next {
  top: 50%;
  width: 29px;
  right: 10px;
  cursor: pointer;
  position: absolute;
}

.comment-reply-title {
  display: none;
}
.logged-in-as {
  display: none;
}

textarea {
  max-width: 970px;
  margin: 0 auto;
  background-color: white !important;
  border: 1px solid #e8e6e6;
  outline: none;
  resize: none !important;
  margin-bottom: 1vw !important ;
}
textarea::placeholder {
  color: #000 !important;
}
textarea:hover {
  border: 1px solid #5e5e5e;
}
textarea:focus {
  border: 1px solid #5e5e5e;
}

#commentform {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#submit {
  background-color: #8b0000;
  margin-bottom: 5px;
  display: none;
}

#author {
  display: none;
}
.comment-form-email {
  display: none;
}
.comment-form-url {
  display: none;
}
.comment-form-author {
  display: none;
}
.comment-notes {
  display: none;
}
.comment-form-cookies-consent {
  display: none;
}
.wpsisac-slide-wrap img {
  object-fit: contain;
}

@media (max-width: 600px) {
  .wpsisac-slick-init {
    width: 350px;
  }
  .wpsisac-slick-init img {
    object-fit: contain !important;
  }
}

.input-share {
  width: 100%;
  border: 1px solid #e8e6e6;
  outline: none;
  padding-block: 10px;
  margin-top: 40px;
}

.close-button {
  font-size: 18px;
  color: #9fd9f9;
  background-color: white;
  width: 92px;
  height: 40px;
  text-align: center;
  border: 1px solid #9fd9f9;
  font-size: 16px;
  margin-top: 1vw;
  cursor: pointer;
}
.copy {
  font-size: 18px;
  color: white;
  background-color: #9fd9f9;
  width: 109px;
  height: 40px;
  text-align: center;
  font-size: 16px;
  margin-top: 1vw;
  cursor: pointer;
}

.text-in-bold {
  color: #000 !important;
  font-weight: 400 !important;
}

.chatfood-container {
  top: 0;
  left: 0;
  position: fixed !important;
  z-index: 2147483647 !important;
  width: 0 !important;
  height: 0 !important;
}

.modal22 {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  overflow: auto;
}

.modal22.show {
  display: flex;
  justify-content: center;
}

.modal-content222 {
  display: block;
  max-width: 90%;
  max-height: 90%;
  filter: brightness(108%);
}

@media (max-width: 600px) {
  .modal-content222 {
    object-fit: contain;
  }
}

.close222 {
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  padding: 10px;
}

.close222:hover,
.close222:focus {
  color: #ccc;
  text-decoration: none;
  cursor: pointer;
}

.burger-menu-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 20px;
  cursor: pointer;
}

.bar {
  width: 100%;
  height: 3px;
  background-color: #fff;
  transition: transform 0.3s ease-in-out;
}

/* Initial state of bars */
.bar1.change {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.bar2.change {
  opacity: 0;
}

.bar3.change {
  transform: rotate(45deg) translate(-5px, -6px);
}

/* Styling for the side menu */
.side-menu {
  display: none;
}

.side-menu-content {
  padding-left: 20px;
  overflow-y: auto;
}

.side-menu-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* Show side menu when opened */
.side-menu.open {
  display: block;
}

.comments-area {
  display: flex;
  flex-direction: column-reverse;
  max-width: 957px;
  margin: 0 auto;
  border: 1px solid #e8e6e6;
  padding-inline: 80px;
  padding-top: 15px;
  position: relative; /* Needed for absolute positioning of ::before */
}

.comment {
  border-bottom: 1px solid #e8e6e6;
  padding-bottom: 10px;
  margin-bottom: 10px;
  /* Add other comment styles */
}

.comments-title {
  display: none;
}

#comment {
  position: relative;
}

#comment::before {
  content: "Write a Comment ...";
  position: absolute;
  top: 8px; /* Adjust as needed */
  left: 10px; /* Adjust as needed */
  color: #999; /* Adjust color as needed */
  pointer-events: none; /* Allows clicks to go through the pseudo-element */
}

/* Adjust focus styles */
#comment:focus::before {
  display: none;
}

.pld-like-dislike-wrap {
  margin-bottom: 0px !important;
}

.cancel-button,
.publish-button {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 10px;
  /* Additional button styles */
  padding: 4px 16px;
  cursor: pointer;
  font-size: 14px;
}

.cancel-button {
  color: #7fccf7;
  cursor: pointer;
  /* Additional styles for the cancel button */
}

.publish-button {
  color: white;
  /* background-color: #7fccf7 !important; */
  background-color: #7fccf7 !important;
  border: none;
  cursor: pointer;

  /* Additional styles for the publish button */
}

#div_editor1 {
  flex-direction: column-reverse !important;
}
rte-bottom {
  display: none !important;
}
rte-floatpanel {
  display: none;
}

.border-comment {
  border: 1px solid #dddddd;
  padding-inline: 100px;
  padding-top: 25px;
  padding-bottom: 65px;
}

.border-comments {
  border: 1px solid #dddddd;
  height: 1px;
  width: 100%;
}
.bottom-button,
.rte-toolbar-desktop {
  display: none !important;
}

rte-content {
  border: 1px solid #dddddd;
  /* flex: unset !important;
  height: 60px !important; */
}
#div_editor1 {
  height: 60px ;
  min-height: 60px ;
}

.hidden-important {
  display: flex !important;
}
.rte-modern {
  border-radius: 0px !important;
}

.appear-important {
  height: 135px !important;
  min-height: 60px !important;
}
