#app{
    position: relative;
    height: 100vh;
    /* width: 150vh; */
    border: 0; 
    overflow: hidden;
}
/* * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    scroll-behavior: smooth;
    
} */

.CornerFlats{
    opacity: 0.5;
}

/* style.css */




.raleway-font {
    font-family: "Raleway", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
  }
  
  /* Global Styles */
  * {
    margin: 0;
    box-sizing: border-box;
    user-select: none;
  }
  
  body {
    font-family: Arial, sans-serif;
    background: #eee;
    font-size: 12px;
    text-align: center; 
    cursor: default;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  /* Option Container (Side Panel) */
  .option-container {
    position: absolute;
    top: 50%;
    left: -150px;
    transform: translate(0, -50%);
    width: 95px; /* Updated width */
    border: 2px solid #5c023e;
    background-color: rgba(207, 207, 207, 0.8);
    z-index: 1111111111;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    transition: left 0.5s ease; /* Smooth slide animation */
  }
  
  .option-container.active {
    left: 1%; /* Adjust as needed to position the panel when visible */
  }
  
  /* Wrapper */
  .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .logo {
    padding: 10px 0;
  }
  
  .logo img {
    width: 58px; /* Adjusted to fit within 100px panel */
    height: 17px; /* Adjusted accordingly */
  }
  
  .options-list {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  
  .option {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0; /* Reduced padding to fit content */
    width: 100%;
  }
  
  .option:last-of-type {
    border-bottom: none;
  }
  
  .option img {
    width: 50px; /* Adjusted icon size */
    height: auto;
    margin-bottom: 5px;
  }
  
  .option p {
    margin: 0;
    font-size: 10px; /* Smaller font size to fit */
  }
  
  /* Side Button */
  
  .side-btn {
    position: absolute;
    top: 50%;
    left: 0; /* Align to the left edge */
    transform: translate(0, -50%);
    z-index: 10;
    cursor: pointer;
    width: 50px;
    height: 90px;
    background-image: url("../Images/right-arrow.png");
    background-repeat: no-repeat;
    background-position: left ;
    background-size: contain;
    transition: left 0.5s ease, transform 0.5s ease;
  }
  
  /* Move Side Button When Panel is Active */
  .option-container.active ~ .side-btn {
    left: calc(1% + 100px); /* Adjusted based on new panel width */
  }
  
  /* Rotate the Side Button When Panel is Open */
  .side-btn.open {
    transform: translate(0, -50%); /* Rotate 180 degrees */
  }
  
  #CornerFlats.corner{
    align-items: center;
    justify-content: center;
    padding: 5px 0; /* Reduced padding to fit content */
    font-family: "Raleway", serif;
    font-optical-sizing: auto;
    font-weight: 750;
    font-style: normal;
    background-color: transparent;
    border: 0;
    border-radius: 5px;
    color:#380126;
    cursor: pointer;
  }
  
  #WestFlats.West{
    align-items: center;
    justify-content: center;
    padding: 5px 0; /* Reduced padding to fit content */
    font-family: "Raleway", serif;
    font-optical-sizing: auto;
    font-weight: 750;
    font-style: normal;
    background-color: transparent;
    border: 0;
    border-radius: 5px;
    color:#380126;
    cursor: pointer;
  }
  #EastFlats.East{
    align-items: center;
    justify-content: center;
    padding: 5px 0; /* Reduced padding to fit content */
    font-family: "Raleway", serif;
    font-optical-sizing: auto;
    font-weight: 750;
    font-style: normal;
    background-color: transparent;
    border: 0;
    border-radius: 5px;
    color:#380126;
    cursor: pointer;
  }
  #FloorPlan.floor{
    align-items: center;
    justify-content: center;
    padding: 5px 0; /* Reduced padding to fit content */
    font-family: "Raleway", serif;
    font-optical-sizing: auto;
    font-weight: 750;
    font-style: normal;
    background-color: transparent;
    border: 0;
    border-radius: 5px;
    color:#380126;
    cursor: pointer;
  }
  #Avail.Availability{
    align-items: center;
    justify-content: center;
    padding: 5px 0; /* Reduced padding to fit content */
    font-family: "Raleway", serif;
    font-optical-sizing: auto;
    font-weight: 750;
    font-style: normal;
    background-color: transparent;
    border: 0;
    border-radius: 5px;
    color:#380126;
    cursor: pointer;
  }
  
  
  
  
  