.company-name.company-logo-and-name{
  color: #F0D6BD !important;
  display: none !important;
  }

#main-buttons {
  position: relative !important; /* Added to establish a new positioning context */
}

.bar {
  display: flex !important;
  justify-content: flex-end !important;
  flex-wrap: wrap !important;
  width: 100% !important;
}

.btn.map.btn-with-image.custom {
  display: none !important;
}

.btn.book.btn-with-icon.custom {
  display: inline-flex !important;
  align-items: center !important;
  position: absolute !important; 
  bottom: 0 !important; 
  right: 0 !important; 
}

.btn.book.btn-with-icon.custom a {
  display: inline-block !important;
  width: 160px !important;
  height: 42.85px !important;
  text-align: center !important;
  text-decoration: none !important;
  color: black !important;
}

@media (max-width: 767px) {
  .btn.book.btn-with-icon.custom {
    margin-top: 10px !important;
  }
}

.title-main{
  display: none !important;
}