* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
}

ul {
  list-style-type: none;
}

/* Shell styles */
.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

.main-nav .nav-item p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.shell-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.shell-hero {
  background: linear-gradient(#0000008c, #0000008c),
    url(../../HotelFiles/11871/h-hero.jpg) no-repeat center center;
  background-size: cover;
  height: 66vh;
  z-index: 0;
}

.shell-hero {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-align: center;
  padding-inline: 1rem;
}

.shell-hero h1 {
  font-size: 1.7rem;
  letter-spacing: 1px;
}

.shell-hero h2 {
  font-size: 4.5rem;
  line-height: 4rem;
  font-family: "Playfair Display", serif;
}

.mobile-buttons,
.phone-mobile {
  display: none;
}


/* Main Navigation */
.main-nav {
  width: 100%;
}

.main-nav .navigation {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
  padding: 1rem 0;
}

.main-nav,
.lang-link a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.lang-link {
  margin-top: -10px;
}

.nav-item {
  position: relative;
}

.dropdown {
  display: none;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateZ(0);
  z-index: 1;
  width: 300px;
  max-width: 500px;
  padding: 1rem 2rem 2rem 2rem;
  background: #fff;
  border-top: 3px solid #cfa937;
  top: 50px;
  left: -30px;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.3);
}

.dropdown.open {
  display: block;
}

.nav-item.open {
  color: #cfa937;
}

.nav-item.open i {
  transform: rotate(180deg);
}

.dropdown li:not(.learn-more) {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.5rem;
  border-bottom: 1px solid #cbcdcf;
  padding: 20px 0;
}

.dropdown li a {
  display: block;
  width: 100%;;
}

.dropdown li a:not(.learn-more a) {
  color: #3b3b3c !important;
  transition: opacity ease 0.3s;
}

.dropdown li a:not(.learn-more a):hover {
  opacity: 0.4;
}

.learn-more {
  padding-top: 5px;
}

.learn-more a {
  color: #cfa937 !important;
  font-family: "Playfair Display", serif;
  text-transform: none;
  font-weight: 700;
  letter-spacing: 0.5px;
  position: relative;
  transition: color ease 0.3s;
}

.learn-more a:hover {
  color: #967924 !important;
}

.learn-more a:hover::after {
  opacity: 1;
}

.learn-more a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #cfa937;
  bottom: -10px;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}

.dropdown.open {
  z-index: 1050;
  opacity: 1;
  height: auto;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
}

.dropdown a {
  color: #000;
  text-decoration: none;
}

.shell-main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  height: 117px;
  padding: 5vw 0 0 0;
}

.shell-logo img {
  width: 160px;
  max-width: 160px;
  display: block;
  top: -20px;
  position: relative;
}

/* Shell Footer */
.shell-footer {
  background: #3b3b3c;
  color: #fff;
}

.shell-footer .pointer {
  display: block;
  margin: auto;
  background: #3b3b3c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  width: 60px;
  height: 60px;
  bottom: 30px;
}

.logo-sm {
  transform: scale(0.8) rotate(-45deg) translate(7px, 15px);
}

.icons-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 1.75rem;
  font-family: "Playfair Display", serif;
  padding-bottom: 3rem;
  border-bottom: 1px solid #9fa3a7;
}

.icons-row i {
  margin-right: 10px;
}

.shell-footer a {
  color: #9fa3a7;
  text-decoration: none;
}

.footer-contact-row a:hover {
  color: #967924;
  transition: color ease 0.3s;
}

.footer-contact-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 3rem 0;
  padding: 0.5rem 0;
  gap: 30px;
  color: #9fa3a7;
}


.footer-icon-link i {
  margin-right: 10px;
}

/* Custom BE styles*/
.shell-be {
  padding: 10rem 0;
  background-color: #e9ecef;
}

/* Booking Engine custom styles */
#cancelReservation {
  font-size: 12px;
}

.ui-datepicker-header,
.summary .summaryHeader {
  background: #3b3b3c;
}

.reserveRoom {
  background: #ffff0000;
  color: #967924;
  border: 1px solid #967924;
  font-weight: 500;
}

.reserveRoom:hover,
.reserveRoom:focus {
  background: #967924;
  color: #fff;
}

.roomName {
  background: #181818;
}

.done .step-number,
.done .step-number:before {
  background: #967924;
}

.roomName h4 {
  color: #fff;
}

.on,
.roomName:hover,
.roomName:focus {
  background: #535353;

}

/*subheaders*/
.roomdescBody h4,
.roomPolicy h4,
h4.contentheader {
  color: #333333;
}

/* Responsive Styles */
@media only screen and (max-width: 1240px) {
  .shell-logo img {
    width: 120px;
    max-width: 120px;
  }

  .shell-main-header {
    gap: 30px;
  }
  .main-nav .navigation {
    justify-content: flex-start;
  }

  .dropdown {
    left: -100px;
    width: 250px;
    max-width: 250px;
  }

  .dropdown li:not(.learn-more) {
    font-size: 1.15rem;
    padding: 10px 0;
  }
  
}

@media only screen and (max-width: 950px) {
  .shell-main-header {
    position: relative;
    box-shadow: none;
    margin: 0;
    padding: 0;
  }

  .shell-header {
    padding: 1.5rem;
  }

  .shell-hero {
    height: 35vh;
    padding-top: 10vw;
  }

  .shell-header img {
    width: 220px;
  }

  .shell-be {
    padding: 4rem 0 8rem 0;
  }

  #mainStage {
    margin-top: 35px;
  }

  #header {
    z-index: 999;
  }

  #guest-login {
    position: relative;
    width: 100px;
    margin-bottom: 20px;
    z-index: 1000;
  }

  .shell-hero h1 {
    font-size: 1.3rem;
    letter-spacing: 1px;
    line-height: 0rem;
    margin: 0;
  }

  .shell-hero h2 {
    font-size: 3rem;
    line-height: 3rem;
  }

  .mobile-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding-right: 1rem;
  }

  .menu-toggle-btn {
    padding: 0.5rem 1rem;
    font-size: 1.75rem;
    border-radius: 0.25rem;
    background: transparent;
    color: #9fa3a7;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
  }

  .menu-toggle-btn:focus {
    outline-color: #cfa937 !important;
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
  }

  .mobile-buttons a {
    color: #9fa3a7;
    text-decoration: none;
    font-size: 1.6rem;
  }

  .shell-header {
    background: #3b3b3c;
    /* height: 60px; */
    padding: 1rem 0;
  }

  .shell-header .container {
    padding: 0;
  }

  .shell-main-header {
    height: auto;
  }

  .shell-logo {
    padding-left: 1rem;
  }

  .shell-logo img {
    top: 0;
  }

  .phone-mobile {
    display: block;
    padding: 15px 10px;
    width: 100%;
    background: #cbcdcf;
  }

  .phone-mobile a {
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .top-header,
  .lang-link,
  .main-nav,
  .footer-row-three .inner-row-one {
    display: none;
  }

  .main-nav.open {
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 1030;
    padding: 1rem 0 0 0;
    max-width: 100%;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3);
  }

  .main-nav .navigation {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .navigation .nav-item {
    width: 100%;
    color: #000;
    font-size: 1.5rem;
  }

  .navigation .nav-item p {
    padding: 0.8rem 1rem;
    margin-bottom: 0;
  }

  .shell-logo img {
    width: 73px;
  }

  .dropdown {
    display: none;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: none;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    padding: 1rem 2rem;
    background: #fff;
    border-top: none;
    top: 0;
    left: 0;
    box-shadow: none !important;
  }

  .dropdown li:not(.learn-more) {
    text-transform: initial;
    line-height: initial;
    border-bottom: none;
    padding: 10px 0;
    font-size: 1.4rem;
  }

  .dropdown li a:not(.learn-more a) {
    color: #3b3b3c !important;
    transition: opacity ease 0.3s;
  }


  .dropdown li a:not(.learn-more a):hover {
    opacity: 0.4;
  }

  .learn-more {
    display: none;
  }

  .icons-row,
  .footer-row-three .inner-row-two,
  .footer-contact-row {
    flex-direction: column;
  }

  .icons-row,
  .footer-row-three .inner-row-two {
    flex-direction: column;
    gap: 20px;
  }

  .icons-row {
    padding-bottom: 2rem;
  }

  .footer-row-three .navigation li {
    margin-right: 20px;
  }

  .footer-row-three {
    padding: 15px 0;
  }

  .footer-contact-row {
    margin: 1rem 0;
    gap: 5px;
  }

  .footer-social-media {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}
