
/* Global Fonts Settings */

body,h1, h2, h3, h4, h5, h6 {
  font-family: "OpenSans", sans-serif;
}

  /* Typography Settings */

body {
  font-size: 13px;
  line-height: 26px !important;
  color: #6c6c6c !important;
  background-color: #f0f0f0;
  margin: 0;
  padding: 0;
  height: 100vh;
  overflow: auto;
  overscroll-behavior-y: contain;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #1f1f1f;
  margin-bottom: 5px;
  letter-spacing: -0.3px;
}

h1 {
  font-size: 24px;
  line-height: 30px;
}

h2 {
  font-size: 21px;
  line-height: 25px;
}

h3 {
  font-size: 20px;
  line-height: 24px;
}

h4 {
  font-size: 18px;
  line-height: 23px;
}

h5 {
  font-size: 16px;
  line-height: 22px;
}

a {
  text-decoration: none !important;
}
a:hover {
    color: initial !important;
}

p {
  color: #6c6c6c;
  margin-bottom: 30px;
  padding-bottom: 0px;
}

/*Page Stucture Settings*/
.container{
  padding-right: 5px;
    padding-left: 5px;
}
#page {
  position: relative;
  max-width: 700px;
  margin: auto;
  min-height: 100vh;
}

#header {
  position: sticky;
  top: 0;
  z-index: 99;
  background-color: #f0f0f0;
}

.main {
  position: relative;
  padding-bottom: 20px;
}


header{
  position: fixed;
  z-index: 999999;
  top: 0px;
  left: 0px;
  right: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #355b75;
  background-color: rgba(0,0,0,0.45);
  color: #fff;
  max-width: 700px;
  margin: 0 auto;
}
.header-container{
  padding-left: 10px;
  padding-right: 10px;
}

.back-button{
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #fffffff0;
  border-radius: 10px;
  padding: 5px;
  color: #000;
}
.back-button svg{
  width:20px;
}
.back-button svg path{
  fill: #000;
}
.back-button > span{
  margin-top: -5px;
  letter-spacing: 0px;
  font-size: 11px;
}



.logo{
  font-family: "Creaminal", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
}
.logo-claim{
  font-size: 16px;
}

img{
  max-width: 100%;
}

.banner{
  position: relative;
  margin-top: 0px;
  max-height: 200px;
  overflow: hidden;
  margin-bottom: 0px;
}

.main{ 
  padding-top: 20px;
}

.card-style {
  overflow: hidden;
  margin: 0px 16px 30px 16px;
  border-radius: 15px;
  border: none;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
}

.card h2 {
  font-size: 18px;
}

.card {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background-size: cover;
  border: 0px !important;
  max-height: 150000px;
  margin-bottom: 30px;
  background-position: center center !important;
}

.content{
  min-height: 50px;
}

.preview-img {
  max-height: 50px;
  border: none;
}

.preview-img div {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-size: cover !important;
  border-radius: 8px !important;
}

/* Menu Pages Styles */
.menu-section {
  margin-bottom: 30px;
}

.menu-section h3 {
  color: #355b75;
  border-bottom: 2px solid #355b75;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.menu-item {
  padding: 5px 0;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.menu-item:last-child {
  border-bottom: none;
}

.menu-item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-right: 5px;
}

.menu-item h4 {
  margin: 0 0 0 0;
  color: #1f1f1f;
  font-size: 15px;
}

.menu-item p {
  margin: 0;
  color: #6c6c6c;
  font-size: 13px;
  line-height: 21px;
}

.menu-item .price {
  color: #355b75;
  font-weight: bold;
  font-size: 16px;
  white-space: nowrap;
}

.btn {
  background-color: #355b75;
  border: none;
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.btn:hover {
  background-color: #2d4070;
  color: white !important;
}


.menu-note{
  margin-top: -10px;
  margin-bottom: 20px;
  line-height: 20px;
}

.img-section{
  border-radius: 10px;
}

.lead {
    font-size: 1rem !important;
}

/* Home Filters Styles */
#home_filters {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 10px 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.filter_btn {
    padding: 8px 16px;
    border: 1px solid #f8f9fa;
    background-color: #f8f9fa;
    border-radius: 60px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 15px;
    color: #43484d;
    user-select: none;
    min-width: 85px;
    text-align: center;
}

.filter_btn.active {
    border: 1px solid #f8f9fa;
    background-color: #7b2a5e;
    color: white;
    box-shadow: 0 2px 8px rgba(45, 64, 112, 0.3);
}

/* Menu Cards Transitions */
.menu-card {
    transition: all 0.3s ease;
}

.menu-card[style*="display: none"] {
    transform: scale(0.8);
    opacity: 0 !important;
}

/* Responsive Filters */
@media (max-width: 576px) {
    #home_filters {
        padding: 15px 10px;
        gap: 8px;
    }
    
    .filter_btn {
        padding: 6px 12px;
        font-size: 13px;
    }
}