body {
    font-family: 'Montserrat', sans-serif;
    width:414px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    
}
.header i.fa.fa-arrow-left{ color: #FFAA33;}
.header {
    display: flex; 
    align-items: center; 
    justify-content: center;
    width: 300px; 
    padding: 10px; 
    z-index: 40;
   
}


.top-image{
 position: sticky;
  top: 0;
  background-color: white; 
  z-index: 50;
  height: 50px;
}
 .header .cleaning{
     font-weight:700;
     font-size:18px;
}

.header p {
    margin-left: 10px; 
/* Add margin to separate the icon and text */
}

#searchBox {
    
    padding: 10px;
    width: 260px;
    border: none;
    border-radius: 20px;
    font-size: 13px;
    box-shadow: none;
    outline: none;
    background-color: #f0f0f0;
    margin: 10px;
  }
  
  #searchBox::placeholder {
    color: #aaa;
  }

  .search-input {
    font-family: 'Font Awesome 5 Free',"Montserrat";
    font-weight: 900;
    font-size: 16px;
  }

  .building-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 40px;
      margin-right: 40px;
    width: 290px;
}

.building-info {
    display: flex;
    align-items: center;
}

.building-image img {
   margin-right: 10px; 
    margin-left: 10px; 
    height: 130px;
    width: 180px;
}
.text-info h3{
        font-weight:400;
    width:150px;
    font-size:13px;
    margin-bottom:-5px;}
.text-info {
    flex-grow: 1; /* Allows the text to take available space */
    margin-right:-40px;
}

.text-info p{
    background-color:#FFDEAD ;
    border-radius: 20px;
    padding: 3px;
    font-size: 10px;
    text-align: center;
}

.price-info p {
    margin-left: -10px; /* Remove default margin */
    margin-top: 60px;
     margin-bottom:5px;
    font-size:13px;
}

.perday {
    margin-top: 100px;
    margin-bottom:5px;
    margin-left: 10px;
    text-align: center;
    
}


.price-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 5px;
     margin-top: -20px;
}

.learn-more-btn.cleanpage {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: black;
    border-radius: 20px;
    border: 2px solid #FFBF00;
    font-size: 10px;
     font-weight:normal;
    width: 80px;
    height: 15px;
    margin-left:-5px;
     margin-top:5px;
     margin-bottom:-40px;
        
}

.learn-more-btn{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: black;
    border-radius: 20px;
    border: 2px solid #FFBF00;
    font-size: 10px;
     font-weight:normal;
    width: 80px;
    height: 15px;
    margin-left:-5px;
        margin-top:-10px;
}



.footer-nav{
    width: 370px;
    font-size: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-top: 5px solid #FFAA33; 
    margin-top: 30px;
    padding: 15px;
    

  }
  .footer-nav a {
    text-decoration: none;
    color: grey; 
}
 
.cleanpage {
}
