.btn-theme {
  background-color: #0c82b9;
  color: #fff;
  border: medium none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  height: 50px;
  letter-spacing: 0.6px;
  margin-top: 10px;
  text-transform: uppercase;
  width: auto;
  transition: all 0.4s;
  border-radius: 0;
  position: static;
}

.btn-theme:hover {
  background: #f22282;
  color: #fff;
}

.btn-theme-2 {
  background-color: #f22282;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.4px;
  padding: 14px 32px;
  display: inline-block;
  border-radius: 50px;
}

.btn-theme:hover {
  background: #0c82b9;
  color: #fff;
}

.btn-black {
  background-color: #000000;
  color: #ffffff !important;
}

.btn-white {
  background-color: white;
  padding: 2px 10px;
  border-radius: 3px;
}

.strong {
  font-weight: bold !important;
}

.underlined {
  text-decoration: underline;
}

.sortable {
  padding: 0;
  border-radius: 4px;
  border: 1px solid #ddd;
}

.sortable li {
  border: 1px solid #ddd;
  list-style: none outside none;
  margin: 4px;
  padding: 8px;
  color: black;
}

.sortable .handle {
  cursor: move;
}

.redactor-editor ul,
div.pagecontent ul {
  list-style: none;
  padding-left: 15px;
}

.redactor-editor ul > li,
div.pagecontent ul > li {
  padding-bottom: 15px;
  padding-left: 1.3em;
  text-indent: -0.9em;
}

.redactor-editor ul > li:before,
div.pagecontent ul > li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  color: #035077;
  margin-left: -12px;
  margin-right: 3px;
  vertical-align: middle;
  line-height: 14px;
  font-size: 14px;
  font-weight: bold;
  height: 18px;
  width: 5px;
  display: inline-block;
  /*text-align: center;*/
  left: -32px;
  top: 9px;
}

ul.list-styled {
  list-style: none;
  padding-left: 2em;
  text-indent: -2em;
  margin-bottom: 15px;
  margin-left: 5px;
  list-style-position: outside;
}

ul.list-styled li {
  padding-bottom: 5px;
}

.list-group-item {
  border: none;
}

ul.list-styled > li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  color: #0c82b9;
  margin-left: -12px;
  margin-right: 3px;
  vertical-align: middle;
  line-height: 14px;
  font-size: 14px;
  font-weight: bold;
  height: 18px;
  width: 5px;
  display: inline-block;
  /*text-align: center;*/
  left: -32px;
  top: 9px;
}

div.pagecontent img{
	max-width:100%;
}

.red-bg {
  background-color: #d9534f;
  color: #fafafa;
}

.bg-red {
  background-color: #d9534f;
  color: #fafafa;
}

.text-pink {
  color: #ff3399 !important;
}

.bg-pink {
  background-color: #ff3399 !important;
}

.text-white {
  color: #ffffff !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.text-black {
  color: #282c3d !important;
}

.bg-black {
  background-color: #282c3d !important;
}

.text-green {
  color: #00953a !important;
}

.bg-green {
  background-color: #00953a !important;
}

.text-orange {
  color: #e87722 !important;
}

.bg-orange {
  background-color: #e87722 !important;
}

.text-purple {
  color: #823794 !important;
}

.bg-purple {
  background-color: #823794 !important;
}

.text-blue {
  color: #0c82b9 !important;
}

.bg-blue {
  background-color: #0c82b9 !important;
}

.text-darkblue {
  color: #00008b !important;
}

.bg-darkblue {
  background-color: #00008b !important;
}

.text-red {
  color: #d9534f !important;
}

.bg-red {
  background-color: #d9534f !important;
}

.text-teal {
  color: #009ca6 !important;
}

.bg-teal {
  background-color: #009ca6 !important;
}

.text-gray {
  color: #8a8b8c !important;
}

.bg-gray {
  background-color: #8a8b8c !important;
}

.text-gold {
  color: #b26d00 !important;
}

.bg-gold {
  background-color: #b26d00 !important;
}

.text-yellow {
  color: #ffdd00 !important;
}

.bg-yellow {
  background-color: #ffdd00 !important;
}

.text-maroon {
  color: #8d0b56 !important;
}

.bg-maroon {
  background-color: #8d0b56 !important;
}

.text-theme {
  color: #0c82b9 !important;
}

.opacity50 {
  opacity: 0.5;
  filter: alpha(opacity=50); /* For IE8 and earlier */
}

.opacity60 {
  opacity: 0.6;
  filter: alpha(opacity=60); /* For IE8 and earlier */
}

.opacity70 {
  opacity: 0.7;
  filter: alpha(opacity=70); /* For IE8 and earlier */
}

.row-same-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.row-same-height > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

.gray-transparent-bg-for-text {
  padding: 20px;
  background: rgba(0, 0, 0, 0.2);
}

.white-transparent-bg-for-text {
  padding: 20px;
  background: rgba(255, 255, 255, 0.6);
}

.vendor-image,
.kv-file-content {
  position: relative;
  background-color: #000000;
  overflow: hidden;
  padding-bottom: 175.7%; /* here the desired aspect ratio ... Calculate height / width * 100*/
}

.vendor-image img,
.kv-file-content img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.menu-image {
  position: relative;
  overflow: hidden;
  padding-bottom: 76.7% !important; /* here the desired aspect ratio ... Calculate height / width * 100*/
}

.menu-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}


.vendor-top-image {
  position: absolute;
  overflow: hidden;
  padding-bottom: 66.7%; /* here the desired aspect ratio ... Calculate height / width * 100*/
}

.vendor-top-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.news-image {
  position: relative;
  overflow: hidden;
  padding-bottom: 44.9%; /* here the desired aspect ratio ... Calculate height / width * 100*/
}

.news-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.file-preview-image {
  height: 140px;
}

.img120 {
  height: 120px !important;
  width: auto;
}

.img294 {
  height: 294px;
  width: 100%;
}

.img380 {
  height: 380px;
  width: auto;
}

.img-center {
  margin: 0 auto;
}

.pl-10 {
  padding-left: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.g-recaptcha {
  display: inline-block;
}

.has-error .help-block {
  color: #ff3333;
}

.redactor-editor {
  border: 1px solid #bbb;
}

.redactor-toolbar {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  font-size: 14px !important;
  line-height: 1 !important;
  background: #fff;
  border: none;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.select2-container--krajee-bs4 .select2-selection {
  border: 1px solid #bbb;
}

.form-group textarea {
  border-color: #999;
  /* font-size: 14px !important; */
}

.krajee-default .file-caption-info,
.krajee-default .file-size-info {
  height: 25px;
}

.file-preview-image {
  height: 140px;
}

.card .card-badge {
  position: absolute;
  top: -10px;
  left: -15px;
  padding: 3px;
  transform: rotate(-15deg);
  border-radius: 4px;
}

.card .card-badge.lowest {
  background: indianred;
  color: white;
}

.card .card-badge.highest {
  background: seagreen;
  color: white;
}
.card .card-badge.median {
  background: darkorange;
  color: white;
}

/* ------------------------------------------ */

.glyphicon {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.glyphicon-pencil::before {
  content: "\f044";
}

.glyphicon-trash::before {
  content: "\f2ed";
}

.glyphicon-eye-open::before {
  content: "\f06e";
}
.fas {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-calendar-alt:before {
  content: "\f073";
}

/* CAROUSEL LIGHTBOX CAROUSEL LIGHTBOX CAROUSEL LIGHTBOX */
.pb-images-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  z-index: 9999;
}
.pb-modal-back {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000d9;
}
.pb-cropper-edit-lightbox {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 20px;
}

.pb-image-modal {
  cursor: zoom-in;
  max-height: 60vh;
  min-width: 400px;
  object-fit: cover;
  z-index: 2;
}

.pb-modal-container {
  width: fit-content;
  left: 50%;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
  gap: 20px;
}

.pb-modal-container a {
  cursor: pointer;
  color: white !important;
  height: fit-content;
}

.pb-light-info {
  color: white !important;
}

.pb-light-info h4 {
  color: white !important;
  width: 80%;
}

.pb-light-info p {
  color: white !important;
}

.pb-images-lightbox {
  flex-wrap: nowrap;
  overflow-x: hidden;
  padding: 20px 0;
}

.pb-images-lightbox img {
  cursor: pointer;
  flex-basis: auto;
}

.individual-image-container {
  transition: 0.3s;
  display: flex;
  background-color: black;
}

.individual-image-container:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: 0.3s;
}

.individual-image-container img {
  min-height: 100%;
  object-fit: cover;
  width: 100%;
}

#pb-container-dots {
  gap: 5px;
}

.pb-row-dots {
  width: 10px;
  height: 10px;
  background-color: #c8c8c8;
  border-radius: 10px;
  transition: 0.2s;
  cursor: pointer;
}

.pb-row-dots:hover {
  transition: 0.2s;
  background-color: #6c6c6c;
}

.pb-active-dot {
  background-color: #6c6c6c;
}

.pb-arrow-m {
  display: none;
}

@media only screen and (max-width: 600px) {
  .pb-images-modal {
    width: 100vw;
  }

  .pb-modal-container {
    width: 80%;
  }

  .pb-modal-container-info {
    width: 100%;
  }

  .pb-image-modal {
    width: 100%;
    object-fit: cover;
    min-width: 100%;
    max-height: 350px;
  }

  .pb-arrow-m {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    bottom: 100px;
    width: 100%;
    color: white;
  }

  .pb-arrow-m a {
    color: white;
  }

  .pb-arrow-modal-d {
    display: none;
  }
}

/* CAROUSEL LIGHTBOX CAROUSEL LIGHTBOX CAROUSEL LIGHTBOX */

/* ------------------------------------*/
/* add custom styles here..  */

del {
  background-color: #fa6b84;
}
ins,
ins * {
  background-color: #aabf67 !important;
}

/* * Summernote styles */
.note-editable {
  height: 400px;
  overflow: scroll;
}
div.note-editor.note-frame.panel.panel-default
  > div.note-editing-area
  > div.note-editable
  > ul,
div.note-editor.note-frame.panel.panel-default
  > div.note-editing-area
  > div.note-editable
  > blockquote
  > ul {
  list-style: none;
}
div.note-editor.note-frame.panel.panel-default
  > div.note-editing-area
  > div.note-editable
  > ul
  > li,
div.note-editor.note-frame.panel.panel-default
  > div.note-editing-area
  > div.note-editable
  > blockquote
  > ul
  > li {
  padding-bottom: 15px;
  padding-left: 1.3em;
  text-indent: -0.9em;
  margin-left: 1.3rem;
}
div.note-editor.note-frame.panel.panel-default
  > div.note-editing-area
  > div.note-editable
  > ul
  > li:before,
div.note-editor.note-frame.panel.panel-default
  > div.note-editing-area
  > div.note-editable
  > blockquote
  > ul
  > li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  color: #035077;
  margin-left: -12px;
  margin-right: 3px;
  vertical-align: middle;
  line-height: 14px;
  font-size: 14px;
  font-weight: bold;
  height: 18px;
  width: 5px;
  display: inline-block;
  /* text-align: center; */
  left: -32px;
  top: 9px;
}

.note-editor .dropdown-toggle::after {
  all: unset;
}
.note-editor .note-dropdown-menu {
  box-sizing: content-box;
}
.note-editor .note-modal-footer {
  box-sizing: content-box;
}

.note-dropdown-menu a {
  text-decoration: none;
  color: black;
}

.note-toolbar {
  border-bottom: 1px solid rgb(195, 195, 195);
}

/* * ----------------------------------------------------- */
/* * Datatables custom CSS */
.dataTables_wrapper {
  width: 100%;
  overflow-x: scroll;
}
.dataTables_wrapper .dataTables_paginate ul li {
  background: none;
  border-radius: 4px;
  border: 1px solid black;
  padding: 5px;
  margin: 5px;
  cursor: pointer;
}

.dataTables_wrapper .dataTables_paginate ul li:hover {
  background: #0d6efd;
  border-radius: 4px;
  border: 1px solid white;
  padding: 5px;
  margin: 5px;
}

.dataTables_wrapper .dataTables_paginate ul li:hover a {
  color: white;
}

.dataTables_wrapper .dataTables_paginate ul li.disabled {
  background: none;
  border-radius: 4px;
  border: 1px solid gray;
  padding: 5px;
  margin: 5px;
  cursor: default;
}

.dataTables_wrapper .dataTables_paginate ul li a {
  color: black;
  padding: 10px;
}

.dataTables_wrapper .dataTables_paginate ul li a:hover {
  color: white;
  padding: 10px;
}

.dataTables_wrapper .dataTables_paginate ul li.disabled a {
  color: gray;
  cursor: default;
}

.dataTables_wrapper .dataTables_paginate li.active {
  background: #0d6efd;
  border: 1px solid white;
}

.dataTables_wrapper .dataTables_paginate li.active a {
  color: white;
}
/* Datatable copntrols Custom CSS */
.dataTables_filter input {
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 8px 12px;
  margin: 5px;
  background-color: #f5f5f5;
  color: #333;
  transition: box-shadow 0.3s ease;
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border: 1px solid #ccc;
}

.dataTables_filter input:hover {
  border: 1px solid #888;
  background-color: #f9f9f9;
}

.dataTables_filter input:focus {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.dataTables_length select {
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 8px 12px;
  margin: 5px;
  background-color: #f5f5f5;
  color: #333;
  transition: box-shadow 0.3s ease;
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border: 1px solid #ccc;
}

.dataTables_length option {
  background-color: #f5f5f5;
  color: #333;
  padding: 5px 10px;
}

.dataTables_filter {
  float: left !important;
}

.dataTables_length {
  float: right !important;
}

table.dataTable tbody tr {
  background-color: transparent;
}
table {
  width: 100%;
}
table tbody tr {
  border-bottom: 1px solid #616161;
}
.audit {
  width: 60%;
}
.audit .attribute {
  width: 20%;
}
.audit .from {
  width: 40%;
}
.audit .to {
  width: 40%;
}

.pb-form-card {
  padding: 20px;
  background: #f8f9fa;
  border-radius: 12px;
  height: fit-content;
}

/* * Icons modal on form */
#icon_modal_body {
  overflow-y: scroll;
  height: 70vh;
}

div:has(.icon_selected) {
  grid-area: selected;
}

.current_icon {
  font-size: 2.5rem;
  padding: 0;
  margin: 0 0.5rem;
}

#icon_modal_body > div:nth-child(2) {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas: "selected none none none none none";
}

#icon_modal_body > div:nth-child(2) > div {
  text-align: center;
}

#icon_modal_body > div:nth-child(2) > div > button {
  font-size: 2rem;
  text-align: center;
}

.ribbon-underline {
  text-decoration: none;
}

/* CLIENT PARAMS */
.pb-table-params thead tr th {
  background-color: #212529;
  color: white;
  padding: 8px 10px;
}

.pb-table-params td {
  background-color: #f8f9fa;
}

.pb-table-params tr:first-child th:first-child {
  border-top-left-radius: 15px;
}

.pb-table-params tr:first-child th:last-child {
  border-top-right-radius: 15px;
}

.pb-table-params tr:last-child td:first-child {
  border-bottom-left-radius: 15px;
}

.pb-table-params tr:last-child td:last-child {
  border-bottom-right-radius: 15px;
}

.pb-table-params tbody tr {
  border-bottom: unset;
}

.pb-array-card-param {
  position: absolute;
  background: #f8f9fa;
  width: 470px;
  padding: 20px;
  border-radius: 12px;
  margin-top: -60px;
  margin-left: 13px;
  box-shadow: 2px 10px 20px 15px #00000012;
}

.pb-card-params {
  padding: 20px;
  background: #f8f9fa;
  border-radius: 12px;
  height: 100%;
}

.pb-card-params label {
  color: #1d1b20;
  margin-bottom: 10px;
}

.pb-card-params .form-check-input {
  width: 60px;
  height: 30px;
}

.pb-close-icon {
  padding: 0;
  border-radius: 10px;
  color: #6750a4;
}

.pb-plus-icon {
  background-color: #ece6f0;
  padding: 10px 13px;
  border-radius: 10px;
  color: #6750a4;
  transition: all 0.2s;
}

.pb-plus-icon:hover {
  transition: all 0.2s;
  background-color: #f7ecff;
}

.pb-add-buttons {
  display: flex;
  gap: 10px;
}

.pb-update-param-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  border-radius: 50px;
  gap: 10px;
  background: rgba(103, 80, 164, 0.08);
  border-color: #ffffff00;
  color: #6750a4;
  transition: all 0.2s;
}

.pb-update-param-button:hover {
  transition: all 0.2s;
  background-color: #f7ecff;
}

.pb-create-param-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  border-radius: 50px;
  gap: 10px;
  background: rgb(40 255 3 / 18%);
  border-color: #ffffff00;
  color: #2e5733d6;
  transition: all 0.2s;
}

.pb-create-param-button:hover {
  transition: all 0.2s;
  background-color: #78ff7e8f;
}

/* CLIENT PARAMS */

.fs-big {
  font-size: 4em;
}

.far {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.fa-clock:before {
  content: "\f017";
}

.fl-gap {
  gap: 15px;
}

.grid {
  display: grid;
  gap: 1em;
  grid-template-rows: min-content minmax(0, 1fr) min-content;
  grid-template-columns: 1fr minmax(0, 3fr);
  grid-template-areas:
    "a h"
    "a c"
    "a f";
  height: calc(50vh - 1em);
  width: calc(95vw - 2em); /* not necessary, but just to be explicit */
  margin: 1em;
}

/* dataTables_wrapper  */

/* Admin Log Start */
.pb-table-log thead tr th {
  background-color: #212529;
  color: white;
  padding: 8px 10px;
}

.pb-table-log td {
  background-color: #f8f9fa;
}

.pb-table-log tr:first-child th:first-child {
  border-top-left-radius: 15px;
}

.pb-table-log tr:first-child th:last-child {
  border-top-right-radius: 15px;
}

.pb-table-log tr:last-child td:first-child {
  border-bottom-left-radius: 15px;
}

.pb-table-log tr:last-child td:last-child {
  border-bottom-right-radius: 15px;
}

.pb-table-log .dataTables_wrapper .dataTables_paginate a {
  background: none;
  border-radius: 4px;
  border: 1px solid black;
  padding: 10px;
  margin: 5px;
  cursor: pointer;
  box-sizing: border-box;
}

.pb-table-log .dataTables_wrapper .dataTables_paginate a.current {
  background: #0d6efd;
  border: 1px solid white;
  color: white;
}

.pb-table-log .dataTables_wrapper .dataTables_paginate a {
  color: black;
  padding: 10px;
}
.pb-table-log .dataTables_wrapper .dataTables_paginate a.disabled {
  background: none;
  border-radius: 4px;
  border: 1px solid gray;
  padding: 10px;
  margin: 5px;
  cursor: default;
  color: gray;
}

.pb-table-log .dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
}

.pb-table-log .dataTables_wrapper {
  width: 100%;
  overflow-x: unset !important;
}

/* admin ribbon styles */
#admin_ribbon_open_button {
  background-color: #628db6;
  position: fixed;
  font-size: 1rem;
  bottom: 3vh;
  width: auto;
  z-index: 997;
}

#admin_ribbon_open_button #open-ribbon {
  margin: 0;
  padding: 0;
  margin-right: 0.8rem;
}

#admin_ribbon {
  background-color: #628db6;
  font-size: 1rem;
  bottom: 3vh;
  left: -200%;
  z-index: 1000;
}

#admin_ribbon div div ul li {
  list-style: none;
  padding: 0 8px;
  margin: 0;
}

#admin_ribbon div div ul .list-group-item {
  margin-bottom: 0.5rem;
}

#admin_ribbon div div ul li a {
  color: black;
  text-decoration: none;
}

#admin_ribbon div div ul li .fa-check {
  color: green;
}

#admin_ribbon div div ul li .fa-exclamation {
  color: red;
}

#admin_ribbon div div ul li button {
  margin: 0;
  padding: 0;
}

#errors-table {
  position: fixed;
  width: 80%;
  margin-left: 10%;
  margin-top: 10vh;
  padding: 1rem;
  z-index: 999;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content-right {
  right: 0 !important;
}

.dropdown-menu {
  inset: auto auto 0px;
  transform: translate(0px, -30px);
}

.dropdown-content li {
  padding: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.dropdown-content li:hover {
  background-color: #f4f4f4;
}

.img-newsletter {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.form-newsletter {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.datepicker-dropdown {
  height: fit-content;
  padding: 20px;
}



.dish_text,
.dish_img {
  flex: 1;
  padding: 20px;
  background: #f9f9f9; /* match texture/background if needed */
}

/* If your iframe doesn’t stretch full height */
.dish_img iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.control-label {
 color: black;
}

.testimonial_section .testimonial_wraper .testimonial_inner {

  justify-content: center;
}

.testimonial-content {
  transition: max-height 0.3s ease, opacity 0.3s ease;
  overflow: hidden;
  display: block;
}

.read-more-btn {
  background-color: #d52f2f;
  color: white;
  border: none;
  padding: 6px 14px;
  font-size: 14px;
  border-radius: 4px;
  margin-top: 10px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.read-more-btn:hover {
  background-color: #a82424;
}

.banner_slider .slider_block .ban_text h1 {
  font-size: 70px;
}

.field-page-published label {
  color: black;
}

.note-editor.note-frame .note-editing-area .note-editable, .note-editor.note-airframe .note-editing-area .note-editable {
 
  color: black;
}

.blog_card_section .blog_card .img img {
  object-fit: contain !important;
}

.banner_section.second_banner .ovelay_bg {
  position: absolute;
  bottom: -45px;
  width: 100%;
  z-index: 100;
}

.dish-grid {
  display: flex;
  flex-wrap: wrap;
}

.dish-grid .col-lg-4 {
  display: flex;
}

.dish_box {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.dish_info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.dish_text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.dish_img {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.bg_red_textcher {
  background-image: url(../images/red_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.custom-red-btn {
  background-color: #c42900 !important;
  color: white !important;
  border: none;
  font-weight: bold;
  padding: 0.6rem 1.2rem;
  border-radius: 0.5rem;
  transition: background-color 0.3s ease;
}

.custom-red-btn:hover {
  background-color: #a02000 !important;
  color: white !important;
  text-decoration: none;
}

.bredcrumb_section .ovelay_bg img {
  width: 100vw;
}

.btn-file {
  padding: 14px;
  background-color: #a02000 !important;
  border: white 1px solid;
}
.btn-submit {

  background-color: #a02000 !important;
  border: white 1px solid;
}

.pet-friendly-badge {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #c42900;
  /* Dark grey/blackish */
  color: #fff;
  border: 2px solid #ffffff;
  /* Green border to pop */
  border-radius: 999px;
  padding: 10px 18px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 9999;
  cursor: default;
  transition: transform 0.3s ease;
}

.pet-friendly-badge:hover {
  transform: scale(1.05);
}

.pet-friendly-badge i {
  font-size: 18px;
  color: #ffffff;
}

@media (max-width: 600px) {
  .pet-friendly-badge {
    font-size: 12px;
    padding: 8px 14px;
    bottom: 15px;
    right: 15px;
  }
}

@media (max-width: 767px) {
  .banner_slider .slider_block {
    height: 100vh!important;
}

.banner_slider .slider_block .ban_text {
    top: 29%;
  }

  .banner_slider .slider_block .ban_text h1 {
    font-size: 30px!important;
  }

  .app_section .app_btn li:last-child {
    margin-left: 0px;
}

}

.grecaptcha-badge {
  bottom: 142px !important;
}

@media (min-width: 993px) and (max-width: 1199px) {
  .app_section .app_btn li:last-child {
    margin-left: 0px;
}
}

@media (min-width: 2200px) {
  .banner_slider .slider_block {
      height: 970px;
      background-position: bottom;
  }
}

@media (max-width: 767px) {
  .banner_slider .slider_block .ban_text h1 {
    word-break: auto-phrase;
  }
}


.dinein-badge {
  display: inline-block;
  border-radius: 50%;
  background-color: #d32f2f;
  color: white;
  width: 130px;
  height: 130px;
  position: relative;
  text-align: center;
  font-family: Arial, sans-serif;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.dinein-badge::before {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  border: 5px solid white;
  border-radius: 50%;
}

.dinein-badge-top-text {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.dinein-badge-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
}

.dinein-badge-bottom-text {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.dinein-flex-container {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.dinein-carousel-wrapper {
  flex: 1;
  min-width: 0;
}


@media (max-width: 767.98px) {
  .dinein-flex-container {
    flex-direction: column-reverse;
  }

  .dinein-carousel-wrapper {
    width: 100%;
  }

  .dinein-badge {
    margin-top: 1rem; /* space between carousel and badge */
    text-align: center;
  }
}

.banner_slider .slider_block .ban_text h1 {
  font-size: 55px;
}

header.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  height: auto;
  
}

header.fixed .header-bg {
  position: absolute;
  inset: 0;
  background-image: url(../images/dark_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: 1;
}

header.fixed.scrolled .header-bg {
  opacity: 0.8; /* only visible after scroll */
}

header.fixed .container-fluid {
  position: relative;
  z-index: 2;
}

header.fix_style {
  background-image: none;
  background-size: cover;
  transition: 0.4s all;
}



.header-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}



@media screen and (max-width: 1200px) {
  .our_team_section .team_card .img {
      height: 550px;
  }
}