@charset "utf-8";
/* CSS Document */

    body {
  font-family: 'Poppins', 'Segoe UI', 'Roboto', 'Helvetica Neue', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #212529;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin-bottom: 15px;
}
a{color:#053b85; text-decoration:none;}
a:hover {color:#0080d2; text-decoration:none;}
    .navbar-custom {
      background: linear-gradient(to right, #fff, #fff); /* Best Western blue gradient */
    }

    .navbar-custom .nav-link {
      color: black;
      transition: color 0.3s;
	  font-weight: bold;
    }

    .navbar-custom .nav-link:hover,
    .navbar-custom .nav-link.active {
		background:#013878;
		padding:10px;
      color:#fff !important; /* Gold for hover and active */
      font-weight: bold;
    }

    .phone-link {
      color: black;
      font-weight: bold;
      text-decoration: none;
    }

    .phone-link:hover {
      color:#013878;
      text-decoration: underline;
    }

    .navbar-brand img {
      height:75px;
    }
	
}

    @media (min-width: 992px) {
      .center-navbar {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
		z-index:1000 !important;
      }
    }
    footer a:hover {
      color: #f1c40f !important;
    }
footer a{color:#FFF !important; text-decoration:none !important;}
    #backToTopBtn {
      position: fixed;
      bottom: 40px;
      right: 30px;
      z-index: 99;
      display: none;
    }

    #backToTopBtn:hover {
      background-color: #e0b90f;
      color: #000;
    }
	 .btn-call {
      background-color: #0d6efd; /* Bootstrap primary blue */
      color: white;
      border-radius: 50px;
      padding: 10px 20px;
      font-weight: bold;
      transition: background-color 0.3s ease;
    }

    .btn-call i {
      margin-right: 8px;
    }

    .btn-call:hover {
      background-color: #0b5ed7; /* darker blue on hover */
      color: white;
    }
	#more {display: none;}
  .reservation-box {
    background-color: #003366; /* Best Western dark blue */
    color: white;
    padding: 20px;
    border-radius: 10px;
  }

  .reservation-box label {
    color: #ffffff;
    font-weight: 500;
  }

  .reservation-box .form-control,
  .reservation-box .form-select {
    border-radius: 6px;
  }

  .reservation-box .btn-book {
    background-color: #005baa; /* Lighter blue from logo */
    color: white;
    font-weight: bold;
    border-radius: 6px;
    padding: 10px 20px;
  }

  .reservation-box .btn-book:hover {
    background-color: #003f7f;
  }
  .carousel-bg {
    height: 600px;
    background-size: cover;
    background-position: center;
    position: relative;
  }

  .carousel-caption {
    background: rgba(0, 0, 0, 0.4);
    padding: 20px;
    border-radius: 10px;
  }

  @media (max-width: 768px) {
    .carousel-bg {
      height:300px;
    }

    .carousel-caption h2 {
      font-size: 1.5rem;
    }

    .carousel-caption p {
      font-size: 1rem;
    }
  }
   
.transition-all { transition: all 0.4s ease; }
.hover\:scale-105:hover { transform: scale(1.05); }
.hover\:shadow-2xl:hover { box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.4) !important; }
  #roomScroll::-webkit-scrollbar {
    display: none;
  }

  #roomScroll {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;     /* Firefox */
  }
  /* Default, unvisited and visited footer links */
footer a,
footer a:link,
footer a:visited,
footer a.text-light,
footer .cgsl {
    color: #ffffff !important;
    text-decoration-color: #ffffff !important;
}

/* Hover, keyboard focus and selected/active link states */
footer a:hover,
footer a:focus,
footer a:focus-visible,
footer a:active,
footer a.text-light:hover,
footer a.text-light:focus,
footer a.text-light:active,
footer .cgsl:hover,
footer .cgsl:focus,
footer .cgsl:active {
    color: #ffd966 !important;
    text-decoration: underline !important;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

/* Clearly visible keyboard focus */
footer a:focus-visible {
    outline: 3px solid #ffd966 !important;
    outline-offset: 3px;
    border-radius: 2px;
}

/* Accessible selected-text contrast */
footer a::selection {
    color: #212529 !important;
    background-color: #ffd966 !important;
}

footer a::-moz-selection {
    color: #212529 !important;
    background-color: #ffd966 !important;
}

  
  