.navbar-brand img {
  width: 192px;
  height: 80px;
}
@media (max-width: 767.98px) {
  .navbar-brand img {
    width: 122px;
    height: 50px;
  }
}

.dropdown-language .dropdown-menu {
  --fn-dropdown-min-width: 9rem;
  --fn-dropdown-spacer: .5rem;
}

.dropdown-theme-switcher {
  display: none;
}

.flag-icon-en {
  background-image: url("https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/4.1.5/flags/4x3/gb.svg");
}

#home-bg .home-bg-width {
  width: 2300px;
}
#home-bg .bg-1 {
  top: 0;
  left: 100px;
  width: 700px;
}
#home-bg .bg-2 {
  bottom: 50px;
  right: 300px;
  width: 500px;
}
#home-bg #bubble-1 {
  width: 60px;
  height: 60px;
  margin-top: 60px;
  right: -30px;
}
#home-bg #bubble-2 {
  right: 40px;
  width: 25px;
  height: 25px;
  margin-top: 25px;
}
#home-bg #bubble-3 {
  left: 85px;
  width: 60px;
  height: 60px;
}
#home-bg #bubble-4 {
  left: 40px;
  width: 25px;
  height: 25px;
  margin-top: 25px;
}

.bubble {
  position: absolute;
  border-radius: 50%;
  top: var(--b-top);
  right: var(--b-right);
  width: var(--b-size, 80px);
  height: var(--b-size, 80px);
}

.category-box {
  width: 150px;
}
.category-box .icon {
  width: 90px;
  height: 90px;
}
.category-box .material-icons, .category-box .material-symbols-outlined {
  font-size: 48px;
  backface-visibility: hidden;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .category-box {
    width: 120px;
  }
}

@media (max-width: 767.98px) {
  .category-wrapper {
    overflow-x: auto;
  }
}

#search-form .form-check {
  padding-left: 1.65em;
}
#search-form .form-check .form-check-input {
  margin-left: -1.65em;
}
#search-form .form-check-label {
  color: var(--fn-tertiary-color);
  font-size: 1rem;
}
#search-form .form-check-inline {
  margin-right: 0.5rem;
}
#search-form .form-check-input {
  width: 1.25em;
  height: 1.25em;
  margin-top: 0.125em;
}
#search-form .form-check-input:checked {
  background-color: #fff;
  border-color: #cad0d9;
  background-size: 120%;
}
#search-form #locationSuggestions {
  border: 1px solid #e0e0e0;
  max-height: 300px;
  overflow-y: auto;
  z-index: 1000;
}
#search-form #locationInput {
  padding-right: 0.5em;
}
#search-form #categorySelect {
  max-width: 200px;
}

.location-item {
  cursor: pointer;
  transition: background-color 0.2s;
  border-bottom: 1px solid #f0f0f0;
}
.location-item:last-child {
  border-bottom: none;
}
.location-item:hover {
  background-color: #f8f9fa;
}

.tip-wrapper {
  padding-right: 350px;
}
@media (max-width: 1199.98px) {
  .tip-wrapper {
    padding-right: 0;
  }
}

.tip-grid {
  display: grid;
  grid-template-columns: auto auto;
  gap: 1.25rem;
}
@media (max-width: 767.98px) {
  .tip-grid {
    display: flex;
    flex-direction: column;
  }
}

.tip-background {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 350px;
  margin-right: 30px;
}

/*# sourceMappingURL=bbpuglia.css.map */
