	html, body {
      height: 100%;
      margin: 0;
      background-color: #fff;
    }

    .center-start {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      transition: opacity 0.5s ease;
      background: white;
    }
	
    .chat-header {
      background: #fff;
      border-bottom: 1px solid #dee2e6;
      padding: 1rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .chat-messages {
      flex: 1;
      overflow-y: auto;
      padding: 1rem;
      background: #fff;
    }

	.message {
	  margin-bottom: 1.2rem;
	  padding: 1rem;
	  border-radius: 8px;
	  max-width: 75%;
	  position: relative; /* To position the tail */
	}

	/* Curved Tail for the User's Message */
	.user::after {
	  content: '';
	  position: absolute;
	  bottom: -5px;
	  right: -4px;
	  width: 16px; /* Set the width of the tail image */
	  height: 18px; /* Set the height of the tail image */
	  background-image: url('https://openmenu.com/images/chat-bubble-tail-user.png');
	  background-size: contain;
	  background-repeat: no-repeat;
	  background-position: center;
	}

	/* Curved Tail for the Assistant's Message */
	.assistant::after {
	  content: '';
	  position: absolute;
	  bottom: -5px;
	  left: -4px;
	  width: 16px; /* Set the width of the tail image */
	  height: 18px; /* Set the height of the tail image */
	  background-image: url('https://openmenu.com/images/chat-bubble-tail-assistant.png');
	  background-size: contain;
	  background-repeat: no-repeat;
	  background-position: center;
	}
	
    .user {
      background-color: #0d6efd;
      color: white;
      align-self: flex-end;
    }

    .assistant {
      background-color: #ececec; /*#4d2f9a*/
      color:#000;
      align-self: flex-start;
    }

    .sidebar {
      background: #212529;
      color: white;
      padding: 1rem;
      display: flex;
      flex-direction: column;
      height: 100%;
    }

    .sidebar-ad-block {
      background: #343a40;
      padding: 1rem;
      border-radius: 0.5rem;
      text-align: center;
    }
    
    #footer {
	  text-align: center;
	  font-size: 0.875rem;
	  padding: 0.75rem;
	  color: #bbb;
	}

	#chat .assistant ol {
	  padding-left: 1.2rem;
	}
	#chat .assistant a {
	  color: #4d2f9a;
	  text-decoration: underline;
	}
	.card {
	  border-radius: 10px;
	}
	.img-thumbnail-square {
		object-fit: cover;        /* Crop the image to fill the container */
		width: 100%;              /* Fill horizontally */
		height: 100%;             /* Fill vertically */
		border-radius: 0.5rem;    /* Optional: rounded corners */
	}
    .gallery-img {
      cursor: pointer;
    }
    .gallery_modal_body img {
      max-height: 80vh;
      object-fit: contain;
    }
    .swipe-hint {
      position: absolute;
      bottom: 25px;
      left: 50%;
      transform: translateX(-50%);
      background: rgba(0,0,0,0.6);
      color: #fff;
      padding: 4px 12px;
      border-radius: 8px;
      font-size: 0.8rem;
      z-index: 1051;
    }
	.card-soft-blue {
	  background-color: #f0f8ff; 
	}
	
	.chat-input-container {
	  background-color: #fffdfb; 
	  border-radius: 2rem;
	  padding: 1rem 1.5rem;
	  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
	  max-width: 800px;
	  margin: .75rem auto 1rem auto;
	  border: 1px solid #dbe2ea;
	}
    .chat-textarea {
      background: transparent;
      border: none;
      color: #333;
      resize: none;
      width: 100%;
      font-size: 1rem;
    }
    .chat-textarea::placeholder {
      color: #aaa;
    }
    .chat-textarea:focus {
      outline: none;
      box-shadow: none;
    }
    .chat-button {
      background-color: #f7eadd;
      border-radius: 2rem;
      padding: 0.35rem 0.9rem;
      color: #704214;
      border: none;
      font-size: 0.9rem;
      display: flex;
      align-items: center;
      gap: 0.4rem;
    }
    .chat-button:hover {
      background-color: #e2e6ea;
    }
    .start_send_button {
      background: #f7eadd;
      border-radius: 50%;
      border: none;
      width: 34px;
      height: 34px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #704214;
    }
    .start_send_button:hover {
      background-color: #f0f8ff;
    }
    .send-button {
      background: #f7eadd;
      border-radius: 50%;
      border: none;
      width: 34px;
      height: 34px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #704214;
    }

	.faq-container {
      max-width: 900px;
      margin: auto;
    }
    .faq-card {
      transition: transform 0.2s, box-shadow 0.2s;
      border-radius: 1rem;
      text-decoration: none;
      display: block;
    }
    .faq-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    }
    .faq-card-body {
      padding: .8rem;
    }
    
    @media (max-width: 576px) {
      .chat-button span {
        display: none;
      }
      .card-custom-width {
        max-width: 320px;
      }
    }
    @media (min-width: 577px) {
      .card-custom-width {
        max-width: 600px;
      }
    }
    
     .location-card {
      background-color: #ffffff;
      border-radius: 1rem;
      padding: 1rem;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
      max-width: 500x;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .location-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    }
   
   .badge_menu {
      background-color: #ffe8cc;
      font-weight: 600;
      padding: 0.25em 1em;
      color: #4a3200;
  	  border: 1px solid #e0b57f;
      transition: background-color 0.2s;
  	}
    .badge_menu:hover {
      background-color: #ffd8a8;
    }
    
	.btn-sushi:hover {
		background-color: #ffe2ec !important;
	}
	.btn-desserts:hover {
		background-color: #fff3cd !important;
	}
	.btn-pizza:hover {
		background-color: #f8d7da !important;
	}
	.btn-salad:hover {
		background-color: #d1e7dd !important;
	}