.navbar .logo { height: calc(56px + 14*(100vw - 320px) / 1600); }
.home-wrapper h1 { background: #DDA853; -webkit-background-clip: text; }
.flag-lf { width: 100%; max-width: 100px; margin: 20px auto 0 auto; }
.page-head-section::before { content: ""; background-image: url(../images/background/home-bg.jpg); background-position: top; background-repeat: no-repeat; background-size: cover; position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; }
.vertical-product-box .vertical-product-body .product-items { border-bottom: 0; }
.status-badge { border: 2px solid #28a745; color: #28a745; border-radius: 20px; padding: 5px 15px; font-weight: 600; }
.card { border-radius: 15px; }
.section-title { font-weight: 600; }
.item-row { display: flex; justify-content: space-between; margin-bottom: 8px; }
.item-row small { display: block; color: #6c757d; }
.home-wrapper .search-section {width:80%}
.auth-form .form-input .form-control.search {width:100%;}
#searchResults {overflow-x: auto;max-height: 224px;}
#searchResults .list-group-item div small {display: none;}
.auth-form .form-input .form-control {border: 1px solid #e1e1e1;}
.auth-form h2 {margin-bottom: 15px;}
.home-wrapper .search-section .search-head .form-group .form-input .search-icon {top: 25px;}
.title.restaurant-title {display: unset;}
.title .sub-title {padding-left: 0 !important; padding-bottom: 12px;}
.footer-section .main-footer .footer-logo-part .logo {height: calc(65px + 17 * (100vw - 320px) / 1600);}


/* Desktop (≥1024px) */
@media screen and (min-width: 1024px) {
  .home-wrapper .search-section {width:60%}
.auth-form .form-input .form-control.search {width:100%;}
}

/* Tablet (≥768px and <1024px) */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .home-wrapper .search-section {width:70%}
  .auth-form .form-input .form-control.search {width:100%;}
}

/* Phone (<768px) */
@media screen and (max-width: 767px) {
  .home-wrapper .search-section {width:100%}
  .auth-form .form-input .form-control.search {width:100%;}
  .home-wrapper h1 {font-size: calc(30px + 46 * (100vw - 320px) / 1600);}
  .home-wrapper h2 {font-size: calc(15px + 10 * (100vw - 320px) / 1600);}
  .navbar .nav-option {display: flex;}
  .container {max-width: 90%;}
  .title.restaurant-title h2 {margin-bottom: 5px;}
}