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 {
    display: flex; 
    align-items: center; 
    justify-content: center;
    width: 410px; 
    
   position: relative;
}
.back-button {
    position: absolute;
    top: 10px; 
    left: 10px; 
    z-index: 1; 
}
.icon {
    position: absolute;
    bottom: 30px; 
    left: 47%; 
    transform: translateX(-50%); 
    z-index: 1;
}

.share {
    position: absolute;
    bottom: 30px; 
    left: 55%; 
    transform: translateX(-50%); 
    z-index: 1;
}


.service-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 360px;
}

.cleaning-services {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    background-color: bisque;
    width: 360px;
    height: 20px;
    align-items: center;
    justify-content: center;
   font-size: 10px;
   margin-top: 12px;
}

.service {
    margin: 30px; 
    
    
}





.address {
    display: flex;
   margin-right: 50px;
    height: 20px;
    align-items: center;
    justify-content: center;
   font-size: 12px;
}

.review-container {
  display: flex;
    align-items: flex-start;
    margin-bottom: 20px; 
    width: 380px;

    
}

.user-image {
    width: 70px; 
    height: 70px; 
    border-radius: 50%; 
    margin-right: 20px; 
   
}

.review-details {
    flex: 1;
    
}

.user-info {
    display: flex;
    
    margin-bottom: 5px; 
    margin-top: 5px;
    font-size: 15px;
}

.contact-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:380px;
    height: auto;
}

.left-icons {
    display: flex;
    align-items: center;
    color: #FFAA33;
    
}

.left-icons i {
    margin-right: 10px; 
}



.contact-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:380px;
    height: auto;
    font-style:italic;
    margin-top: 20px;
    margin-right:10px;
  
}
.contact-details.row{
        margin-right:10px;
    
}


.left-icons {
    display: flex;
    align-items: center;
    colour:#ffbb44;
}

.left-icons i {
    margin-left: 10px; 
}







button {
    
      font-family: 'Montserrat', sans-serif;
    font-weight: 400;
  padding: 10px;
  background-color: transparent;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  width: 100px;
     margin-top: 10px;
    
}
.custom-button {
    padding: 10px;
    background-color: transparent;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    
}

.back-button {
    display: inline-block;
    background-color:none;
    font-size: 25px; 
    border: none;
    cursor: pointer;
  }

  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 414px;
    height: 100%;
    overflow:hidden; 
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(1px);
    
    
}

.modal-content {
   
    margin: 15% auto;
    padding: 20px;
    margin-top: 70px;
    width: 80%;
    max-width: 300px;
    align-items: center; 
    justify-content: center;
    position: relative;
}
.container-inside-modal {
    background-color: #FFBB44;
    border-radius: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Horizontal centering */
    align-items: center; /* Vertical centering */
    padding: 15px;
    margin-top: 20px;
   
}
.container-inside-modal h2 {
    font-size: 40px;
    border-bottom: 2px solid white; 
    padding-bottom: 10px; 
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

input[type="text"],
input[type="password"] {
    width: 230px;
    
    background-color: 	#FFE5B4;
    border: none;
   padding: 5px;
    border-radius: 20px;
    cursor: pointer;
    text-indent: 10px; 
}
.modal-depo {
    display: flex;
    justify-content: center;
    margin-top: -5px;
    width: 180px;
   
}

.pay-now {
    text-align: center;
    background-color: #FFDEAD; 
    padding: 10px; 
    margin-top: 20px; 
    border-radius: 20px;
    width:100px;
    color: white;
    margin-left: auto;
    margin-right: auto;
   
}

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

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