@media (min-width: 850px) {
  #booking-form {
    width: 800px;
  }

  .one {
    display: none;
  }
}

.hide {
  visibility: hidden;
}

#intro-example {
  height: 400px;
}

/* Height for devices larger than 992px */
@media (min-width: 992px) {
  #intro-example {
    height: 600px;
  }
}

html,
body {
  font-family: "Siri", sans-serif, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #333333;
  font-size: 15px !important;
  color-scheme: light !important;
  background-color: white !important;
  color: #333333 !important;
}

body {
  font-size: 15px !important;
  font-weight: 400;
  line-height: 1.42857;
  margin: 0;
  overflow-x: hidden;
}
* {
  color-scheme: light !important;
}

@media only screen and (min-width: 300px) {
  .bg-image {
    background-image: url("https://www.flyroyalbrunei.com/brunei/wp-content/uploads/sites/96/2023/04/brunei-diversity.jpg");
    height: 450px;
    /*background-size: 100vw;*/
    background-repeat: no-repeat;
  }
}

.btn-primary {
  background: #ffe600 !important;
  color: #412d12 !important;
  border-color: #ffe600 !important;
}

.inner {
  overflow: hidden;
}
.inner img {
  transition: all 1.5s ease;
  cursor: pointer;
}
.inner:hover img {
  transform: scale(1.5);
}

.readmore {
  position: relative;
  height: 120px;
  overflow: hidden;
  padding: 10px;
  margin-bottom: 20px;

  transition: max-height 0.15s ease-out;
}

.readmore-link {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 60px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding-top: 40px;
  background-image: linear-gradient(to bottom, transparent, white);
  cursor: pointer;
}

.readmore-link:after {
  content: "Read more";
}

.card-body h6 {
  height: 30px;
}

#footer {
  background-color: #f2f0ec;
}

#footer a {
  color: #716250 !important;
  font-weight: 500;
  font-size: 15px;
}

#footer ul li {
  margin-bottom: 10px;
  list-style: none;
}

.footer-bold-menu {
  color: #323232 !important;
  text-transform: none;
  font-size: 19px;
  font-weight: 700;
}

.mini-banner {
  width: 280px;
  height: 400px;
  position: relative;
  background-color: black;
  background-size: auto 100%;
  overflow: hidden;
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  margin-right: 16px;
  display: flex;
  margin-bottom: 16px;
}

.mini-banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to top, black, transparent);
}

.mini-banner .content {
  margin-top: auto;
  bottom: 20px;
  color: rgb(221, 216, 216);
  z-index: 4;
  text-align: center;
  position: relative;
  text-shadow: 2px 2px #050505;
  width: 100%;
}

.mini-banner .content h1 {
  margin: 10px 0;
  font-size: 17px;
  font-weight: 400;
}

.mini-banner .content p {
  font-size: 18px;
}

.mini-banner .content a {
  color: #ffe600;
  text-decoration: none;
  font-size: 16px;
}

.mini-banner .content a:hover {
  text-decoration: underline;
}

#top-search-form {
  display: block !important;
}

@media (max-width: 480px) {
  .search-input {
    padding: 10px 14px;
    font-size: 18px !important;
    text-align: center !important;
  }
  #top-search-form {
    margin: auto !important;
  }
  .header-search-input {
    font-size: 16px !important;
  }
  .album {
    padding-top: 0 !important;
  }
}

/* Mobile-friendly improvements */
@media (max-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .album.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .card {
    margin-bottom: 1rem;
  }

  .card-body {
    padding: 1rem;
  }

  .btn {
    padding: 0.75rem 1rem;
    font-size: 1rem;
  }

  .btn-lg {
    padding: 1rem 1.5rem;
    font-size: 1.1rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  .breadcrumb {
    font-size: 0.9rem;
    padding: 0.5rem 0;
  }

  .content-description {
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .content {
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .alert {
    font-size: 0.9rem;
    padding: 0.75rem;
  }
}

@media (max-width: 480px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .card-body {
    padding: 0.75rem;
  }

  .btn-lg {
    padding: 0.875rem 1.25rem;
    font-size: 1rem;
  }

  h3 {
    font-size: 1.3rem;
  }

  .h5 {
    font-size: 1.1rem;
  }

  .breadcrumb {
    font-size: 0.85rem;
  }

  /* Improve touch targets for mobile */
  .btn {
    min-height: 44px;
  }

  .form-select {
    min-height: 44px;
  }

  /* Better spacing for small screens */
  .mb-3 {
    margin-bottom: 1rem !important;
  }
}

/* Ensure images don't overflow on any screen size */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* Improve card spacing on mobile */
@media (max-width: 767px) {
  .card + .card {
    margin-top: 1rem;
  }
}
