/* ===================== BASE ===================== */

html {
  background-color: #CDC9A2;
}

body {
  margin: 0;
  font-family: 'IBM Plex Serif', serif;
}

h1, h2, h3, p { 
  font-weight: normal;
  margin: 0;
  padding: 0;
}
/* ===================== TOPBAR ===================== */

.topbar {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 1rem 0;
  background: transparent;
  text-align: center;
  z-index: 1000;
  font-weight: 400;
  background-color: rgba(0, 0, 0, 0.85);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.topbar nav {
  display: flex;
  justify-content: center;
  align-items: center;
}

.topbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 2rem;
}

.topbar li {
  font-size: 1.25rem;
}

.topbar li a {
  text-decoration: none;
  color: #FEEBC9;
  transition: color 0.3s ease;
}

.topbar.scrolled li a {
  color: #fcd7a8;
}

.mobile-menu {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 1100;
  display: none;
}

.burger {
  font-size: 2rem;
  border: 1px solid grey;
  background-color: #CDC9A2;
  color: black;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  cursor: pointer;
}

.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: #CDC9A2;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  transform: translateX(-100%);
  transition: transform 0.4s ease-in-out;
  z-index: 1200;
}

.mobile-nav.open {
  transform: translateX(0);
}

.close-btn {
  background: transparent;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: black;
  margin-bottom: 2rem;
}

.mobile-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.mobile-nav a {
  color: black;
  text-decoration: none;
  font-size: 1.5rem;
}
/*===================== ROOMS HEADER ===================== */
.rooms {
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 1rem;
}

.rooms h1 {
  font-size: 3.5rem;
  margin-bottom: 0.5rem;
}

.rooms-underline {
  width: 700px;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* ===================== SHARED ROOMS ===================== */
.shared-rooms {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 2vw 2vw 5vw 2vw;
  flex-wrap: wrap;
  text-align: center;
}

.shared-img {
  max-height: 80vh;
  width: auto;
  object-fit: cover;
  flex-shrink: 1;
}

.shared-text {
  position: relative;
  max-width: 400px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
}

.arrow-wrapper {
  position: relative;
  display: inline-block;
}

.arrow {
  position: absolute;
  width: 175px;
  height: auto;
  pointer-events: none;
}

.arrow-top {
  top: 0px;
  left: 100%;
  transform: translateX(-50%);
}

.arrow-bottom {
  bottom: -60px;
  left: 0%;
  transform: translateX(-50%);
}

.shared-text h2 {
 
  font-size: 40px;
  margin-top: 3rem;
  margin-bottom: 0.5rem;
  position: relative;
}

.shared-text p {
  margin-top: 8rem;
  color: black;
}

/* ===================== SINGLE ROOM SECTION ===================== */
.single-rooms {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  padding: 5vw 2vw;
  flex-wrap: wrap;
  background-color: #FEEBC9;
}

.single-rooms .image-column {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  flex: 1;
  max-width: 600px;
}

.single-rooms .horizontal-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.single-rooms .text-column {
  flex: 1;
  max-width: 500px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.heading-with-circle {
  position: relative;
  display: inline-block;
  margin-bottom: 2rem;
}

.heading-with-circle h2 {
  position: relative;
  z-index: 2;
  font-size: 2.5rem;
  margin: 0;
  padding: 1rem 2rem;
}

.circle-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 310px;
  height: auto;
  z-index: 1;
  pointer-events: none;
}

.arrow-img {
  position: absolute;
  top: -70px;
  left: 10%;
  transform: translateX(-50%);
  width: 150px;
  height: auto;
  z-index: 0;
  pointer-events: none;
}

.single-rooms .text-column p {
  font-size: 1.25rem;
  line-height: 1.8;
  color: #000;
}
/* ===================== DOUBLE ROOM SECTION ===================== */
.double-rooms {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  padding: 5vw 2vw;
  flex-wrap: wrap;
  background-color: #CDC9A2;
}

.double-rooms .text-column {
  flex: 1;
  max-width: 500px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.heading-with-icon {
  position: relative;
  display: inline-block;
  margin-bottom: 2rem;
}

.exclamation_img {
  position: absolute;
  top: -60px;
  left: 85%;
  transform: translateX(-50%);
  width: 120px;
  height: auto;
  z-index: 1;
  pointer-events: none;
}

.double-rooms .text-column h2 {
  font-size: 2.5rem;
  margin: 0;
  position: relative;
  z-index: 2;
  padding: 1rem 2rem;
}

.double-rooms .text-column p {
  font-size: 1.25rem;
  line-height: 1.8;
  color: #000;
}

.double-rooms .image-column {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  flex: 1;
  max-width: 600px;
}

.double-rooms .horizontal-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* ===================== FOOTER ===================== */

footer {
 
  background-color: #000;
  text-align: center;
  padding: 2rem 0;
}

footer p {
 color: #CDC9A2; 
 font-family:'IBM Plex Serif', sans-serif ;
}

footer img {
height: 150px;
}
/* ===================== MOBILE STYLES @ <=768px ===================== */
@media (max-width: 1024px) {

  .mobile-menu { display: block; }  
  .topbar { display: none; }  
  
  /*==== ROOMS HEADER ====*/
.rooms-underline {
  width: 300px;
  height: auto;
  display: block;
  margin: 0 auto;
}

  /* ===== SHARED ROOMS ===== */
  .shared-rooms {
    flex-direction: column;
    padding: 5vw 2vw 5vw 2vw;
  }
  .shared-img {
    width: 50%;
    height: auto;
  }
  .shared-text {
    max-width: 100%;
    padding: 1rem 0;
  }
  .arrow-top {
 display: none;
  }
  .arrow-bottom {
 display: none;
  }
  .shared-text h2 {
    font-size: 2rem;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
  }
  .shared-text p {
    margin-top: 4rem;
    font-size: 1rem;
    line-height: 1.6;
  }

  /* ===== SINGLE ROOMS ===== */
  .single-rooms {
    flex-direction: column;
    padding: 5vw 2vw;
  }
  .single-rooms .image-column,
  .single-rooms .text-column {
    width: 100%;
    max-width: 100%;
  }
  .single-rooms .horizontal-img {
    width: 100%;
    height: auto;
  }
  .heading-with-circle {
    margin-bottom: 1rem;
  }
  .circle-img {
    width: 250px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .arrow-img {
    display: none;
  }
  .single-rooms .text-column h2 {
    font-size: 2rem;
  }
  .single-rooms .text-column p {
    font-size: 1rem;
    line-height: 1.5;
  }

  /* ===== DOUBLE ROOMS ===== */
  .double-rooms {
    flex-direction: column;
    padding: 5vw 2vw;
  }
  .double-rooms .text-column,
  .double-rooms .image-column {
    width: 100%;
    max-width: 100%;
  }
  .double-rooms .horizontal-img {
    width: 100%;
    height: auto;
  }
  .heading-with-icon {
    margin-bottom: 1rem;
  }
  .exclamation_img {
    width: 70px;
    top: -10px;
    left: 85%;
    transform: translateX(-50%);
  }
  .double-rooms .text-column h2 {
    font-size: 2rem;
  }
  .double-rooms .text-column p {
    font-size: 1rem;
    line-height: 1.5;
  }
}
/* ===== Landscape Mobile ===== */
@media screen and (max-width: 768px) and (orientation: landscape) {
  .mobile-nav {
    max-height: 100vh;
    overflow-y: auto;
  }
  .mobile-nav a {
    font-size: 1.25rem;
    padding: 0.75rem 0;
  }
}