.attribution {
  font-size: 0.6875rem;
  text-align: center;
}
.attribution a {
  color: hsl(228, 45%, 44%);
}
.your-container-class {
  background-color: #faf6f0 !important;
}
/* Sidebar Container */
.sidebar {
  min-width: 280px;
  height: 100vh;
  background-color: #faf6f0; 
  border-right: 1px solid #eae5dc;
  padding: 20px 24px;
  box-sizing: border-box;

  /* Flexbox settings to push content apart */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

    
}
@media (min-width: 751px){
    .sidebar{
        float: left;
    }
}

/* Top Navigation Links */
.sidebar-nav {
  display: flex;
  flex-direction: column;
  gap: 24px; 
}

.nav-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.for-logo-navMenu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.nav-btn * {
  align-self: flex-start;
}

.nav-item {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  color: #5a4a42; 
  font-size: 16px;
  font-weight: 500;
  transition: opacity 0.2s;
}

.nav-item:hover {
  opacity: 0.7;
}

/* Bottom Container styling */
.sidebar-bottom {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Weather Card Widget */
.weather-card {
  background: linear-gradient(
    135deg,
    #f9d976 0%,
    #e9b646 100%
  ); /* Yellow gradient */
  border-radius: 16px;
  padding: 16px;
  position: relative;
  overflow: hidden;
  box-shadow: 0;
  color: #5a4a42;
  margin-bottom: 10px;
}

.weather-location {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0 0 4px 0;
  opacity: 0.8;
}

.weather-temp {
  font-size: 36px;
  font-family: "Georgia", serif; 
  margin: 0 0 8px 0;
  font-weight: normal;
}

.weather-desc {
  font-size: 13px;
  margin: 0;
  opacity: 0.9;
}

/* Decorative Sun element on the card */
.weather-sun {
  position: absolute;
  width: 80px;
  height: 80px;
  background: radial-gradient(circle, #ffe89e 0%, #e9b646 80%);
  border-radius: 50%;
  top: -10px;
  right: -10px;
  opacity: 0.8;
}

/* Fine divider line */
.divider {
  border: none;
  border-top: 1px solid #b6ad9f;
  margin-bottom: 10px;
}

/* Footer Section */
.sidebar-footer {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.meta-line {
  font-size: 11px;
  color: #8c7e74;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 1.4;
  margin: 0;
}
.badge {
  background-color: #a34823; 
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  font-family: sans-serif;

  
  width: 18px;
  height: 18px;
  border-radius: 50%;

 
  display: flex;
  align-items: center;
  justify-content: center;
}

/* this below code for main content area */

.booking-font-confirm {
  font-family: "Georgia", serif;
 
  font-size: 12px;
  
  color: #5a4a42; 
  margin-top: 20px;
  margin-bottom: -5px;
}
.booking-font {
    display: flex;
  font-family: "Georgia", serif;
  font-style: bold;
  font-size: 30px;
  gap: 5px;
   flex-shrink: 0;
  color: #5a4a42; 
}
.Lname {
  color: #9b1402; 
  font-style: italic;
}
.main-content {
  display: grid;
  grid-template-columns: 1fr 1fr; 
    
  padding: 0 10px 10px 10px;
   flex-shrink: 0;
}

.btn-light {
  background: #fbfaf8;
  border: 1px solid #e5ddd5;
  color: #3a312a;
}

.btn-dark {
  background: #3d2f23;
  color: #fff;
}
.btn {
    
 white-space: nowrap; 
  
  
  border-radius: 9999px; 
  padding: 10px 24px;
  
 
  flex-shrink: 0;
}

.btn-add-print {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 8px;
  padding-right: 30px;
}
.separator-hr {
  grid-column: span 2;
  margin-top: -10px;
}
body{
  background-color: #faf6f0; 
}
/* main body content styling */
.container-main-body {
  display: grid;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 60%;
}

/* Receipt */

.receipt {
    display: flex;
    justify-content: space-between;
  
}
.yourStray-word{
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: -10px;
}

.set-font{
  font-family: "Georgia", serif;
  font-size: 11px;
  color: #8c7e74;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  line-height: 1.4;
  margin: 0;
}

.check-in-out{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.dates{
  text-align: center;
 
}
.item-list *{
  display: flex;
  justify-content: space-between;
  
  font-size: 15px;
}

.receipt-footer *{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: -2px;
}



.dates h2 {
 font-size: 36px;
  font-family: "Georgia", serif; 
  margin: 0 0 8px 0;
  font-weight: bold;
}

.price,
.total {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 18px 0;
  
}
.total-amount-text{
  padding-bottom: 10px;
  font-size: 18px;
  font-family: "Georgia", serif;
  font-weight: bold;
}

hr {
  border: none;
  border-top: 2px solid #ddd;
}

.card-content{
  display: flex;
  flex-direction: column;
}
.welcome-text{
  display: flex;
  justify-content: space-between;
  font-family: "Georgia", serif;
  font-size: 11px;
}
.dotted-hr{
  border: none;
  border-top: 5px dotted  #b6ad9f;
  margin-top: -10px;
}
.note{
  font-size: 14px;
}
.host-name{
  font-family: "Georgia", serif;
  font-size: 50px;
  font-weight: bold;
}

.message{
  font-size: 16px;
}
.sidebar {
  width: clamp(220px, 20vw, 280px);
}
.room{
  padding-top: 40px;
  margin-bottom: -3px;
  font-size: 11px;
}
.room-name{
font-size: 15px;
}

/*deck-container */

.deck-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap-reverse;
  align-items: center;
  justify-content: center;
  padding: 30px 30px 0 30px;
  background-color: #fcf9f5; 
}

.deck-container {
  position: relative;
  width: 740px;      
  height: 420px;     
  margin-bottom: 20px;
}


.card {
  position: absolute;
  width: 340px;
  height: 100%;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  
  
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transform-origin: bottom center;
}


.card-receipt {
  background-color: #ffffff;
  color: #1a1a1a;
  left: 40px;
  z-index: 1;
 
  transform: rotate(-4deg) translateY(10px); 
}


.card-welcome {
  background: linear-gradient(135deg, #c85a32, #a13d1b); /* Orange-brown gradient */
  color: #ffffff;
  right: 40px;
  z-index: 2; 
  transform: rotate(2deg);
}

/* --- HOVER EFFECT (FAN OUT ANIMATION) --- */


.deck-container:hover .card-receipt {
  
  transform: rotate(-12deg) translateX(-50px) translateY(0px);
}

.deck-container:hover .card-welcome {
  
  transform: rotate(8deg) translateX(50px) translateY(-5px);
}


.hint {
  font-family: sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  color: #c85a32;
  text-transform: uppercase;
  margin-top: 16px;
}

@media (max-width: 750px) {
  /* Mobile styles */
  .sidebar {
    width: 100%;
    height: auto;
    background-color: #faf6f0; /* Soft warm cream background */
    border: 0 !important;
    padding: 20px 24px;
    box-sizing: border-box;

    
    display: block;
    flex-direction: column;
    justify-content: space-between;
    font-family:
      -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  }
  .main-content{
    display: flex;
    flex-direction: column;
    background-color: #faf6f0;
  }
  .btn-add-print{
    display: grid;
    grid-template-columns: 1fr 1fr;
  
    
  }
  .deck-wrapper {
    display: flex !important;
    
    width: 100% !important;
    padding: 20px 15px !important;
    box-sizing: border-box !important;
    
  }

  
  .deck-container {
    display: block !important; 
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important; 
    position: relative !important;
    margin: 0 auto !important;
  }

  /* 3. THE RESET: Force cards out of absolute layers into a clean vertical stack */
  .card {
    position: relative !important; 
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    
    transform: none !important;   
    
    width: 100% !important;
    max-width: 350px !important;    
    height: auto !important;        
    margin: 0 auto 25px auto !important; 
    box-sizing: border-box !important;
  }
  footer, .main-footer {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
  }

  /* Force whatever container holds those 3 blocks to collapse vertically */
  .main-footer > div, 
  .main-footer-container { 
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
  }

  /* Give the 3 individual small cards a clean mobile width so they don't stretch too wide */
  .main-footer .card, 
  .main-footer > div > div {
    width: 100% !important;
    max-width: 350px !important;
    margin-bottom: 20px !important;
  }
}

/* main-footer css code below*/
.main-footer{
  display: flex;
  flex-direction: row;
  padding: 15px 0 0 25px;
   background-color: #faf6f0;
}
.main-footer-content{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.main-footercard{
  position: relative;
 
  padding: 10px;
  height: 220px;
  width: 230px;
  border-radius: 10px;
  
  background-color: white;
}

.mini-background{
  display: inline-flex;
  justify-content: center;
  align-items: center;

  height: 40px;
  width: 40px;
  
  border-radius: 7px;
  
}
.color-red{
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
}
.red{
background-color: rgb(165, 19, 19);
}
.pink{
  background-color: rgb(230, 60, 88);

  
}
.color-pink{
color: rgb(230, 60, 88);
font-weight: bold;
font-family: 'Times New Roman', Times, serif;
}
.blue{
  background-color: rgb(48, 48, 236);
}
.color-blue{
color: rgb(48, 48, 236);
font-weight: bold;
font-family: 'Times New Roman', Times, serif;
}

.mini-card-top{
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #9b1402;
  letter-spacing: 2px;
}

.key-img{
 height: 30px;
 width: 30px;
}

.mini-card-setfont-checkin{
  font-size: 15px;
  font-weight: bold;
   font-family: sans-serif;
  font-style: italic;
}
.mini-card-setfont-date{
  font-size: 12px;
  font-weight: lighter;
  color: gray;
}
.mini-card-setfont-details{
  font-size: 12px;
  font-family: sans-serif;
}



  .network, .wifi-pass {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; 
  width: 210px;
  height: 30px;
  background-color: rgb(223, 217, 217);
  border-radius: 15px;
  padding: 0 10px; 
  box-sizing: border-box; 
}

.network {
  margin-top: -10px;
  margin-bottom: 10px;
}

.net-pass {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: gray;
  letter-spacing: 1px;
  width: 100px; 
  text-transform: uppercase;
  margin: 0; 
}

.name-pass {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  width: 97px;
  margin: 0;
}

.copy-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px; 
  width: 50px;
  border-radius: 10px;
  background-color: whitesmoke;
  border: none;
  font-size: 11px;
  cursor: pointer;
}