.hero {
    background-image: url('../upload/amenities/amen.jpg'); /* Update the path based on your file */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 450px; /* Adjust the height as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: white;
    text-align: center;
   border-radius: 20px;
}

.overlay {
    background: rgba(22, 21, 21, 0.5); /* Dark overlay effect */
    border-radius: 20px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.room {
    background-image: url('../upload/amenities/7.jpg'); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 450px; 
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: white;
    text-align: center;
   border-radius: 20px;
}

.about {
    background-image: url('../upload/others/lobby/lobby1.jpg'); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 450px; 
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: white;
    text-align: center;
   border-radius: 20px;
}

.review {
    background-image: url('../upload/others/KLXfront1.jpg'); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 450px; 
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: white;
    text-align: center;
   border-radius: 20px;
}

.faq {
    background-image: url('../upload/rooms/EQR/EQRBED.jpg'); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 450px; 
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: white;
    text-align: center;
   border-radius: 20px;
}

.blog {
    background-image: url('../upload/others/frontview0.jpg'); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 450px; 
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: white;
    text-align: center;
   border-radius: 20px;
}

.city {
    background-image: url('../upload/rooms/ELCV/citysof.jpg'); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 450px; 
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: white;
    text-align: center;
   border-radius: 20px;
}

.studio {
    background-image: url('../upload/rooms/ESR/newes.jpg'); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 450px; 
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: white;
    text-align: center;
   border-radius: 20px;
}

.queen {
    background-image: url('../upload/rooms/EQR/EQR/QueenRoom0.jpg'); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 450px; 
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: white;
    text-align: center;
   border-radius: 20px;
}

.garden {
    background-image: url('../upload/rooms/ELGV/gardensof.jpg'); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 450px; 
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: white;
    text-align: center;
   border-radius: 20px;
}

.gallery{
    background-image: url('../upload/rooms/ELGV/gardenview2.jpg'); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 450px; 
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: white;
    text-align: center;
   border-radius: 20px;
}

