
  .hbl-typography {
    font-family: 'Georgia', serif;
  }
  

  @media (max-width: 900px) {
    .booking-hero {
      flex-direction: column-reverse;
      text-align: center;
    }
    
    .booking-hero-logo {
      margin-top: 2rem;
      margin-bottom: 2rem;
    }
    
    .booking-hero-img {
      max-width: 100%;
      height: auto;
    }
  }
  


/* Image size for screens larger than 992px */
@media (min-width: 992px) {
  .booking-hero-img {
    width: 70%;
  }
}

@media (max-width: 768px) {
  .booking-hero {
    flex-direction: column;
    text-align: center;
  }
  
  .booking-hero .col-lg-7 {
    order: 2;
  }
  
  .booking-hero .col-lg-4 {
    order: 1;
    margin-bottom: 1rem;
  }
  
  .booking-hero-img {
    width: 60%;
    max-width: 100%;
    height: auto;
  }
}


.btn-no-border {
  border: none;
}

.nav-item button {
  margin-right: 5px;
}
.nav-tabs .nav-item .active {
  background-color:  #ab968555;
}

.nav-tabs {
  border-bottom: none;
}

footer {
  padding: 1.5rem 0;
}

footer img {
  height: 3rem;
  width: auto;
}

@media (max-width: 767px) {
  footer {
    flex-wrap: wrap;
  }

  .nav {
    width: 100%;
    margin-top: 1rem;
    justify-content: center;
  }

  .nav-item {
    margin: 0.5rem;
  }

  .col-md-4.text-center {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .nav-tabs .nav-item {
    margin-bottom: 10px;
  }
}




.navbar {
  transition: opacity 0.5s ease-in-out;
}

.icon {
  transition: transform 0.2s ease-out;
}

.icon.clicked {
  transform: translate(2px, 2px);
}
.phone-icon {
  transition: transform 0.2s ease-out;
}

.phone-icon.clicked {
  transform: translate(2px, 2px);
}
.email-icon {
  transition: transform 0.2s ease-out;
}

.email-icon.clicked {
  transform: translate(2px, 2px);
}