body {
  background-color: #ffffff;
  color: #1e293b;
  font-family: "Inter", sans-serif;
  font-size: 13px;
}

.search-input {
  font-size: 13px;
  color: #475569;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem 0 0 0.375rem;
  padding: 0.25rem 0.5rem;
}

.search-btn {
  font-size: 13px;
  color: #94a3b8;
  border: 1px solid #d1d5db;
  border-left: none;
  border-radius: 0 0.375rem 0.375rem 0;
  padding: 0.25rem 0.5rem;
  background: white;
  cursor: pointer;
}
.search-btn:hover {
  color: #475569;
}

.btn-add {
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #d1d5db;
  background-color: #fff;
  color: #1e293b;
  padding: 0.25rem 0.75rem;
  border-radius: 0.375rem;
}

.city-btn,
.latest-addition .mb-4,
.highlight-card,
.category-card-fixed {
  transition: all 0.2s ease;
}

.city-btn:hover,
.highlight-card:hover,
.latest-addition .mb-4:hover,
.category-card-fixed:hover {
  background-color: #f1f5f9;
  backdrop-filter: blur(3px) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
  transform: translateY(-1px);
  border-radius: 0.5rem !important;
  border-left: 3px solid #60a5fa;
}

.city-btn {
  min-height: 80px;
  border: 1px solid #d3deea;
  border-radius: 0.375rem;
  padding: 0.75rem;
  background-color: #f9fcff;
  color: #475569;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  justify-content: center;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none !important;
  text-align: center;
}

.city-btn .count {
  font-size: 10px;
  color: #94a3b8;
  margin-left: 0.5rem;
}

.badge-popular,
.badge-new,
.badge-featured,
.badge-explore {
  font-size: 10px;
  font-weight: 600;
  padding: 0.125rem 0.5rem;
  border-radius: 9999px;
  user-select: none;
}

.badge-popular {
  background-color: #e0e7ff;
  color: #3730a3;
}
.badge-new {
  background-color: #fce7f3;
  color: #9d174d;
}
.badge-featured {
  background-color: #dcfce7;
  color: #166534;
}
.badge-explore {
  background-color: #e2e8f0;
  color: #475569;
}

.highlight-card,
.highlight-card-companies {
  background-color: white;
  border-radius: 0.375rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.highlight-card:hover,
.highlight-card-companies:hover {
  background-color: #f1f5f9;
  backdrop-filter: blur(3px) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
  transform: translateY(-1px);
  border-radius: 0.5rem !important;
  border-left: 3px solid #60a5fa;
}

.highlight-card-companies:hover .btn-group {
  border-top: 1px solid #252525;
}

.highlight-card {
  width: 360px;
  flex: 1 1 320px;
  max-width: 360px;
  box-shadow: 0 4px 12px rgb(0 0 0 / 9%) !important;
}

.highlight-card .image-placeholder {
  height: 100px;
  background-color: #e2e8f0;
  font-size: 10px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 0.1rem;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.highlight-card .card-body {
  padding: 0.75rem 1rem;
  min-height: 80px;
  white-space: normal;
  word-break: break-word;
}

.highlight-card .btn-group {
  border-top: 1px solid #e5e7eb;
  padding: 0.5rem 1rem;
  font-size: 12px;
  color: #475569;
  display: flex;
  justify-content: space-between;
}

.highlight-card .btn-group a {
  min-width: 30%;
  justify-content: center;
  text-align: center;
  color: #475569;
  text-decoration: none;
}
.highlight-card .btn-group a:hover {
  color: #1e293b;
  text-decoration: none;
  font-weight: 800;
  transform: scale(1.1);
}

.latest-addition {
  border-radius: 0.375rem;
}

.latest-addition .title {
  font-weight: 600;
  font-size: 12px;
  color: #000;
  margin-bottom: 0.25rem;
}

.address {
  white-space: normal !important;
  word-break: break-word;
  line-height: 1.4;
}

.latest-addition .address {
  font-size: 10px;
  color: #475569;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.latest-addition .category {
  font-size: 10px;
  color: #94a3b8;
}

.latest-addition .mb-4 {
  padding-top: 0.65rem !important;
  padding-right: 0.65rem !important;
  padding-left: 0.65rem !important;
  padding-bottom: 0.1px !important;
  margin-bottom: 0.5rem !important;
}

.highlight-card-companies {
  width: 260px;
  flex: 1 1 260px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.highlight-card-companies .image-placeholder {
  height: 140px;
  background-color: #e2e8f0;
  font-size: 9px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 0.1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.highlight-card-companies .card-body {
  padding: 0.5rem 0.75rem;
  flex-grow: 1;
}

.highlight-card-companies .card-body p {
  white-space: normal;
  word-break: break-word;
  font-size: 12px;
  margin-bottom: 0.5rem;
}

.highlight-card-companies .btn-group {
  border-top: 1px solid #e5e7eb;
  padding: 0.5rem 0.75rem;
  font-size: 9px;
  color: #475569;
  display: flex;
  justify-content: space-between;
  gap: 0.4rem;
  flex-wrap: wrap;
}

.highlight-card-companies .btn-group a {
  color: #475569;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 11px;
}

.highlight-card-companies .btn-group a i {
  font-size: 12px;
}

.highlight-card-companies .btn-group a:hover {
  text-decoration: none;
  font-weight: 800;
  transform: scale(1.1);
  color: #1e293b;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 0.75rem;
}

.scrollable-category-list {
  max-height: 1200px;
  overflow-y: auto;
  padding-right: 8px;
}
.scrollable-category-list::-webkit-scrollbar {
  width: 6px;
}
.scrollable-category-list::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 10px;
}

.category-card-fixed {
  padding: 1.2rem !important;
  background-color: #f9fcff;
  border: 1px solid #d3deea;
  border-radius: 0.375rem;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  color: #475569;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  text-decoration: none !important;
  transition: background-color 0.2s ease;
}

.category-link {
  color: inherit;
  text-decoration: none;
  display: block;
  width: 100%;
}

a.hover-outline {
  transition: all 0.2s ease-in-out;
  border: 1px solid #d3deea !important;
  background-color: #f1f5f9 !important;
}

a.hover-outline:hover {
  background-color: #f1f5f9 !important;
  backdrop-filter: blur(3px) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
  transform: translateY(-1px) !important;
  border-radius: 0.5rem !important;
  border-left: 1.5px solid #60a5fa !important;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  padding: 0.75rem 1.25rem;
  background-color: #2a292700;
  width: 360px;
  height: 54px;
  position: relative;
  margin: 2rem auto 0 auto;
  border-radius: 6px;
  border: 1px solid #ffffff00;
}

.pagination .page-item .page-link {
  color: #585c5e;
  background-color: #ffffff;
  border: 1px solid #ededed;
  box-shadow: 0 0 0 1px rgba(228, 228, 228, 0.3);
  border-radius: 3px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
}

.pagination .page-item.active .page-link {
  background-color: #08519e;
  border-color: #103855;
  color: #cfcfcf;
}

.pagination .page-item.disabled .page-link {
  color: #6c757d;
  background-color: #2a2a2a;
  border-color: #444;
}

.pagination .page-link:hover,
.pagination .page-link:focus {
  background-color: #86a6cf;
  color: #34363c;
  outline: none;
  box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.3);
  border-color: #bfdbfe;
}

.badge-category {
  background-color: #b3b3b3;
  color: #000000;
  padding: 2px 5px;
  font-size: 8px;
  font-weight: 800;
  border-radius: 12px;
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 80%;
  display: inline-block;
}

.fw-bold {
  font-weight: 800 !important;
  font-size: 14px;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active,
.btn:focus,
.btn:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
}

.btn-dark {
  border: 1px solid #c9ced3 !important;
  border-radius: 0.375rem !important;
  background-color: #325f92 !important;
  color: #ffffff !important;
  transition: all 0.2s ease-in-out;
  padding: 0.5rem;
}

.btn-dark:hover {
  background-color: #78abdf29 !important;
  backdrop-filter: blur(3px) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
  transform: translateY(-1px) !important;
  border-radius: 0.5rem !important;
  border-left: 3px solid #60a5fa !important;
  color: #475569 !important;
}


.btn-outline-dark {
  border: 1px solid #c9ced3 !important;
  border-radius: 0.375rem !important;
  background-color: #f9fcff !important;
  color: #475569 !important;
  transition: all 0.2s ease-in-out;
}

.btn-outline-dark:hover {
  background-color: #f1f5f9 !important;
  backdrop-filter: blur(3px) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
  transform: translateY(-1px) !important;
  border-radius: 0.5rem !important;
  border-left: 3px solid #60a5fa !important;
}

.section-heading {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 14px;
  color: #475569;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 0.5rem;
  overflow-wrap: break-word;
  word-break: break-word;
  min-width: 0;
}

.info-item {
  background: #fff;
  border-radius: 0.375rem;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.section-heading {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 14px;
  color: #475569;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.section-separator {
  border-top: 1px solid #e2e8f0;
  margin: 1.5rem 0;
}

.opening-hours-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.opening-hours-list li {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #e2e8f0;
  display: flex;
  justify-content: space-between;
}
.opening-hours-list li:last-child {
  border-bottom: none;
}
.opening-hours-list li:hover {
  background: #f9fafb;
}

.opening-hours-list li {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.opening-hours-list li:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.description-link {
  color: #325f92;
  text-decoration: underline;
  transition: color .2s;
}
.description-link:hover {
  color: #1e293b;
}

.badge-category-detail {
  background-color: #325f92;
  color: #fff;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: inline-block;
}

.rating-badge {
  background-color: #dee5fb;
  color: #475569;
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  border-color: transparent !important;
}