body {
     font-family: 'Montserrat', sans-serif;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    width:414px;
    
}
.header {
    display: flex; 
    align-items: center; 
    justify-content: center;
    width:410px; 
    margin-bottom:30px;
   position: relative;
    padding:-5px;
}
.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: 370px;
}
.location-container {
    
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 360px;     
  }

.location-container i.fas.fa-map-marker-alt {font-family: 'Font Awesome 5 Free',"Montserrat";}
  
  .icon {
    margin-right: 10px;
  }
  
  .text {
    text-align: right;
   
  }
  
  .price {
    font-size: 1.5em;
    margin-bottom: 5px;
  }
  .container {
      margin-top:10px;
      margin-bottom:20px;
    display: flex;
    justify-content: space-between;
    width: 400px
  }
  
  .box {
    flex: 1;
    border-radius: 20px;
    height: 80px;

    border: 3px solid #FFbb44;
    margin: 0 5px; 
    text-align: center;
  }

  .description {
    margin-bottom: 20px; 
  }
.description p{
    margin-left:-10px;  
    
}
  
  .box2 {
    width: 360px; 
    height: 100px; 
    border-radius: 15px;
    background-color: #F0F0F0; 
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px; 
  }
  
.features p{
    margin-left:-10px;  
}
  
  .box3 {
    border-radius: 15px;
    font-size: 10px;
    background-color: #FFDEAD; 
    padding: 0px 1px;
    width: 110px;
    text-align: center;
  }

.box3 p{
    width:110px;
    margin-left:1px;
}
  .maps
  {
    width: 300px;
  }

  .container {
    display: flex;
    align-items: center;
  }
  
  .user-section {
    flex: 1;
    margin-left: 20px;
  }
  
  .user-section img {
    width: 60px; 
    border-radius: 50%; 
  }
  
  .text-section {
    flex: 2;
  }
  
  .text-row {
    margin-bottom: 5px; 
 
  }
  
  .icon-section {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  
  .icon-section img {
    width: 30px; 
    margin-left: 5px; 
  }
  
  .rating-section {
    flex: 1;
    text-align: right;
    margin-right: 30px;
  }


 .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: 20px;
    padding: 15px;
    

  }
  .footer-nav a {
    text-decoration: none;
    color: grey; 
   
  }
    .tittle {
        font-size:20px;
        margin-bottom:30px;
        
}
