/* Stellar Colors */

.filters .input-group-addon,
.search .input-group-addon {
  background-color: #0f3880;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #0f3880;
  border-color: #0f3880;
}

.panel-primary {
  border-color: #0f3880;
}

.btn-primary {
  background-color: #0f3880;
  border-color: #0f3880;
}

.text-primary,
a.list-group-item-info,
button.list-group-item-info,
.btn-link,
.panel-info > .panel-heading {
  color: #0f3880;
}
.main-home {
  background-color: white;
}
#content {
  background-color: #f5f8fa;
}

.badge {
  display: none;
}

/* end Stellar Colors */

/* Skin Styles */

/* header styles */



header {
  font-family: -apple-system, "system-ui", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  position: relative;
  z-index: 3;
}

header a:hover,
header a:focus,
header a:active {
  text-decoration: none;
}

header ul {
  list-style: none;
  padding: 0;
}

header * {
  margin: 0;
  box-sizing: border-box;
}

header .header-container {
  display: block;
}

/* Top Bar */

header .top-bar {
  background: #000000;
}

header .top-bar-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 6px 0 12.09px;
  display: flex;
  align-items: center;
}

header .top-bar-left {
  width: 50%;
  text-align: right;
  padding-right: 20px;
}

header .top-bar-left a {
  color: #ffffff;
  font-size: 23px;
  font-weight: 400;
  text-decoration: none;
}

header .top-bar-left a:hover {
  color: #ffffff;
}

header .top-bar-right {
  width: 50%;
  padding-left: 15px;
}

header .social-icons {
  display: flex;
  gap: 12px;
}

header .social-icons li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: rgb(255, 127, 80);
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  transition: background 0.2s;
}

header .social-icons li a:hover {
  background: rgb(33, 33, 33);
}

/* Nav Bar */

header .nav-bar {
  background: #ffffff;
  padding: 0 50px;
  position: relative;
  z-index: 100;
  border-bottom: 1px solid rgb(239, 239, 239);
}

header .nav-bar-inner {
  display: flex;
  align-items: center;
}

header .logo-col {
  width: 16.134%;
  flex-shrink: 0;
}

header .logo-col a {
  display: block;
  padding: 0;
}

header .logo-col img {
  width: 100%;
  display: block;
}

header .nav-col {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

header .nav-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

header .nav-list > li {
  position: relative;
}

header .nav-list > li > a {
  display: block;
  padding: 15px;
  font-size: 17px;
  line-height: 17px;
  font-weight: 500;
  color: rgb(0, 0, 0);
  text-decoration: none;
  transition: color 0.2s;
  white-space: nowrap;
  cursor: pointer;
}

header .nav-list > li > a:hover,
header .nav-list > li > a:focus {
  color: rgb(255, 133, 12);
}

header .nav-list > li > a .fa-caret-down {
  font-size: 14px;
  margin-left: 3px;
}

/* Dropdown Menus */

header .skin-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 220px;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 10px -2px;
  z-index: 100;
  padding: 0;
  border: none;
  border-radius: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in;
}

header .has-dropdown:hover > .skin-dropdown {
  opacity: 1;
  visibility: visible;
}

header .skin-dropdown li {
  border-bottom: 1px solid rgb(239, 239, 239);
}

header .skin-dropdown li:last-child {
  border-bottom: none;
}

header .skin-dropdown li a {
  display: block;
  padding: 12px 15px 12px 35px;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  color: rgb(0, 0, 0);
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

header .skin-dropdown li a:hover {
  background: rgb(255, 133, 12);
  color: #ffffff;
}

/* Book Now Button - hidden, not on original */

header .book-now-col {
  display: none;
}

/* Hamburger - hidden on desktop */

header .hamburger-col {
  display: none;
}

header .hamburger-btn {
  background: none;
  border: none;
  font-size: 22px;
  color: #000000;
  cursor: pointer;
  padding: 0;
  width: 34.64px;
  height: 37.89px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Mobile Menu Overlay */

header .mobile-menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}

html.skin-nav-menu-opened header .mobile-menu-overlay {
  display: block;
}

/* Mobile Menu - hidden by default */

header .mobile-menu {
  display: none;
  background: #ffffff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: -7px;
  z-index: 100;
}

html.skin-nav-menu-opened header .mobile-menu {
  display: block;
}

header .mobile-menu-inner {
  padding: 0;
}

header .mobile-nav-list {
  padding: 0;
}

header .mobile-nav-list > li {
  border-bottom: 1px solid rgb(196, 196, 196);
}

header .mobile-nav-list > li:last-child {
  border-bottom: none;
}

header .mobile-nav-list > li > a {
  display: block;
  padding: 12px 15px;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
}

header .mobile-nav-list > li > a:hover {
  color: rgb(255, 133, 12);
}

header .mobile-dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
}

header .mobile-dropdown-toggle a {
  display: block;
  padding: 12px 15px;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
  flex: 1;
  cursor: pointer;
}

header .mobile-dropdown-toggle a:hover {
  color: rgb(255, 133, 12);
}

header .mobile-arrow {
  background: none;
  border: none;
  font-size: 10px;
  line-height: 14px;
  color: #000000;
  cursor: pointer;
  padding: 10px;
  width: 31px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s;
  margin-right: 15px;
}

header .mobile-arrow.open {
  transform: rotate(180deg);
}

header .mobile-skin-dropdown {
  display: none;
  padding: 0;
  background: #ffffff;
}

header .mobile-skin-dropdown.open {
  display: block;
}

header .mobile-skin-dropdown li {
  border-bottom: 1px solid rgb(196, 196, 196);
}

header .mobile-skin-dropdown li:last-child {
  border-bottom: none;
}

header .mobile-skin-dropdown li a {
  display: block;
  padding: 12px 15px 12px 35px;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
}

header .mobile-skin-dropdown li a:hover {
  color: rgb(255, 133, 12);
}

/* Tablet - max 1024px */

@media (max-width: 1024px) {
  header .nav-col {
    display: none;
  }

  header .hamburger-col {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
  }

  header .nav-bar {
    padding: 0 50px;
  }

  header .top-bar-inner {
    max-width: none;
    padding: 6px 0 12.09px;
  }
}

/* Mobile - max 767px */

@media (max-width: 767px) {
  header .top-bar {
    padding-bottom: 10px;
  }

  header .top-bar-inner {
    flex-wrap: wrap;
    padding: 0;
  }

  header .top-bar-left {
    width: 100%;
    text-align: center;
    padding-right: 0;
    height: 38.898px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  header .top-bar-left a {
    font-size: 23px;
  }

  header .top-bar-right {
    width: 100%;
    padding-left: 15px;
    padding-right: 27px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  header .nav-bar {
    padding: 0;
  }

  header .logo-col {
    width: 65%;
  }

  header .logo-col img {
    width: 100%;
  }

  header .hamburger-col {
    width: 30%;
    flex: none;
  }
}

/* footer styles */

footer {
  font-family: -apple-system, "system-ui", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  margin: 0;
}

footer * {
  margin: 0;
  box-sizing: border-box;
}

footer a:hover,
footer a:focus,
footer a:active {
  text-decoration: none;
}

/* Main Footer Section */

footer .footer-main {
  position: relative;
  background-image: url('../img/shasta.webp');
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}

footer .footer-main::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  opacity: 0.57;
  z-index: 0;
}

footer .footer-main-container {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

footer .footer-main-columns {
  display: flex;
}

footer .footer-col-1,
footer .footer-col-2,
footer .footer-col-3 {
  width: 33.33%;
  padding: 10px;
}

/* Column 1 - Heading */

footer .footer-col-heading {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

/* Column 2 - Facebook Banner */

footer .footer-col-2 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

footer .footer-fb-banner {
  width: 155px;
  height: 240px;
  display: block;
}

/* Column 3 - Contact Info */

footer .footer-contact-text {
  color: rgb(246, 246, 246);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 14.4px;
}

footer .footer-contact-text strong {
  font-weight: 700;
}

footer .footer-contact-text a {
  color: #ffffff;
  text-decoration: none;
}

footer .footer-contact-text a:hover {
  text-decoration: none;
}

/* Bottom Bar */

footer .footer-bottom {
  background: rgb(3, 3, 34);
  padding: 30px 0;
}

footer .footer-bottom-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Social Icons */

footer .footer-social-row {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-bottom: 15px;
}

footer .footer-social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 10%;
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  transition: opacity 0.2s;
}

footer .footer-social-icon:hover {
  opacity: 0.8;
}

footer .footer-social-facebook {
  background: rgb(59, 89, 152);
}

footer .footer-social-twitter {
  background: rgb(29, 161, 242);
}

footer .footer-social-youtube {
  background: rgb(205, 32, 31);
}

footer .footer-social-instagram {
  background: rgb(38, 38, 38);
}

/* Payment Options */

footer .footer-payment-row {
  display: flex;
  justify-content: center;
}

footer .footer-payment-img {
  display: block;
  width: 346px;
  height: 20px;
  object-fit: cover;
}

/* Copyright */

footer .footer-copyright-row {
  text-align: center;
  padding-top: 8px;
}

footer .footer-copyright-text {
  font-size: 14px;
  font-weight: 500;
  color: rgb(213, 213, 213);
}

/* Storable Link */

footer .footer-storable-row {
  text-align: center;
  padding-top: 8px;
}

footer .footer-storable-row a {
  color: rgb(213, 213, 213);
  font-size: 15.4px;
  font-weight: 700;
  text-decoration: none;
}

footer .footer-storable-row a:hover {
  text-decoration: none;
}

/* Footer Mobile - max 767px */

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

  footer .footer-col-1,
  footer .footer-col-2,
  footer .footer-col-3 {
    width: 100%;
  }

  footer .footer-col-1 {
    display: none;
  }

  footer .footer-col-2 {
    justify-content: center;
    margin-bottom: 20px;
  }

  footer .footer-payment-img {
    width: 100%;
    max-width: 346px;
  }
}
