:root {
  --brand-yellow: #FFDD00;
  --brand-primary: #0F3D3E;
  --brand-dark: #1c1c1c;
  --text-muted: #6b7280;
  --border-soft: #e5e7eb;
  --heading-font: "Lobster", cursive;
  --body-font: "Poppins", sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  font-family: var(--body-font);
  color: var(--brand-dark);
  background-color: #314F5B0D;
  margin: 0;
  padding: 0;
  overflow-x: hidden;  /* prevent horizontal scroll on body */
}

html {
  overflow-x: hidden;  /* prevent horizontal scroll on html */
}

/* Custom Container Width */


/* Top Banner */
.top-banner {
  background-color: var(--brand-yellow) !important;
  font-size: 14px;
  position: relative;
  padding: 10px 0 !important;
}

.top-banner .btn-close {
  opacity: 1;
  filter: brightness(0);
}

/* Navigation */
.navbar {
  padding: 16px 0;
  position: relative;
  box-shadow: unset !important;
  background-color: transparent;
  min-height: 100px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
}
.menu-page .navbar{
  background-color: #fff;
  position: unset;
}
/* Cart toggle (scoped to menu page) */
.menu-page.cart-has-items .btn-link.position-relative {
  width: 44px;
  height: 44px;
  background: #274a50; /* dark teal */
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  margin: 0;
}
.menu-page.cart-has-items .btn-link.position-relative img {
  width: 22px;
  height: 22px;
  /* invert dark SVG to appear white on dark background */
  filter: invert(1) brightness(2);
}
.menu-page.cart-has-items #cart-badge {
    position: absolute !important;
    top: 14px !important;
    right: 0 !important;
    left: 10px !important;
    transform: none !important;
    background: #e63946 !important;
    color: #fff !important;
    width: 24px;
    height: 23px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
    border: 2px solid #fff;
}

.menu-tabs {
    background-color: #fff;
}
.navbar .d-flex.gap-2.align-items-center.ms-auto{
  gap: 2rem !important;
}
li.nav-item {
  display: flex;
  align-items: center;
}
.navbar .logo-img {
  height: auto;
  width: 100%;
}
.navbar .brand-title {
  font-family: var(--heading-font);
  font-size: 32px;
  color: var(--brand-dark);
  font-weight: 400;
}
.navbar .navbar-brand {
  display: flex;
  align-items: center;
  margin-right: 0;
  padding: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.navbar .navbar-nav {
  gap: 8px;
}
.navbar .nav-link {
  font-family: var(--body-font);
  font-weight: 500;
  color: var(--brand-dark);
  font-size: 16px;
  padding: 8px 16px;
  transition: color 0.3s;
}
.navbar .nav-link:hover, .navbar .nav-link.active {
  color: #FAA61A;
}
.navbar .nav-link.active {
  text-decoration: underline;
}
.header-vector-icon {
  width: 34px;
  height: 34px;
  object-fit: contain;
  margin-left: 8px;
  background-color: #fff;
  padding: 5px;
  border-radius: 6px;
  cursor: pointer;
}
.header-vector-icon:hover{
  background-color: #EBEEF0;
}
@media (min-width: 1400px) {    

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
      max-width: 1622px;
  }
}

@media (max-width: 1600px){
  .btn-hero-secondary {
    padding: 11px 19px;
}
.city-select-text {
  text-align: left;
  min-width: auto !important;
}
.navbar .d-flex.gap-2.align-items-center.ms-auto {
  gap: 0.5rem !important;
}
.navbar .logo-img {
  height: auto;
  width: 100%;
  max-width: 100px;
}
.navbar .nav-link {
  font-size: 14px !important;
  padding: 8px 10px;
}
.btn-outline-dark{
  font-size: 14px !important;
}
button.btn.btn-warning.text-dark{
  font-size: 14px !important;
}
.hero-title{
  max-width: 635px !important;
}
.hero-description {
  max-width: 635px !important;
}
.btn-city-select {
  padding: 11px 22px !important;
}
.btn-hero-primary {
  padding: 11px 22px !important;
}
.btn-hero-secondary{
  padding: 11px 19px !important;
}
}
@media (max-width: 1366px){
.hero-content {
  margin-top: 50px;
}
}
@media (max-width: 1199px){
.hero-title {
  max-width: 535px !important;
}
.hero-description {
  max-width: 535px !important;
}
.btn-city-select {
  padding: 11px 22px !important;
  font-size: 14px !important;
}
.btn-hero-primary {
  padding: 11px 22px !important;
  font-size: 14px !important;
}
.btn-hero-secondary{
  padding: 11px 19px !important;
  font-size: 14px !important;
}
.onas-header h2 {
  font-size: 40px !important;
}
section.Nase-pobocky h2{
  font-size: 40px !important;
}
.onas-box h3{
  font-size: 22px !important;
}
.onas-box p{
  font-size: 14px !important;
}
.onas-box {
  flex: 1 1 calc(50% - 40px) !important;
}
.story-heading h3 {
  text-align: center;
  font-size: 38px !important;
  font-family: var(--heading-font);
}
.story-heading p{
  font-size: 14px;
}
.story-paragraph {
  font-family: var(--body-font);
  font-size: 14px;
}
.story-paragraph p{
  font-family: var(--body-font);
  font-size: 14px;
}
section.story-section p{
  font-size: 14px;
}
}
@media (max-width: 991px) {
  /* Only apply to menu pages, not index */
  .menu-page .navbar .navbar-brand {
    position: static;
    transform: none;
  }
  .navbar .d-flex.gap-2.align-items-center.ms-auto {
    gap: 0.5rem !important;
}
.navbar .d-flex.gap-3 {
    order: 3;
    gap: 8px !important;
    display: none !important;
}
  .navbar .navbar-collapse {
    margin-top: 16px;
  }
  .menu-page .col-lg-6 {
    margin-top: 30px;
  }
   .menu-page .col-lg-3.bottom{
    display: none;
  }
  .navbar .d-flex {
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }
  
  .navbar .d-flex .btn {
    width: 100%;
  }
  .navbar {
    background-color: #ffffff;
}
}

/* Hero Section */
.hero-left {
  display: flex;
  align-items: center;
  padding: clamp(32px, 5vw, 72px) clamp(20px, 4vw, 48px)
    clamp(32px, 5vw, 72px) clamp(32px, 8vw, 164px) !important;
}
.hero-content {
  max-width: 100%;
  position: relative;
  z-index: 2;
}
.hero-badge {
  margin-bottom: 45px !important;
}
.badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background-color: #f5f5f5;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  color: var(--brand-dark);
}
.badge-dot {
  width: 8px;
  height: 8px;
  background-color: #dc3545;
  border-radius: 50%;
  display: inline-block;
}
.hero-title {
  font-family: var(--heading-font);
  font-size: clamp(32px, 5vw, 60px);
  font-weight: 400;
  line-height: 1.2;
  color: var(--brand-dark);
  margin-bottom: 30px !important;
  max-width: 835px;
}

.hero-title .highlight-text {
  font-family: var(--heading-font);
  color: #FAA61A;
  font-weight: 400;
}
button.btn.btn-warning.text-dark {
  background-color: #FFDD00;
  border-color: #FFDD00;
  font-size: 16px;
}
.btn-outline-dark{
  font-size: 16px;
}
button.btn.btn-warning.text-dark:hover {
  background-color: #FFE856;
}
.hero-description {
  font-size: 16px;
  line-height: 21px;
  color: #231F20;
  margin-bottom: 32px;
  max-width: 843px;
}
.hero-actions {
  max-width: 843px;
}
.hero-buttons-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 25px;
}
.city-select-wrapper {
  margin-bottom: 16px;
  position: relative;
  width: 100%;
  max-width: 314px;
}
.btn-city-select {
  background-color: #f8f9fa;
  border: 1px solid #e5e7eb;
  color: var(--brand-dark);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--body-font);
  padding: 11px 20px;
  border-radius: 8px;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
  white-space: nowrap;
  max-width: 314px;
  width: 314px;
  display: flex;
  justify-content: space-between;
}
.btn-city-select:hover {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  color: var(--brand-dark);
}
.city-select-text {
  text-align: left;
}
.city-select-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  object-fit: contain;
}
.hero-buttons {
  display: flex;
  gap: 16px;
  align-items: center;
}
.btn-hero-primary {
  background-color: var(--brand-yellow);
  border: 1px solid var(--brand-yellow);
  color: var(--brand-dark);
  font-weight: 500;
  font-size: 16px;
  padding: 11px 44px;
  border-radius: 8px;
  transition: all 0.3s ease;
  white-space: nowrap;
  font-family: var(--body-font);
}
.btn-hero-primary:hover{
    background-color: #FFE856;
}
button.btn.btn-hero-secondary:hover{
  background-color: #EBEEF0;
  color: #231F20;
}
.btn-hero-primary:hover {
  background-color: #ffb300;
  border-color: #ffb300;
  color: var(--brand-dark);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 193, 7, 0.3);
}

.btn-hero-secondary {
  background-color: var(--brand-primary);
  border: 1px solid var(--brand-primary);
  color: white;
  font-weight: 500;
  font-size: 16px;
  padding: 11px 29px;
  border-radius: 8px;
  transition: all 0.3s ease;
  white-space: nowrap;
  font-family: var(--body-font);
}
.mobile-cart-overlay{
  display: none;
}
.btn-hero-secondary:hover {
  background-color: #0a2f30;
  border-color: #0a2f30;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(15, 61, 62, 0.3);
}

.member-avatars img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-left: -8px;
  max-width: 94px;
}
.member-avatars img:first-child {
  margin-left: 0;
}
.member-info {
  font-size: 14px;
  color: #314F5B;
  text-align: left;
  margin-right: 25px;
}
.rating-info {
  font-size: 14px;
  gap: 10px;
}

.rating-stars {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.rating-star {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: #314F5B;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 0.7l2.9 7.6 8.1 1.2-5.8 5.5 1.4 8-6.6-3.5-6.6 3.5 1.4-8-5.8-5.5 8.1-1.2L12 0.7z'/%3E%3C/svg%3E")
    no-repeat center / contain;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 0.7l2.9 7.6 8.1 1.2-5.8 5.5 1.4 8-6.6-3.5-6.6 3.5 1.4-8-5.8-5.5 8.1-1.2L12 0.7z'/%3E%3C/svg%3E")
    no-repeat center / contain;
}
/* Hero Full Height (Targeted for profile_home.html) */
.hero-full-height {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}

.hero-full-height .container-fluid {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.hero-full-height .row {
  flex: 1;
}



.hero-full-height .hero-image-wrapper {
  flex: 1;
  display: flex;
  width: 100%;
}

.hero-full-height .hero-main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Popup overlay */
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
div#order-popup-overlay button.btn.btn-warning {
    background-color: #FFDD00 !important;
    width: 100%;
    max-width: 211px;
    margin-right: 15px;
}
input#custom-tip {
    padding: 11px 15px;
}
.tip label {
    padding-left: 15px;
}
.object-map {
    background-color: #fff;
    padding: 25px;
    border-radius: 15px;
}
/* Popup box */
.popup-box {
  background: #fff;
  padding: 30px 20px;
  width: 380px;
  border-radius: 12px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

/* Login popup with blue border */

select#city-select {
  background-color: #EBEEEF;
  padding: 11px 15px;
  margin-bottom: 25px;
}
.popup-box h2 {
  font-family: var(--heading-font);
  font-size: 32px;
  margin-top: 20px;
}
/* Close button */
.close-popup {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 28px;
  cursor: pointer;
}
.email img{
  float: none !important;
  max-width: 54px;
  margin-top: 15px;
}
.back-arrow {
  margin-bottom: 25px;
}
.back-arrow img{
  max-width: 14px;
  width: 100%;
  height: auto;
  cursor: pointer;
}
div#verify-popup button.btn.btn-warning.w-100{
  background-color: rgba(255, 221, 0, 1) !important;
}
.phone-flag-wrapper {
  background: #f1f1f1;
  padding: 10px 16px;
  border-radius: 8px;
  display: flex;
  align-items: center;
}

#country-code {
  width: 100%;
  background: transparent;
  border: none;
  font-size: 16px;
  appearance: none;
  outline: none;
  cursor: pointer;
  background-image: url("assets/img/down.svg");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 25px;
}

.popup-box img {
  float: left;
}
button#resend-btn {
    background-color: rgba(49, 79, 91, 0.2) !important;
    border: unset !important;
    border-radius: 15px;
    color: #231F2080;
    padding: 11px 0;
    border-radius: 6px;
}
span#sent-email-text {
  max-width: 315px;
  word-break: break-word;
}
button.google.btn-outline-secondary.w-100.mb-2 {
  border: unset;
  padding: 7px 15px;
  background-color: transparent;
  border-radius: 6px;
  border: 1px solid rgba(49, 79, 91, 1);
  max-width: 336px;
}
button.fb.btn.btn-primary.w-100.mb-2 {
  background-color: rgba(24, 119, 242, 1);
  border: unset;
  width: 100%;
  max-width: 336px;
}
button.apple.btn.btn-dark.w-100.mb-3{
  max-width: 336px;
  width: 100%;
}
button#continue-btn {
  padding: 11px 0;
  border-radius: 6px;
}
/* Divider line */
.divider {
  text-align: center;
  margin: 5px 0 15px;
  position: relative;
}

.divider span {
  background: #fff;
  padding: 0 10px;
}

.divider::before, .divider::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40%;
  height: 1px;
  background: rgba(250, 166, 26, 1);
}
p.small.mt-3 {
  font-size: 10px;
}
.popup-box input {
  background-color: rgba(235, 238, 239, 1);
  color: rgba(35, 31, 32, 1);
}
.popup-box label {
  font-weight: 500;
  font-size: 16px;
}
.popup-box span.highlight-text{
  text-decoration: underline;
}
/* Checkout page styles (scoped) */
.checkout-page {
  display: none;
}
.checkout-page ~ footer.enhanced-footer {
  display: none;
}
.checkout-left-sidebar {
  background: #f7f7f7;
}
.checkout-right-sidebar {
  background: #fff;
}
.check-left p {
    max-width: 315px;
}
.checkout-right-sidebar button.btn.btn-sm.btn-outline-secondary.w-100.mb-2 {
    border: 1px solid #314F5B;
    padding: 11px 0;
}
button#userDropdown {
    border: 1px solid #314F5B;
    border-radius: 6px;
}
.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer);
    width: 100%;
}
@media (max-width: 991px) {
  .checkout-left-sidebar, .checkout-center-section, .checkout-right-sidebar {
    border: none;
    padding: 20px 0px;
  }
  .thank-you-page h1 {
    font-size: 38px !important;
}
}
.checkout-left, .checkout-center, .checkout-right { }
.checkout-left .card, .checkout-center .card, .checkout-right .card { border-radius: 10px; }
.checkout-items { max-height: 360px; overflow: auto; }
.checkout-box h4 { font-family: var(--heading-font); font-size: 20px; margin-bottom: 8px; }
.checkout-box .card-body { padding: 18px; }
@media (max-width: 1100px){
  .checkout-box { grid-template-columns: 1fr; }
}
.divider::before { left: 0; }
.divider::after { right: 0; }

section.registrace {
  padding-top: 70px;
}
.banner-recise-content {
  position: absolute;
  top: 250px;
  z-index: 4;
  padding-left: 83px;
}
.banner-recise-content p {
  font-size: 16px;
  color: #fff;
  max-width: 622px;
  margin-bottom: 25px;
}
body.registrace-body .navbar {
  position: unset;
}
h1.banner-recise-title {
  color: #fff;
  font-size: 48px;
  font-family: var(--heading-font);
}
span.highlight-text {
  color: #FAA61A;
  font-weight: 400;
}
.banner-recise img{
  position: relative;
  width: 100%;
  height: auto;
}
.yellow-button {
  text-align: center;
  margin-top: 50px;
}
.nebo-text {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.nebo-text h6 {
  z-index: 2;
  position: relative;
  display: inline-block;
  padding: 0 12px; /* small spacing around text */
}

/* yellow lines */
.nebo-text::before,
.nebo-text::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 120px;       /* shorter line like screenshot */
  height: 2px;
  background: #f5a623;
}

/* left line */
.nebo-text::before {
  right: 50%;
  margin-right: 70px;  /* space between text + line */
}

/* right line */
.nebo-text::after {
  left: 50%;
  margin-left: 70px;
}

.registrace-button {
  margin-bottom: 82px;
}
.registrace-button .btn-outline-dark {
  height: 44px;
}
.rating-star.full {
  background-color: #ffb400;
}

.rating-star.half {
  background-image: linear-gradient(90deg, #ffb400 50%, #314F5B 50%);
}
.hero-right {
  background-color: #314F5B;
  min-height: 750px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* position: relative; */
}
.hero-image-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/Group\ 9\ \(1\).png");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 45%;
  opacity: 0.95;
  pointer-events: none;
  z-index: 1;
  bottom: 0;
  left: -400px;
}
.hero-image-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/Vrstva\ 1.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 55%;
  opacity: 0.95;
  pointer-events: none;
  z-index: 1;
  bottom: 0;
  right: 40px;
}
.hero-image-wrapper {
position: relative;
width: 100%;
height: 100%;
}
.hero-main-image {
  height: auto;
  position: absolute;
  z-index: 2;
  border-radius: 20px;
  left: clamp(-360px, -18vw, -120px);
  right: 0px;
  top: 0;
  max-width: clamp(360px, 45vw, 700px);
  margin: 0 auto;
}

.hero-pattern {
  position: absolute;
  border-radius: 50%;
  opacity: 0.3;
  z-index: 1;
}

.pattern-yellow {
  width: 200px;
  height: 200px;
  border: 3px dashed var(--brand-yellow);
  top: 10%;
  left: 10%;
}

.pattern-white {
  width: 150px;
  height: 150px;
  border: 3px dashed white;
  bottom: 15%;
  right: 15%;
}

/* Offer Section */
.offer-section {
  background-color: #314F5B0D;
  padding: 80px 0;
  overflow: hidden;  /* prevent horizontal overflow */
}
.section-header {
  text-align: center;
  margin-bottom: 48px;
}
.section-title {
  font-family: var(--heading-font);
  font-size: clamp(40px, 5vw, 64px);
  color: var(--brand-dark);
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.title-icon {
  width: 50px;
  height: auto;
}
.section-title .highlight-text {
  color: #FAA61A;
}
.mobile-bottom-bar {
    display: none;
}
/* Category Tabs */
.nav-pills {
  margin-bottom: 48px;
}

.nav-pills .nav-link {
  border-radius: 50px;
  padding: 10px 24px;
  color: var(--brand-dark);
  border: 1px solid transparent;
  font-weight: 500;
  font-size: 20px;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 15px;
}

.nav-pills .nav-link:hover {
  color: #FAA61A;
}
.nav-pills .nav-link:hover svg svg path {
  fill: #FAA61A !important;
}

.nav-pills .nav-link.active svg path,
.nav-pills .nav-link:hover svg path {
    fill: #FAA61A !important;
}

.nav-pills .nav-link.active {
  background-color: transparent;
  color: #FAA61A;
}

.tab-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  transition: filter 0.3s ease, opacity 0.3s ease;
  filter: grayscale(1);
  opacity: 0.5;
}

.nav-pills .nav-link.active .tab-icon {
  filter: invert(78%) sepia(68%) saturate(553%) hue-rotate(-8deg)
    brightness(101%) contrast(103%);
  opacity: 1;
}

/* Pasta Slider */
.offer-section .container > .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;  /* allow arrows to be visible */
}

.pasta-slider-wrapper {
  position: relative;
  margin: 32px 0 0 0;
  max-width: 100%;
  padding: 0 70px;
  overflow: visible;
}
.pasta-slider {
  margin: 0 -15px;
  overflow: visible;  /* allow slider items to be visible */
}
.pasta-slider .slick-list {
	max-width: calc(100% - 150px);
	margin: auto;
}
.offer-section .row{
  justify-content: center;
  margin: 0 -70px;  /* match wrapper padding */
  overflow: visible;  /* allow arrows to be visible */
}
.pasta-slider .slider-item {
  padding: 0 15px;
}
.pasta-slider-wrapper .slick-prev {
  left: 20px;
  z-index: 10;
}

.pasta-slider-wrapper .slick-next {
  right: 20px;
  z-index: 10;
}
.menu-card {
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 370px;
  cursor: pointer;
}
.menu-card:hover {
  transform: translateY(-5px);
}
.menu-card .card-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.menu-card .card-body:hover{
  background-color: #EBEEF0;
}
.menu-card .card-body {
  padding: 20px 15px;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 20px;
  border: 1px solid var(--border-soft);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  max-width: 234px;
  margin: -35px auto 0 auto;
  width: 100%;
  min-height: 200px;
}
.menu-card .card-title {
  font-family: var(--body-font);
  font-weight: 500;
  font-size: 20px;
  color: var(--brand-dark);
  margin-bottom: 8px;
  text-align: center;
}
.menu-card .card-weight {
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 8px;
  text-align: center;
}

.menu-card .card-price {
  font-weight: 500;
  font-size: 20px;
  color: #FAA61A;
  margin-bottom: 15px;
  text-align: center;
}

.menu-card .btn-warning {
  background-color: var(--brand-yellow);
  border-color: var(--brand-yellow);
  color: var(--brand-dark);
  font-weight: 600;
  padding: 3px 0;
  margin-top: auto;
}

.menu-card .btn-warning:hover {
  background-color: #ffb300;
  border-color: #ffb300;
}

/* Slick Slider Customization */
.slick-prev, .slick-next {
  position: absolute;
  top: 20%;
  transform: translateY(-80%);
  z-index: 10;
  width: auto;
  height: auto;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.3s;
  padding: 0;
}
.slider-item button.btn.btn-warning.w-100 {
  max-width: 159px;
  margin: 0 auto;
  display: block;
  font-weight: 500;
  position: relative;
  top: -20px;
}

.slick-prev:before, .slick-next:before{
  display: none;
}
.slick-prev:hover,
.slick-next:hover {
  background-color: transparent;
  border: none;
  box-shadow: none;
  opacity: 1;
}

.slick-prev:hover img,
.slick-next:hover img {
  filter: invert(78%) sepia(68%) saturate(553%) hue-rotate(-8deg) brightness(101%) contrast(103%);
}
div#login-popup-form .form-check.mb-3 {
    background-color: #FAF9F6;
    padding: 12px 35px;
}
.slick-prev svg,
.slick-next svg {
  width: 24px;
  height: 24px;
  color: var(--brand-dark);
}
.slick-prev:hover svg,
.slick-next:hover svg {
  opacity: 1;
}
i.fa-regular.fa-circle-check {
    position: absolute;
    left: 0;
    right: 1px;
    top: 4px;
}
.loyalty-card h3 {
    font-family: 'Lobster';
    font-size: 32px;
}
p.loyalty-description strong {
    font-weight: 500 !important;
    font-size: 20px;
}
/* Button Styles */
.btn-primary {
  background-color: #314F5B;
  border-color: #314F5B;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  padding: 8px 16px;
  max-width: 323px;
  width: 100%;
}
.btn-primary:hover {
  background-color: #0a2f30;
  border-color: #0a2f30;
  color: #fff;
}

/* Footer */
footer {
  border-top: 1px solid var(--border-soft);
  background-color: #f8f9fa;
  padding: 32px 0;
}
section.Nase-pobocky {
  padding-top: 80px;
}
section.Nase-pobocky h2 {
  font-size: 60px;
  font-family: var(--heading-font);
  margin: 30px 0;
}
section.Nase-pobocky img{
  width: 100%;
  height: auto;
}
/* ========================================
   LOCATION SECTION - "Kde nás najdete"
   ======================================== */
   .location-section {
    background-color: #ffff;
    padding: 80px 0px;
    overflow: visible;  /* allow dot to extend below section */
  }
  .location-tabs-line .nav-item {
    position: relative;
    z-index: 5; /* creates stacking context above border */
}

  .section-title-location {
    font-family: var(--heading-font);
    font-size: 48px;
    font-weight: 400;
    color: var(--brand-dark);
    margin-bottom: 16px;
  }
  
  .highlight-yellow {
    font-family: var(--heading-font);
    color: #FAA61A;
    font-weight: 400;
  }
  
  .eyebrow {
    letter-spacing: 0.3em;
    font-size: 13px;
    color: #9ca3af;
    font-weight: 600;
  }
  
  /* Location Tabs - scrollable line */
  .location-tabs-wrapper {
    display: flex;
    align-items: flex-end;  /* align to bottom so line aligns with dots */
    gap: 24px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 0;  /* no padding - line at bottom */
    overflow: visible;  /* allow dot to extend below wrapper */
  }

  /* Continuous line drawn on wrapper - ensures it doesn't break */
  /* Line passes through center of dot (dot is at bottom: -24px, dot is 18px tall, center is 9px from bottom) */
  .location-tabs-wrapper::before {
    content: "";
    position: absolute;
    left: calc(44px + 12px);  /* arrow size + gap */
    right: calc(44px + 12px);
    bottom: 15px;  /* line passes through center of dot - adjust to align with dot center */
    height: 1px;
    background: #231F20;
    z-index: 1;
    pointer-events: none;
  }
  
  .location-tabs-scroll {
    flex: 1;
    padding: 0;
    padding-bottom: 0;  /* no padding - line aligns with bottom */
    overflow-x: auto;
    overflow-y: visible;  /* allow dot to extend below */
    white-space: nowrap;
    min-width: 0;
    position: relative;
    z-index: 3;  /* above the wrapper line */
    -webkit-overflow-scrolling: touch;
  }
  .location-tabs-line {
    display: flex;
    gap: 32px;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    align-items: flex-end;  /* align bottoms for consistent dot positioning */
    justify-content: space-between;
    border-bottom: none !important;
  }
  
  .location-tabs-line .nav-item {
    position: relative;
    z-index: 4;  /* above the wrapper line */
  }
  
  .location-tabs-line .nav-link {
    font-family: var(--body-font);
    font-size: 18px;
    font-weight: 500;
    color: #231F20;
    border: none;
    background: transparent;
    padding: 16px 0 18px;
    position: relative;
    border-radius: 0;
    transition: color 0.3s ease;
    white-space: nowrap;
    z-index: 5;
    margin-bottom: 15px;
}
  .story-heading h3 {
    text-align: center;
    font-size: 48px;
    font-family: var(--heading-font);
}
.story-heading h3 span {
   color: #FAA61A;
}
.story-heading p {
  font-size: 16px;
  max-width: 843px;
  text-align: center;
  margin: 25px auto 0 auto;
}
section.story-section.py-5 .col-lg-7{
  margin-top: 0;
}
  /* Active text color */
  .location-tabs-line .nav-link.active {
    color: #FAA61A;
  }

  /* Yellow dot - overlaps the border line */
  .location-tabs-line .nav-link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;  /* positions dot - center overlaps the line */
    width: 18px;
    height: 18px;
    transform: translateX(-50%) scale(0.95);
    transition: transform 0.18s ease, opacity 0.18s ease;
    opacity: 0;
    z-index: 7;  /* higher than wrapper::before (z-index:1) */
    pointer-events: none;
    /* Yellow ring with white center - creates donut effect */
    background-color: #fff;  /* white center */
    border: 6px solid #FAA61A;  /* yellow ring */
    border-radius: 50%;
    box-sizing: border-box;
    will-change: transform;
  }
  
  /* Show and enlarge dot for active tab */
  .location-tabs-line .nav-link.active::after {
    opacity: 1;
    transform: translateX(-50%) scale(1.15);
  }
  
  
  .location-tabs-scroll::-webkit-scrollbar {
    display: none;
  }
  
  .location-arrow {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    border-radius: 50%;
    border: unset;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: border-color 0.3s ease;
    z-index: 6;
    box-sizing: border-box;
}
  
  .location-arrow:hover {
    border-color: var(--brand-primary);
  }
  
  /* Location Tabs */
  .location-tabs {
    border-bottom: none;
    margin-bottom: 0px;
  }
  
  /* Location Info Box */
  .location-info-box {
    padding: 24px;
    border-radius: 16px;
    height: 100%;
  }
  
  .location-name {
    font-family: var(--heading-font);
    font-size: 24px;
    font-weight: 400;
    color: var(--brand-dark);
    margin-bottom: 20px;
  }
  
  .location-address-block .address-line {
    font-family: var(--body-font);
    font-size: 15px;
    color: #6b7280;
    margin-bottom: 8px;
  }
  
  .location-address-block .address-line i {
    color: #FFDD00;
  }
  
  .opening-hours-block .hours-title {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 600;
    color: var(--brand-dark);
    margin-bottom: 12px;
  }
  
  .opening-hours-block .hours-title i {
    color: #FFDD00;
  }
  
  .opening-hours-block .hours-line {
    font-family: var(--body-font);
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 6px;
  }
  
  .location-buttons .btn {
    font-family: var(--body-font);
    font-size: 15px;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 8px;
    transition: all 0.3s ease;
  }
  
  .btn-dark-custom {
    background-color: #1c1c1c;
    border: 1px solid #1c1c1c;
    color: #ffffff;
  }
  
  .btn-dark-custom:hover {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  }
  
  /* Location Photo & Map */
  .location-photo,
  .location-map {
    height: 100%;
  }
  
  .rounded-custom {
    border-radius: 16px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  }
  
  .map-placeholder {
    position: relative;
  }
  
  .map-placeholder i {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 24px;
    color: #FFDD00;
    z-index: 10;
  }
  
  .location-card {
    padding: 32px;
    height: 100%;
  }
  
  .badge-line {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 16px;
  }
  
  .badge-location {
    font-size: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    background-color: #ffe788;
    color: #1c1c1c;
    border-radius: 999px;
    padding: 4px 12px;
    font-weight: 700;
  }
  
  .location-chip {
    background-color: #f4f5f7;
    color: #6b7280;
    border-radius: 999px;
    padding: 4px 12px;
    font-size: 13px;
    font-weight: 600;
  }
  
  .location-chip.ghost {
    background-color: rgba(255, 221, 0, 0.2);
    color: #1c1c1c;
  }
  
  .location-card-title {
    font-family: var(--heading-font);
    font-size: 32px;
    margin-bottom: 6px;
    color: #1c1c1c;
  }
  
  .location-subtitle {
    font-size: 16px;
    color: #231F20;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .location-meta li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 15px;
    color: #231F20;
    gap: 15px;
  }
  .location-meta strong {
    color: #1c1c1c;
  }
  .location-meta a {
    color: #FAA61A;
    font-weight: 400;
    text-decoration: none;
  }
  .location-meta a:hover{
    color: #231F20;
    text-decoration: underline;
  }
  a.btn.btn-location-call:hover{
    background-color: #FFDD00;
    opacity: 0.8;
  }
  .location-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
  }
  .feature-text p {
    margin-bottom: 0;
    font-size: 16px;
    max-width: 565px;
  }
  .btn-location-call,
  .btn-location-nav {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    padding: 12px 20px;
    font-weight: 500;
    border: 1px solid transparent;
    text-decoration: none;
  }
  
  .btn-location-call {
    justify-content: center;
    background-color: #FFDD00;
    color: #1c1c1c;
    width: 100%;
    max-width: 181px;
  }
  .btn-location-nav {
    background-color: #314F5B;
    border: 1px solid #d0d5dd;
    color: #fff;
    width: 100%;
    max-width: 224px;
    justify-content: center;
  }
  
 .btn-location-nav:hover {
    border-color: var(--brand-primary);
    color: #fff;
    background-color: var(--brand-primary);
}
  
  .btn-location-call img {
    width: 24px;
    height: 24px;
  }
  
  .location-visual,
  .location-map-card {
    padding: 18px;
    position: relative;
    height: 100%;
  }
  
  .location-visual img,
  .location-map-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.08);
  }
  
  /* .location-map-card .map-pin {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--brand-yellow);
    box-shadow: 0 10px 20px rgba(255, 221, 0, 0.4);
  } */
  
  .location-placeholder {
    border: 1px dashed #d1d5db;
    padding: 48px 24px;
    border-radius: 20px;
    text-align: center;
    font-weight: 600;
    color: #6b7280;
  }
  
  /* ========================================
     STORY SECTION - "Příběh Špagetky"
     ======================================== */
     .story-section {
      background-color: #F4F6F7;
      padding: 80px 0px;
    }
  .story-section h5{
    font-size: 32px;
    font-family: var(--heading-font);
    font-weight: 400;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .story-title {
    font-family: var(--heading-font);
    font-size: 42px;
    font-weight: 700;
    color: var(--brand-dark);
    line-height: 1.3;
  }
  
  .highlight-yellow-lobster {
    font-family: var(--heading-font);
    color: #FAA61A;
    font-weight: 400;
}
.cta-banner-title span{
  color: #FAA61A; 
}
  .story-paragraph {
    font-family: var(--body-font);
    font-size: 16px;
    line-height: 28px;
    color: #231F20;
    max-width: 622px;
  }
  
  /* Story Features List */
  .story-features-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
  }
  .feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
  }
  .feature-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
  }
  .feature-icon i {
    font-size: 20px;
    color: #FFDD00;
  }
  .feature-text {
    flex: 1;
  }
  .feature-title {
    font-family: var(--body-font);
    font-size: 17px;
    font-weight: 700;
    color: var(--brand-dark);
    margin-bottom: 4px;
  }
  
  .feature-description {
    font-family: var(--body-font);
    font-size: 14px;
    color: #6b7280;
    margin: 0px;
  }
  
  /* Video card */
  .video-embed-container {
    width: 100%;
  }
  
  .video-card {
    position: relative;
    display: block;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 18px 30px rgba(17, 24, 39, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .video-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 40px rgba(17, 24, 39, 0.25);
  }
  
  .video-card-image {
    width: 100%;
    display: block;
    object-fit: cover;
  }
  
  .video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 96px;
    height: 96px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.35));
    transition: transform 0.3s ease;
  }
  
  .video-play-btn img {
    width: 100%;
    height: auto;
  }
  
  .video-card:hover .video-play-btn {
    transform: translate(-50%, -50%) scale(1.05);
  }
  
  /* ========================================
     CTA BANNER SECTION
     ======================================== */
  .cta-banner-section {
    background-image: url('../img/Rectangle\ 54.png');
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    padding: 100px 0px;
    position: relative;
    overflow: hidden;
  }
  .cta-banner-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../img/Group 9.png");
    background-repeat: no-repeat;
    background-position: calc(100% - 0px) center;
    background-size: 19%;
    opacity: 0.95;
    pointer-events: none;
    z-index: 1;
    bottom: 0;
  }
  .cta-banner-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../img/Vrstva 3.png");
    background-repeat: no-repeat;
    background-position: calc(100% - 159px) bottom;
    background-size: 15%;
    opacity: 0.95;
    pointer-events: none;
    z-index: 1;
    bottom: -140px;
  }
  /* Decorative Shapes */
  
  .cta-content-wrapper {
    position: relative;
    z-index: 3;
  }
  
  .cta-banner-title {
    font-family: var(--heading-font);
    font-size: 48px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 16px;
    line-height: 1.3;
  }
  
  .cta-banner-subtitle {
    font-family: var(--body-font);
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    max-width: 622px;
    margin: 27px auto;
    font-size: 16px;
  }
  
  /* ========================================
     ENHANCED FOOTER
     ======================================== */
  .enhanced-footer {
    background-image: url('../img/Rectangle 55.png');
    background-size: cover;
    background-position: center;
    padding: 60px 0px 30px;
    position: relative;
    overflow: hidden;
  }
  
  .enhanced-footer .container {
    position: relative;
    z-index: 2;
  }
  
  /* Footer Logo */
  .footer-logo-section {
    margin-bottom: 32px;
  }
  
  .footer-logo-text {
    font-family: var(--heading-font);
    font-size: 42px;
    font-weight: 400;
    color: #FFDD00;
    margin: 0px;
  }
  
  .footer-tagline {
    font-family: var(--body-font);
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    margin: 8px 0px 0px;
  }
  
  /* Footer Navigation */
  .footer-nav {
    margin-bottom: 32px;
  }
  
  .footer-nav-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 32px;
  }
  
  .footer-nav-list li a {
    font-family: var(--body-font);
    font-size: 15px;
    font-weight: 500;
    color: #231F20;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .footer-nav-list li a:hover {
    color: #FAA61A;
  }
  
  /* Footer Social Icons */
  .footer-social-icons {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 32px;
  }
  
  .footer-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  
  .footer-social-icon:hover {
    transform: translateY(-5px);
  }
  
  /* Footer Copyright */
  .footer-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 24px;
    display: flex;
    justify-content: center;
    gap: 24px;
  }
  
  .footer-copyright p {
    font-family: var(--body-font);
    font-size: 12px;
    color: #231F20;
    margin: 0px;
    font-weight: 500;
  }

  .onas-section {
    background: url("../img/onas.png") center/cover no-repeat;
    padding: 80px 0;
    position: relative;
}
.onas-header {
  max-width: 900px;
  margin: 55px auto 60px;
  text-align: center;
}
.onas-header .d-flex.align-items-center.gap-3{
  justify-content: center;
}
.onas-header h2 {
  font-size: 60px;
  font-family: var(--heading-font);
  margin-bottom: 25px;
}
.onas-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(2px);
}
.onas-section .container {
    position: relative;
    z-index: 2;
}
.onas-row {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
    text-align: center;
}
.onas-box {
    flex: 1 1 calc(25% - 40px);
}
.icon-circle {
  width: 60px;
  height: 60px;
  background-color: #22444f;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.onas-box h3 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 10px;
  font-family: var(--heading-font);
  margin-top: 10px;
}
.onas-box p {
  font-size: 16px;
  color: #231F20;
  max-width: 336px;
  margin: 0 auto;
}
.onas .header-vector-icon {
  width: 34px;
  height: 34px;
  object-fit: contain;
  margin-left: 8px;
  background-color: #fff;
  padding: 5px;
  border-radius: 6px;
  cursor: pointer;
  border: 1px solid #314F5B;
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 28px;
}
.breadcrumb-icon {
  width: 11px;
  height: 11px;
  display: inline-block;
}

.breadcrumb-text {
  font-size: 12px;
  font-weight: 400;
  color: #000;
}
span.breadcrumb-text a {
  color: #000;
  text-decoration: unset;
}

.breadcrumb-arrow img {
  width: 10px;
}
/* ------------------------------------------ 
   RESPONSIVE ENHANCEMENTS (from 1200px down)
-------------------------------------------*/
@media (max-width: 1200px) {
  .hero-left {
    padding: 48px 32px !important;
  }

  .hero-main-image {
    left: -240px;
    max-width: 520px;
  }

  .menu-card {
    min-height: 340px;
  }

  .location-tabs-line .nav-link {
    font-size: 16px;
    gap: 12px;
  }
  
  h1.banner-recise-title {
    font-size: 36px;
}
}
@media (max-width: 1024px){ 
  .banner-recise-content {
    position: unset;
    padding-left: 0;
    margin-top: 30px;
}
.banner-recise-content p {
  font-size: 16px;
  color: #000;
  max-width: 100%;
  margin-bottom: 25px;
}
}

@media (max-width: 992px) {  
  .nav-pills .nav-link{
    font-size: 16px;
  }
  .nav-pills {
    margin-bottom: 0 !important;
}
  .navbar .navbar-nav {
    margin-top: 16px;
  }
  .nav-pills .nav-link{
    gap: 6px;
  }

  .hero-section .row {
    flex-direction: column;
}

  .hero-left {
    padding: 40px 24px !important;
    text-align: center;
  }
  .hero-actions .d-flex.align-items-center.gap-3{
    flex-direction: row;
    flex-wrap: wrap;
  }
  .city-select-wrapper {
    margin-bottom: 0 !important;
    position: relative;
    max-width: 100%;
}
  .hero-right {
    min-height: 520px;
  }
  .hero-main-image {
    position: relative;
    left: 0;
    top: 0;
    max-width: 100%;
    right: 0;
    background-position: center;
    display: block;
}
.hero-image-wrapper::after{
  left: 0 !important;
}
.hero-image-wrapper::before {
  background-size: 35%;
  bottom: 0;
  right: 50px;
}
.hero-title {
  max-width: 100% !important;
  text-align: left;
}
.hero-description {
  max-width: 100% !important; 
  text-align: left;
}
.hero-buttons {
  flex-direction: row;
  gap: 12px !important;
  width: 100%;
}
.hero-buttons-wrapper {
  justify-content: flex-start;
  flex-wrap: wrap;
}

  .hero-buttons .btn-hero-primary,
  .hero-buttons .btn-hero-secondary,
  .btn-city-select {
    width: 100%;
    justify-content: center;
    max-width: 100%;
  }

  .member-info {
    text-align: left;
  }

  .location-tabs-wrapper {
    gap: 12px;
  }

  .location-tabs-wrapper::before {
    left: calc(36px + 12px); 
    right: calc(36px + 12px);
  }

  .location-arrow {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
  }

  .location-card,
  .location-visual,
  .location-map-card {
    padding: 18px;
  }

  .cta-banner-title {
    font-size: 38px;
  }

  .enhanced-footer .footer-nav-list {
    gap: 18px;
  }
}

@media (max-width: 768px) {
  .hero-section {
    text-align: center;
  }
  button.location-arrow img {
    max-width: 30px;
}
  .hero-badge {
    justify-content: center;
  }

  .hero-actions .d-flex {
    flex-direction: column;
    gap: 12px;
  }

  .hero-right {
    min-height: 440px;
  }

  .hero-image-wrapper::after {
    background-size: 50%;
  }

  .hero-main-image {
    max-width: 90%;
    margin: 0 auto;
  }

  .offer-section {
    padding: 40px 0;
}

  .menu-card {
    min-height: auto;
  }

  .location-tabs-wrapper {
    padding: 0 0;
  }

  .location-tabs-scroll {
    padding: 0;
  }

  .location-tabs-line .nav-link {
    font-size: 15px;
    padding-bottom: 10px;
  }

  .location-card,
  .location-visual,
  .location-map-card {
    margin-bottom: 18px;
  }

  .video-play-btn {
    width: 72px;
    height: 72px;
  }

  .cta-banner-title {
    font-size: 32px;
  }

  .cta-banner-subtitle {
    max-width: 100%;
  }

  .footer-contact,
  .footer-social {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  .pasta-slider .slick-list {
    max-width: calc(100% - 150px);
    margin: auto;
}
.onas-header h2 {
  font-size: 35px;
}
section.Nase-pobocky h2{
  font-size: 35px;
}
}

@media (max-width: 576px) {
  .hero-left {
    padding: 32px 16px !important;
  }
  .top-banner {
    font-size: 12px;
}
  .hero-title {
    font-size: 34px;
  }
  h1.banner-recise-title {
    font-size: 34px;
}
  .hero-description {
    font-size: 15px;
  }

  .member-avatars {
    justify-content: center;
  }

  .stars {
    font-size: 16px;
  }

  .offer-section .section-title {
    font-size: 32px;
  }

  .menu-card {
    padding: 16px;
  }

  .location-card-title {
    font-size: 28px;
  }

  .location-tabs-line {
    gap: 16px;
  }

  .video-card {
    border-radius: 22px;
  }

  .cta-banner-section {
    padding: 72px 24px;
  }

  .cta-banner-section::after {
    background-size: 45%;
    opacity: 0.6;
  }

  .cta-banner-section::before {
    display: none;
  }

  .enhanced-footer {
    padding: 40px 0 24px;
  }

  .footer-nav-list {
    gap: 14px;
  }

  .pasta-slider-wrapper {
    padding: 0 35px;  /* space for arrows on very small screens */
  }
  
  .offer-section .row {
    margin: 0 -35px;  /* match wrapper padding for very small screens */
  }
  
  .pasta-slider-wrapper .slick-prev {
    left: 10px;
    display: none;
  }
  
  .pasta-slider-wrapper .slick-next {
    right: 10px;
    display: none;
  }
  .pasta-slider .slick-list {
    max-width: calc(100% - 100px);
    margin: auto;
}
.hero-buttons.d-flex.mb-3 {
  width: 100%;
}
.city-select-wrapper {
  width: 100%;
  max-width: 100%;
}
.city-select-text {
  text-align: center;
}
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 30px;
  }

  .hero-badge {
    font-size: 14px;
  }

  .rating-info {
    flex-wrap: wrap;
    justify-content: center;
  }

  .location-tabs-line .nav-link {
    font-size: 14px;
    gap: 8px;
  }

  .location-tabs-line .nav-link::after {
    bottom: -12px;
    width: 18px;
    height: 18px;
  }

  .location-card {
    padding: 20px 0;
}

  .location-actions {
    flex-direction: column;
  }

  .video-play-btn {
    width: 64px;
    height: 64px;
  }

  .story-section {
    padding: 60px 0;
  }

  .story-title {
    font-size: 30px;
  }

  .story-section h5 {
    font-size: 24px;
  }
}

@media (max-width: 360px) {
  .hero-title {
    font-size: 28px;
  }

  .hero-description {
    font-size: 14px;
  }

  .hero-buttons .btn-hero-primary,
  .hero-buttons .btn-hero-secondary {
    font-size: 14px;
    padding: 10px 24px;
  }

  .btn-location-call,
  .btn-location-nav {
    width: 100%;
    justify-content: center;
  }

  .location-meta li {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 320px) {
  .hero-title {
    font-size: 26px;
  }

  .hero-left {
    padding: 28px 12px !important;
  }

  .hero-badge {
    font-size: 12px;
  }

  .rating-info {
    font-size: 13px;
  }

  .location-tabs-line .nav-link {
    font-size: 13px;
  }

  .location-card {
    padding: 18px;
  }

  .video-card {
    border-radius: 18px;
  }

  .video-play-btn {
    width: 56px;
    height: 56px;
  }

  .cta-banner-title {
    font-size: 28px;
  }

  .cta-banner-subtitle {
    font-size: 14px;
  }

  .footer-nav-list {
    flex-direction: column;
    gap: 8px;
  }
}

/* ========================================
   RESPONSIVE - NEW SECTIONS
   ======================================== */

/* Tablet */
@media (max-width: 992px) {
  .location-section,
  .story-section,
  .cta-banner-section {
    padding: 60px 0px;
  }
  .navbar{
    min-height: 70px;
  }
  .hero-badge{
    text-align: left;
  }
  .section-title-location,
  .story-title,
  .cta-banner-title {
    font-size: 36px;
  }

  .location-tabs .nav-link {
    font-size: 16px;
    padding: 12px 24px;
  }

  .feature-item {
    margin-bottom: 20px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .location-section,
  .story-section,
  .cta-banner-section {
    padding: 50px 0px;
  }

  .section-title-location,
  .story-title,
  .cta-banner-title {
    font-size: 32px;
  }

  .location-tabs .nav-link {
    font-size: 15px;
    padding: 10px 20px;
  }

  .location-info-box {
    margin-bottom: 24px;
  }

  .cta-decorative-shape {
    display: none;
  }

  .footer-nav-list {
    gap: 20px;
  }

  .footer-logo-text {
    font-size: 36px;
  }
}

/* Small Mobile */
@media (max-width: 576px) {
  .section-title-location,
  .story-title,
  .cta-banner-title {
    font-size: 28px;
  }

  .location-tabs .nav-link {
    font-size: 14px;
    padding: 10px 16px;
  }

  .location-buttons .btn {
    width: 100%;
    margin-bottom: 8px;
  }

  .feature-icon {
    width: 36px;
    height: 36px;
  }

  .feature-icon i {
    font-size: 18px;
  }

  .footer-nav-list {
    flex-direction: column;
    gap: 16px;
  }

  .footer-social-icon {
    width: 42px;
    height: 42px;
    font-size: 16px;
  }

  .footer-logo-text {
    font-size: 32px;
  }
}

/* ============== MENU PAGE STYLES ============== */
.menu-page {
  background-color: #f5f5f5;
}

.menu-navbar {
  background-color: #FFDD00 !important;
  padding: 15px 0;
  position: relative;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  z-index: 10;
}

.menu-navbar .menu-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.menu-navbar .menu-logo .logo-img {
  max-width: 150px;
  height: auto;
}

.menu-navbar .menu-user-info {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 14px;
}

.menu-page-wrapper {
    position: relative;
    padding-top: 20px;
  }

.menu-content-area {
  min-height: calc(100vh - 150px);
  padding-bottom: 30px;
}

.cart-sidebar {
    background: #fff;
    position: sticky;
    top: 0;
    height: auto;
    overflow-y: auto;
    margin-bottom: 184px;
    border-radius: 6px;
}

.cart-wrapper {
  padding: 20px 18px;
  position: relative;
  text-align: center;
}

.cart-image {
  display: block;
  margin: 6px auto 8px auto;
  max-width: 120px;
  width: 60%;
  height: auto;
  pointer-events: none;
}
.cart-wrapper button.btn.btn-sm.btn-outline-secondary.w-100.mb-2 {
    border: 1px solid #314F5B;
    padding: 11px 0;
    color: #231F20;
    font-size: 16px;
    font-weight: 500;
}
.empty-cart {
  padding: 24px 8px 16px 8px;
  text-align: center;
}

.empty-cart .empty-cart-icon {
  width: 120px;
  height: auto;
  margin: 0 auto 12px auto;
  opacity: 1;
}

.empty-cart h6 {
    font-family: var(--heading-font);
    font-size: 32px;
    margin: 8px 0 4px 0;
    color: var(--brand-dark);
    font-weight: 400 !important;
}

.empty-cart p {
    margin: 0;
    font-size: 16px;
    color: #231F20 !important;
}

.cart-content {
  position: relative;
  z-index: 1;
}

.cart-location {
  padding-bottom: 15px;
}

.cart-location a {
    color: #FAA61A;
    text-decoration: underline !important;
    font-weight: 500;
}

.cart-items {
  overflow-y: auto;
}

.empty-cart {
  padding: 40px 20px;
  position: relative;
  z-index: 1;
}
.cart-location span.fw-semibold {
    font-size: 20px;
    text-align: center;
}
.empty-cart-icon {
  width: 120px;
  height: auto;
  opacity: 0.4;
  margin: 0 auto 20px;
  display: block;
}
.card-heading {
    display: block;
    text-align: center;
}
.cart-item {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cart-total span.fw-semibold {
    font-size: 20px;
    font-weight: 500 !important;
}
.cart-items button.btn.btn-sm.btn-outline-secondary {
    border: unset !important;
}
.cart-total {
    position: sticky;
    bottom: 0;
    background: #fff;
    padding-top: 15px;
    z-index: 2;
    border-top: unset !important;
}
button.qty-plus-btn {
    border: unset !important;
    background: transparent !important;
}
.qty-control {
    background-color: #FFDD00;
    border-radius: 6px !important;
}
button.qty-delete-btn {
    background-color: transparent !important;
}
.cart-wrapper p.small.text-muted.mb-3 {
    text-align: left;
    position: relative;
    margin-top: -25px;
}
.cart-items h6.mb-1{
  text-align: left;
}

.empty-cart.text-center.py-5 p {
    text-align: center !important;
}
.cart-wrapper .btn.btn-secondary.w-100 {
    border: unset !important;
    padding: 12px 0;
}
.cart-total #cart-total {
  color: #FAA61A;
 font-size: 36px !important;
 font-weight: 500 !important;
 display: flex;
 align-items: baseline;
 gap: 4px;
}
.cart-name.flex-grow-1 {
    text-align: left;
}
.cart-name p {
    font-size: 20px !important;
    margin-top: 20px;
}
.product-card-currency {
  font-size: 20px !important;
  font-weight: 400;
}

/* Product Card Styling - Horizontal Layout */
.product-card {
    border: none;
    border-radius: 0;
    padding: 16px;
    background-color: transparent;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    box-shadow: none;
    margin: 0 0 30px 0;
    border-radius: 15px;
    background-color: #fff;
}

.product-card:last-child {
  border-bottom: none;
}
.product-card-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
}

.product-card-right {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-shrink: 0;
  align-items: center;
}

.product-card-image-wrapper {
    width: 100%;
    height: auto;
    border-radius: 8px;
    overflow: hidden;
    background-color: #f5f5f5;
    flex-shrink: 0;
    position: relative;
    max-width: 100px;
    border: none;
}

.product-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card-quantity-badge {
  position: absolute;
  bottom: 4px;
  right: 4px;
  background-color: #0066CC;
  color: white;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 600;
  display: flex;
  gap: 2px;
  align-items: center;
}

.product-card-header {
  margin-bottom: 6px;
}

.product-card-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--brand-dark);
    margin: 0 0 2px 0;
    line-height: 1.3;
}

.product-card-weight {
  font-size: 12px;
  color: var(--text-muted);
  margin: 0;
}

.product-card-pricing {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 8px;
}

.product-card-price {
    font-size: 20px;
    font-weight: 500;
    color: #FAA61A;
    margin: 0;
}

.product-card-currency {
    font-size: 14px;
    color: #FAA61A;
    font-weight: 500;
}

.product-card-description {
    font-size: 12px;
    line-height: 1.4;
    color: var(--brand-dark);
    margin: 0 0 8px 0;
    max-width: 198px;
}

.product-card-footer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.product-card-delete-btn {
  width: 50px;
  height: 50px;
  border-radius: 6px;
  background-color: #ff6b6b;
  border: none;
  color: white;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: all 0.3s ease;
}

.product-card-delete-btn:hover {
  background-color: #ff5252;
}

.product-card.has-cart-items .product-card-delete-btn {
    display: none;
}

.product-card-add-btn {
  width: 50px;
  height: 50px;
  border-radius: 6px;
  background-color: var(--brand-yellow);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 24px;
  font-weight: bold;
  color: var(--brand-dark);
  flex-shrink: 0;
}

.product-card-add-btn:hover {
  background-color: #FAA61A;
  transform: scale(1.1);
}

.product-card-add-btn:active {
  transform: scale(0.95);
}

/* Product cards grid - 3 columns */
.product-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

@media (max-width: 1200px) {
  .product-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .product-cards-grid {
    grid-template-columns: 1fr;
  }
  
  .product-card {
    padding: 12px;
    gap: 16px;
  }
  
  .product-card-image-wrapper {
    width: 90px;
    height: 90px;
  }
  
  .product-card-title {
    font-size: 14px;
  }
  
  .product-card-price {
    font-size: 18px;
  }
  
  .product-card-add-btn {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .product-card {
    padding: 10px;
    gap: 12px;
  }
.product-card-title {
    font-size: 20px;
}
  .product-card-price {
    font-size: 16px;
  }
  
  .product-card-image-wrapper {
    width: 80px;
    height: 80px;
  }
  
  .product-card-add-btn {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}

.menu-card .card-description {
  font-size: 12px;
  line-height: 1.4;
  min-height: 40px;
}

.add-to-cart-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.add-to-cart-btn {
    width: 48px;
    height: 48px;
    border-radius: 6px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFDD00;
    border: none;
    color: #000;
    font-weight: bold;
    transition: all 0.3s;
    cursor: pointer;
}

.add-to-cart-btn img {
  width: 20px;
  height: 20px;
  filter: brightness(0);
}

.add-to-cart-btn:hover {
  background-color: #FAA61A;
  transform: scale(1.05);
}

.location-text {
    font-weight: 500;
    color: #FAA61A;
    text-decoration: underline;
}

/* Responsive adjustments for menu page */
@media (max-width: 992px) {
  .cart-sidebar {
    position: relative;
    height: auto;
    border-left: none;
    border-top: 1px solid #e0e0e0;
    margin-bottom: 20px;
  }
  
  .menu-content-area {
    min-height: auto;
  }
}

/* User Menu & Dropdown */
.user-menu-container .user-menu-trigger {
    font-family: var(--body-font);
    font-size: 16px;
    cursor: pointer;
    transition: color 0.3s;
    border: 1px solid #314F5B !important;
    padding: 10px !important;
}

.user-menu-container .user-menu-trigger:hover {
  color: #FAA61A !important;
}

.user-dropdown {
    min-width: 240px !important;
    border: 1px solid #eee;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    animation: fadeIn 0.2s ease-out;
    padding: 15px 15px !important;
    border-radius: 16px !important;
}

.user-dropdown .dropdown-header {
  border-bottom: 1px solid #eee;
}

.dropdown-items a {
    padding: 8px 0;
    border-radius: 8px;
    transition: background-color 0.2s;
    font-weight: 500;
}

.dropdown-items a:hover {
  background-color: #f8f9fa;
  color: #FAA61A !important;
}

.dropdown-items .logout-item a {
    color: #000 !important;
}

.dropdown-items .logout-item a:hover {
  background-color: #fff5f5;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Profile Page Styles */
.sub-nav {
    padding-top: 90px;
}

.sub-nav-list .nav-link {
    color: #6c757d;
    font-weight: 500;
    padding-bottom: 20px;
    border-bottom: 1px solid transparent;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    font-size: 16px;
    gap: 5px;
}

.sub-nav-list .nav-link:hover {
  color: #000;
}

.sub-nav-list .nav-link.active {
    color: #FAA61A;
    border-bottom-color: #FAA61A;
    font-weight: 600;
    gap: 5px;
}

.sub-nav-list .nav-link i {
  font-size: 18px;
}

.section-title-profile {
  font-family: var(--heading-font);
  font-size: 32px;
  color: #1c1c1c;
}

.previous-order-card {
    border: none;
    background-color: #fff;
    transition: box-shadow 0.3s;
    max-width: 800px;
}
.previous-order-card:hover {
  box-shadow: 0 10px 20px rgba(0,0,0,0.05) !important;
}

.order-items {
  line-height: 1.6;
}

.no-orders-text {
    color: #231F20;
    font-size: 16px;
}

/* Profile Settings Page Styles */
.profile-section-title {
    font-family: 'Lobster', cursive;
    font-size: 32px;
    margin-bottom: 20px;
    color: #212529;
}

.form-label-profile {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #212529;
}

.form-control-profile {
    background-color: #EBEEEF;
    border: none;
    padding: 12px 16px;
    border-radius: 6px;
    font-size: 14px;
    color: #212529;
    margin-bottom: 16px;
}

.form-control-profile:disabled, .form-control-profile[readonly] {
    background-color: #EBEEEF;
    opacity: 1;
}

.btn-save-profile {
    background-color: #FFDD00;
    border: none;
    padding: 10px 24px;
    font-weight: 600;
    font-size: 14px;
    color: #000;
    border-radius: 6px;
    margin-top: 8px;
}

.btn-save-profile:hover {
    background-color: #ffe600;
}

.verified-badge {
    display: inline-flex;
    align-items: center;
    background-color: #d1e7dd;
    color: #0f5132;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 500;
    margin-top: -10px;
    margin-bottom: 20px;
}

.verified-badge i {
    margin-right: 5px;
}

.linked-account-btn {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 16px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
    border: none;
    margin-bottom: 12px;
    text-align: left;
    position: relative;
}

.btn-facebook-link {
    background-color: #1877F2;
    color: #fff;
}

.btn-google-link {
    background-color: #fff;
    border: 1px solid #ced4da;
    color: #212529;
}

.btn-apple-link {
    background-color: #000;
    color: #fff;
}

.btn-delete-link {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FF1F1F;
    border-radius: 6px;
    border: none;
    margin-left: 10px;
}

.btn-delete-link img {
    width: 16px; 
    filter: brightness(0) invert(1);
}

.checkbox-custom-label {
    font-size: 14px;
    color: #212529;
    margin-left: 8px;
}

.btn-outline-pdf {
    border: 1px solid #ced4da;
    background: #fff;
    padding: 10px 24px;
    font-weight: 500;
    font-size: 14px;
    color: #212529;
    border-radius: 6px;
}

.btn-delete-account {
        border: 1px solid #ced4da;
    background: #fff;
    padding: 10px 24px;
    font-weight: 500;
    font-size: 14px;
    color: #212529;
    border-radius: 6px;
}
.btn-delete-account:hover {
    background-color: #fff0f0;
    color: #dc3545;
    border-color: #dc3545;
}

/* Loyalty Program Styles */
.loyalty-card {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    border: none;
    box-shadow: 0 2px 20px rgba(0,0,0,0.03); 
    height: auto;
}

.loyalty-title {
    font-family: 'Lobster', cursive;
    font-size: 32px;
    margin-bottom: 24px;
    color: #212529;
}

.loyalty-amount {
    font-size: 32px;
    font-weight: 500;
    color: #FAA61A;
    text-align: right;
}

.loyalty-progress-title {
    font-family: 'Lobster', cursive;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 24px; /* Increased from inline style match */
    color: #212529;
}

.loyalty-description {
    font-size: 14px;
    color: #212529;
    margin-bottom: 24px;
    line-height: 1.5;
}

.plate-container {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.plate-item {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
    background-color: #FDF9E6; /* Light yellow for empty */
    display: flex;
    align-items: center;
    justify-content: center;
}

.plate-item img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.plate-check {
    position: absolute;
    bottom: -5px;
    right: 0;
    left: 0;
    background: #D7FFB4;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #79C065;
    font-size: 14px;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.promo-code-card {
    background-color: #231F20;
    color: #fff;
    border-radius: 12px;
    padding: 27px;
    position: relative;
}
.ambassador-sidebar p {
    font-weight: 500;
    font-size: 20px;
}
.checkout-page {
    padding-top: 70px;
}
.ambassador-sidebar a{
  text-decoration: underline !important;
}
.promo-code-text {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 4px;
}
.promo-code-status span {
    color: #fff;
    font-weight: 500;
}

.promo-code-sub {
    font-size: 16px;
    margin-bottom: 12px;
}

.promo-code-status {
    color: #79C065;
    font-size: 16px;
    font-weight: 600; 
    text-transform: uppercase;
}

.promo-amount {
     font-size: 20px;
     font-weight: 700;
     position: absolute;
     top: 20px;
     right: 20px;
}

.input-code-wrapper {
     display: flex;
     gap: 10px;
     flex-wrap: wrap;
}

.input-code {
     background-color: #EBEEEF;
     border: none;
     padding: 12px 16px;
     border-radius: 6px;
     flex: 1;
     min-width: 150px;
}

.btn-add-code {
     background-color: #231F20;
     color: #fff;
     border: none;
     padding: 12px 24px;
     border-radius: 6px;
     font-weight: 500;
     white-space: nowrap;
}
.btn-add-code:hover {
    background-color: #000;
    color: #fff;
}


.info-text-section p {
     font-size: 16px;
     color: #212529;
     margin-bottom: 16px;
     line-height: 1.6;
}

/* Ambassador specific styles */
.ambassador-section-title {
    font-family: 'Lobster', cursive;
    font-size: 32px;
    margin-bottom: 10px;
    color: #212529;
}

.form-label-ambassador {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #212529;
    display: block;
}

.form-control-ambassador {
    background-color: #EBEEEF;
    border: none;
    padding: 12px 16px;
    border-radius: 6px;
    font-size: 14px;
    color: #212529;
    margin-bottom: 10px;
    text-align: left !important;
}

.form-control-ambassador:focus {
    background-color: #EBEEEF;
    box-shadow: 0 0 0 2px #FAA61A;
}

.bank-group {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.bank-separator {
    font-size: 20px;
    color: #212529;
}

.btn-join-program {
    background-color: #FFDD00;
    border: none;
    padding: 12px 24px;
    font-weight: 500;
    font-size: 14px;
    color: #000;
    border-radius: 6px;
    width: 100%;
    margin-top: 16px;
}

.btn-join-program:hover {
    background-color: #ffe600;
}

.info-card-ambassador {
    background-color: #fff;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0 2px 20px rgba(0,0,0,0.03);
    height: auto;
}

.info-card-ambassador h3 {
    font-family: 'Lobster', cursive;
    font-size: 32px;
    margin-bottom: 24px;
    color: #212529;
}

.info-card-ambassador p {
    font-size: 16px;
    color: #212529;
    margin-bottom: 24px;
    line-height: 1.6;
}

.small-legal-text {
    font-size: 10px;
    color: #231F20;
    line-height: 1.4;
    margin-top: 16px;
    max-width: 480px;
}
.small-legal-text a {
    color: #FAA61A;
    text-decoration: underline;
}

/* Date of Birth Inputs */
.date-input-group {
    display: flex;
    gap: 12px;
}

.date-input-group .form-control-ambassador {
    flex: 1;
}

.btn-calendar {
    background-color: #314F5B;
    color: #fff;
    border: none;
    border-radius: 6px;
    width: 48px;
    height: 48px; /* Match input height approx */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px; /* Align with inputs margin bottom */
}
.btn-calendar:hover {
    background-color: #253b45;
}

/* Ambassador Dashboard Styles */
.ambassador-sidebar {
    position: sticky;
    top: 20px;
}

.ambassador-dashboard-title {
    font-family: 'Lobster', cursive;
    font-size: 24px;
    color: #212529;
}

.ambassador-status {
    padding: 12px 0;
}

.ambassador-link input {
    font-size: 12px;
    background-color: #EBEEEF;
    border: none;
}
.ambassador-menu li {
    text-decoration: underline;
}
.ambassador-menu a {
    font-size: 14px;
    transition: color 0.3s;
}

.ambassador-menu a:hover {
    color: #FAA61A !important;
}

.stat-card {
    height: auto;
    margin-bottom: 20px;
}
.profile-page .text-secondary {
    --bs-text-opacity: 1;
    color: #231F20 !important;
}
.stat-label {
    font-size: 20px;
    color: #231F20;
    margin-bottom: 15px !important;
    font-weight: 400;
}
.webinar-btn {
    background-color: #3DA517;
    border: none;
    padding: 18px 10px;
    border-radius: 6px;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.webinar-btn .webinar-icon {
    width: 32px;
    height: auto;
    margin-bottom: 6px;
}

.webinar-btn .webinar-title {
    font-size: 16px;
    font-weight: 600;
    display: block;
}

.webinar-btn .webinar-sub {
    font-size: 12px;
    margin-top: 2px;
    display: block;
}

.stat-number {
    font-size: 32px;
}

.stat-currency {
    font-size: 16px;
    font-weight: 600;
}

.chart-legend {
    display: flex;
    gap: 20px;
    font-size: 14px;
}

.legend-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    margin-right: 6px;
}

.table-sm {
    font-size: 13px;
}

.table-sm th {
    font-weight: 600;
    color: #6c757d;
    border-bottom: 2px solid #dee2e6;
}

.table-sm td {
    vertical-align: middle;
}

.table-list table tbody tr {
    transition: all 0.2s;
}

.table-list table tbody tr:hover {
    background-color: #FFFCE6;
    font-weight: 700;
    color: #231F20;
}

.table-list table tbody tr:hover td {
    background-color: #FFFCE6; /* Ensure cells inherit background */
}

.table-list table tbody tr:hover td:first-child {
    text-decoration: underline;
}

/* ========================================
   MOBILE LAYOUT - 575px
   ======================================== */
@media (max-width: 575px) {
    /* Top Banner - Yellow Promo */
    .top-banner {
        padding: 12px 16px !important;
        font-size: 11px;
        line-height: 1.4;
    }
    
    .top-banner .container {
        padding: 0;
    }
    
    .top-banner .fw-semibold {
        font-size: 11px;
    }
    
    /* Navigation Header */
    .navbar {
        padding: 12px 0;
        min-height: auto;
        background-color: #fff !important;
    }
    
    .navbar .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 16px;
    }
    
    .navbar .navbar-toggler {
        order: 0;
        border: none;
        padding: 8px;
    }
    
    .navbar .navbar-brand {
        order: 2;
        position: static;
        transform: none;
        margin: 0 auto;
    }
    
    .navbar .logo-img {
        max-width: 120px;
        height: auto;
    }
    
    .navbar .d-flex.gap-3 {
        order: 3;
        gap: 8px !important;
    }

    
    .navbar .location-text {
        display: none;
    }
    
    .navbar .user-menu-container {
        display: none;
    }
    
    .navbar .btn-link {
        padding: 8px;
    }
    
    /* Menu Tabs - Horizontal Scroll */
    .menu-tabs {
        background-color: #fff;
        padding: 0;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    
    .menu-tabs::-webkit-scrollbar {
        display: none;
    }
    
    .menu-tabs .container {
        padding: 0 16px;
    }
    
    .menu-tabs .nav-pills {
        flex-wrap: nowrap !important;
        gap: 12px;
        padding: 12px 0;
        margin-bottom: 0 !important;
    }
    
    .menu-tabs .nav-item {
        flex-shrink: 0;
    }
    
    .menu-tabs .nav-link {
        padding: 8px 16px;
        font-size: 14px;
        font-weight: 500;
        color: #231F20;
        background-color: transparent;
        border: none;
        border-radius: 20px;
        white-space: nowrap;
        display: flex;
        align-items: center;
        gap: 0;
    }
    
    .menu-tabs .nav-link svg {
        display: none;
    }
    
    .menu-tabs .nav-link.active {
        background-color: transparent;
        color: #FAA61A;
        border-bottom: 2px solid #FAA61A;
        border-radius: 0;
    }
    
    /* Main Content Area */
    .menu-page-wrapper {
        padding-bottom: 100px;
    }
    
    .menu-page-wrapper .container {
        padding: 0 16px;
    }
    
    .menu-page-wrapper .row {
        margin: 0;
    }
    
    /* Hide Cart Sidebar on Mobile */
    .cart-sidebar {
        display: none !important;
    }
    
    /* Full Width Menu Content */
    .col-lg-9.menu-content-area {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0;
    }
    
    /* Product Cards Grid - Single Column */
    .product-cards-grid {
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding: 16px 0;
    }
    
    /* Product Card */
    .product-card {
        background: #fff;
        border-radius: 12px;
        padding: 16px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 12px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }
    
    .product-card-content {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    
    .product-card-header {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }
    
    .product-card-title {
        font-size: 20px;
        font-weight: 600;
        color: #231F20;
        margin: 0;
        line-height: 1.3;
    }
    
    .product-card-weight {
        font-size: 12px;
        color: #6B7280;
        margin: 0;
    }
    
    .product-card-pricing {
        display: flex;
        align-items: baseline;
        gap: 4px;
        margin: 4px 0;
    }
    
    .product-card-price {
        font-size: 22px;
        color: #FAA61A;
    }
    
    .product-card-currency {
        font-size: 14px;
        color: #FAA61A;
    }
    
    .product-card-description {
        font-size: 12px;
        color: #6B7280;
        margin: 0;
        line-height: 1.4;
    }
    
    /* Product Card Right Side */
    .product-card-right {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }
    
    .product-card-image-wrapper {
        width: 110px;
        height: 110px;
        border-radius: 8px;
        overflow: hidden;
        flex-shrink: 0;
    }
    
    .product-card-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .product-card-footer {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    
    .product-card-add-btn {
        width: 48px;
        height: 48px;
        background-color: #FFDD00;
        border: none;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        cursor: pointer;
        transition: background-color 0.2s;
    }
    
    .product-card-add-btn:hover {
        background-color: #FFE856;
    }
    
    .product-card-add-btn img {
        width: 24px;
        height: 24px;
    }
    
    /* Quantity Controls */
    .qty-control {
        display: flex;
        align-items: center;
        gap: 8px;
        background-color: #FFDD00;
        border-radius: 8px;
        padding: 8px 12px;
    }
    
    .qty-delete-btn {
        width: 32px !important;
        height: 32px !important;
        background-color: transparent !important;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    
    .qty-delete-btn img {
        width: 20px;
        height: 20px;
    }
    
    .qty-minus-btn,
    .qty-plus-btn {
        width: 32px !important;
        height: 32px !important;
        background-color: transparent !important;
        border: none !important;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-size: 20px;
        font-weight: 600;
        color: #231F20;
    }
    
    .qty-plus-btn img {
        width: 20px;
        height: 20px;
    }
    
    .qty-value {
        min-width: 24px !important;
        text-align: center;
        font-size: 16px !important;
        font-weight: 600;
        color: #231F20;
    }
    
    /* Sticky Bottom Bar */
    body.menu-page::after {
        content: '';
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 80px;
        background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.95) 20%, rgba(255,255,255,1) 100%);
        pointer-events: none;
        z-index: 998;
    }
    
    body:not(.checkout-open) .mobile-bottom-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #314F5B;
        padding: 16px;
        display: flex;
        flex-direction: column;
        gap: 16px;
        z-index: 999;
        box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.2);
    }
    
    /* Location Pill */
    .mobile-location-pill {
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 50px;
        padding: 10px 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    
    .mobile-location-group {
        display: flex;
        align-items: center;
        gap: 8px;
    }
    
    .mobile-location-icon {
        width: 16px;
        height: 16px;
        filter: brightness(0) invert(1);
    }
    
    .mobile-location-text {
        font-size: 14px;
        font-weight: 500;
        color: #fff;
    }
    
    .pill-divider {
        width: 1px;
        height: 16px;
        background-color: rgba(255, 255, 255, 0.3);
        margin: 0 10px;
        display: none;
    }
    
    .mobile-pickup-text {
        font-size: 14px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.8);
    }
    
    /* Large Cart Button */
.mobile-cart-btn-large {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 5px 24px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.2s;
}
    
    /* Active State (Yellow) */
    .mobile-cart-btn-large.has-items {
        background-color: #FFDD00;
        border-color: #FFDD00;
    }
    
    .mobile-cart-btn-large:active {
        transform: scale(0.98);
    }
    
    .mobile-cart-icon-wrapper {
        position: relative;
        display: flex;
        align-items: center;
    }

    .mobile-cart-icon-wrapper img.mobile-cart-icon {
        width: 24px;
        height: 24px;
        filter: brightness(0) invert(1); /* Default white icon */
        transition: filter 0.2s;
    }
    
    /* Icon color in active state (Black) */
    .mobile-cart-btn-large.has-items .mobile-cart-icon-wrapper img.mobile-cart-icon {
        filter: brightness(0); /* Black icon */
    }

    /* Badge Style */
.mobile-cart-badge {
    position: absolute;
    top: -5px;
    right: -8px;
    background-color: #E63946;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    min-width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    border: 1px solid #FFDD00;
    top: 10px;
    left: 0;
    right: 0;
}
    
    .mobile-total-amount {
        font-size: 18px;
        font-weight: 600;
        color: #fff;
        transition: color 0.2s;
    }
    
    /* Text color in active state (Black) */
    .mobile-cart-btn-large.has-items .mobile-total-amount {
        color: #231F20;
    }
    
    /* Footer - Hide on Mobile Menu Page */
    .menu-page .enhanced-footer {
        display: none;
    }
    
    /* Hide Desktop Elements */
    @media (max-width: 575px) {
        .navbar .d-flex.gap-2.align-items-center.ms-auto,
        .navbar .user-menu-container,
        .navbar .location-text {
            display: none !important;
        }
    }

    /* Mobile Cart Overlay (Acts as a page) */
.mobile-cart-overlay {
    display: none;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 100%;
}
    /* Styled Mobile Cart Item */
    .mobile-cart-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 24px;
        background: #fff;
    }
    
    .mobile-cart-item-left {
        display: flex;
        align-items: center;
        gap: 16px;
    }
    
    .mobile-cart-item-img {
        width: 60px;
        height: 60px;
        border-radius: 8px;
        object-fit: cover;
    }
    
    .mobile-cart-item-info {
        display: flex;
        flex-direction: column;
    }
    
    .mobile-cart-item-title {
        font-size: 14px;
        font-weight: 500;
        color: #231F20;
        margin-bottom: 4px;
    }
    
    .mobile-cart-item-price {
        font-size: 18px;
        font-weight: 700;
        color: #FAA61A;
    }
    
    /* Mobile Quantity Control (Pill Shape) */
    .mobile-qty-control {
        display: flex;
        align-items: center;
        border: 1px solid #314F5B;
        border-radius: 50px;
        padding: 4px 8px;
        height: 36px;
        gap: 8px;
    }
    
    /* Footer Buttons */
    .mobile-overlay-footer .order-btn {
        background-color: #FFDD00 !important; /* Brand Yellow */
        color: #231F20 !important;
        border: none;
        padding: 12px;
        font-weight: 700;
        font-size: 16px;
        border-radius: 8px;
    }

    .mobile-overlay-footer .back-btn {
        background-color: #FFFFFF !important;
        border: 1px solid #E5E7EB !important;
        width: 48px;
        height: 48px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
    }
    
    .mobile-overlay-footer .back-btn svg {
        width: 24px;
        height: 24px;
    }
    
    .mobile-overlay-footer .back-btn svg path {
        stroke: #231F20 !important; /* Force black arrow */
    }
    
    .mobile-qty-btn {
        background: none;
        border: none;
        padding: 0;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    
    .mobile-qty-btn img {
        width: 10px; 
    }
    
    .mobile-qty-value {
        font-weight: 600;
        font-size: 14px;
        min-width: 16px;
        text-align: center;
    }

    /* Summary */
    .mobile-cart-summary {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    /* Overlay Footer (Dark Background like main footer) */
    /* Overlay Footer (Dark Background like main footer) */
    /* Sticky Container for Summary + Footer */
    .mobile-sticky-container {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9999;
    }

    /* Styled Summary inside sticky container */
    .mobile-cart-summary-sticky {
        background-color: #fff;
        padding: 12px 16px;
        /* border-top: 1px solid #eee; */ 
    }

    /* Overlay Footer (Dark Background like main footer) */
    .mobile-overlay-footer {
        position: static; /* Was fixed */
        width: 100%;
        background-color: #314F5B;
        padding: 16px;
    }
    
    .mobile-overlay-footer .btn-light.back-btn {
        width: 50px;
        height: 50px; /* Match height of order button approx */
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        padding: 0;
    }
    
    .mobile-overlay-footer .order-btn {
        height: 50px;
        border-radius: 8px;
        background-color: #FFDD00;
        border-color: #FFDD00;
        color: #231F20;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
    }
}

/* Mobile navigation from 991px and below - ALL PAGES */
@media (max-width: 991px) {
    /* Apply mobile navigation to all pages */
    .navbar {
        background-color: #ffffff !important;
        padding: 12px 0;
        min-height: auto;
    }

    .navbar .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    /* Hamburger toggle - left side */
    .navbar-toggler {
        order: 0 !important;
        padding: 8px;
        border: 1px solid #314F5B;
        border-radius: 8px;
        background-color: white;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .navbar-toggler-icon {
        width: 20px;
        height: 20px;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(49, 79, 91, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    /* Navbar brand (logo) - centered */
    .navbar .navbar-brand {
        position: static !important;
        transform: none !important;
        order: 1 !important;
        margin: 0 auto !important;
        display: flex;
        align-items: center;
        padding: 0;
        height: 40px;
    }

    .navbar .logo-img {
        max-width: 120px;
        height: auto;
        max-height: 40px;
        object-fit: contain;
    }

    /* Mobile profile button - right side */
    .mobile-profile-btn {
        order: 2 !important;
        width: 40px;
        height: 40px;
        border: 1px solid #314F5B;
        border-radius: 8px;
        background: white;
        display: flex !important;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        text-decoration: none;
    }

    .mobile-profile-btn img {
        width: 20px;
        height: 20px;
    }

    /* Collapsed menu styling */
    .navbar-collapse {
        margin-top: 16px;
        order: 3;
        width: 100%;
    }

    /* Hide desktop buttons */
    .navbar .d-flex.gap-2.align-items-center.ms-auto .btn-outline-dark,
    .navbar .d-flex.gap-2.align-items-center.ms-auto .btn-warning,
    .navbar .d-flex.gap-2.align-items-center.ms-auto .header-vector-icon {
        display: none !important;
    }

    /* Stack nav items vertically */
    .navbar-nav {
        flex-direction: column;
    }

    .navbar-nav .nav-item {
        width: 100%;
    }

    .navbar-nav .nav-link {
        padding: 12px 0;
        width: 100%;
    }
}

/* Mobile Navigation for 575px and below */
@media (max-width: 575px) {
    /* Navbar container adjustments - applies to all pages */
    .navbar {
        background-color: #ffffff !important;
        padding: 12px 0;
        min-height: auto;
    }

    /* Container flex layout for mobile - align all items */
    .navbar .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    /* Hamburger toggle - left side */
    .navbar-toggler {
        order: 0;
        padding: 8px;
        border: 1px solid #314F5B;
        border-radius: 8px;
        background-color: white;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .navbar-toggler-icon {
        width: 20px;
        height: 20px;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(49, 79, 91, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    /* Navbar brand (logo) - centered on mobile */
    .navbar .navbar-brand {
        position: static !important;
        transform: none !important;
        order: 1;
        margin: 0 auto;
        display: flex;
        align-items: center;
        padding: 0;
        height: 40px;
    }

    .navbar .logo-img {
        max-width: 120px;
        height: auto;
        max-height: 40px;
        object-fit: contain;
    }

    /* Mobile profile button - right side */
    .mobile-profile-btn {
        order: 2;
        width: 40px;
        height: 40px;
        border: 1px solid #314F5B;
        border-radius: 8px;
        background: white;
        display: flex !important;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        text-decoration: none;
    }

    .mobile-profile-btn img {
        width: 20px;
        height: 20px;
    }

    /* Collapsed menu styling */
    .navbar-collapse {
        margin-top: 16px;
        order: 3;
        width: 100%;
    }

    /* Hide desktop buttons on mobile */
    .navbar .d-flex.gap-2.align-items-center.ms-auto .btn-outline-dark,
    .navbar .d-flex.gap-2.align-items-center.ms-auto .btn-warning,
    .navbar .d-flex.gap-2.align-items-center.ms-auto .header-vector-icon {
        display: none !important;
    }

    /* Stack nav items vertically */
    .navbar-nav {
        flex-direction: column;
    }

    .navbar-nav .nav-item {
        width: 100%;
    }

    .navbar-nav .nav-link {
        padding: 12px 0;
        width: 100%;
    }
}

/* Tablet adjustments (576px to 991px) - Only for menu pages */
@media (min-width: 576px) and (max-width: 991px) {
    /* Hide mobile profile button on tablet */
    .menu-page .mobile-profile-btn {
        display: none !important;
    }

    /* Logo on left for tablet */
    .menu-page .navbar .navbar-brand {
        position: static !important;
        transform: none !important;
        margin: 0 !important;
    }

    /* Toggle on LEFT for tablet - consistent with mobile */
    .menu-page .navbar-toggler {
        order: 0;
        margin-right: auto;
    }
}

/* Thank You Page Responsive Styles */
.thank-you-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.thank-you-left {
  flex: 1;
}

.thank-you-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 300px;
}

.thank-you-right img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .thank-you-content-wrapper {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }
  
  .thank-you-right {
    height: auto;
    width: 100%;
    justify-content: center;
  }

  .thank-you-right img {
    max-width: 80%; /* Prevent it from being too huge on mobile */
  }
}
