.logo {
  transform: rotate(-5deg);
  background: white;
  display: inline-block;
  padding: 10px 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.nav-link {
  font-weight: bold;
  text-transform: uppercase;
}
.tour-img {
  width: 100%;
  height: auto;
}
.footer a {
  color: #6c9a00;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}

/* Enforce 4:3 aspect ratio for images */
.gallery-cell img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3; /* This maintains the 4:3 aspect ratio */
  object-fit: cover; /* Ensures the images cover the frame */
  border-radius: 0.25rem; /* Keeps the rounded look */
}

.form-control:focus {
  outline: none;
  box-shadow: none;
}

.facebook-icon i {
  color: #1877f2; /* Facebook Blue */
}

.whatsapp-icon i {
  color: #25d366; /* WhatsApp Brand Color */
}

.instagram-icon i {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Add to your main CSS file */
.sidebar {
  min-height: 100%;
  height: 100%;
}

.img-brand {
    height: 2.75rem;
}