body{
    font-family: "Plus Jakarta Sans", serif !important;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}


.signup-container {
    background-image: url('https://images.unsplash.com/photo-1654263391025-4c4809a37f5c?w=600&auto=format&fit=crop&q=60&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHx0b3BpYy1mZWVkfDQ1fENEd3V3WEpBYkV3fHxlbnwwfHx8fHw%3D'); /* Replace with the actual image URL */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: white;
}
.login-page {
     background-image: url('https://plus.unsplash.com/premium_photo-1719799236836-9353b88e710c?w=600&auto=format&fit=crop&q=60&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHx0b3BpYy1mZWVkfDUyfEZ6bzN6dU9ITjZ3fHxlbnwwfHx8fHw%3D'); /*Replace with the actual image URL*/ 
   
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: white;
}
.wallpaper{
     background-image: url('https://plus.unsplash.com/premium_photo-1675014768031-7bf2773a0b75?w=600&auto=format&fit=crop&q=60&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHx0b3BpYy1mZWVkfDI1fGJvOGpRS1RhRTBZfHxlbnwwfHx8fHw%3D'); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
   
}



.container{
flex: 1;
}

.navbar{
    height: 5rem;
    background-color: white;
}
.fa-compass{
    color: #fe424d;
    font-size: 2rem;
}
.nav-link{
    color: #222222 !important;
}
/* Footer */
.f-info-links a{
    text-decoration: none;
    color: #222222;
}

.f-info-links a:hover{
    text-decoration: underline;
}

.f-info-links,
.f-info-socials,
.f-info-brand{
    width: 100%;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}

.f-info-socials i{
    font-size: 1.3rem;
    margin-right: 1.2rem;
}

.f-info{
    text-align: center;
    height: 8rem;
    background-color: #ebebeb;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: space-evenly;
}

/* Cards */
.listing-card{
    border: none !important;
    margin-bottom: 2rem;
     box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.listing-card:hover{
    border: none !important;
    margin-bottom: 2rem;
    box-shadow: 0 10px 25px 0 10px 25px rgba(0,0,0,0.15);
    /* card a little bit above then use this */
   transform: translate(-5px);
}


.card-img-top{
    border-radius: 1rem !important;
    width: 100% !important;
    object-fit: cover !important;
    opacity: 0.9;
    transition:all 0.3s ease-in-out;
}
.card-img-top:hover{
    opacity: 1;
}




.card-body{
    padding: 0 !important;

}
.card-text-p{
    font-weight: 400;
}
.listing-link{
    text-decoration: none;
}
/* Card Effect */
.card-img-overlay{
    opacity: 0.5;
}
.card-img-overlay:hover{
    opacity: 1;
    background-color: white;
}
.add-btn{
    background-color: #fe424d !important;
    border: none !important;

}
/* edit */
.edit-btn{
    background-color: #fe424d !important;
    border: none !important;
}
/* show  */
.show-img{
    height: 35vh;
}
.btns{
    display: flex;
}
.show-card{
    padding-left: 0;
    padding-right: 0;
}
.btn:hover{
 background-color: #aa041d;
  color: rgb(255, 255, 255);
}

/* https://drive.google.com/file/d/1jI6lDsqoLrJqzJTJKGhrjVKWaAC_kbp8/view?usp=drivesdk */
.pcy{
    color: blue;
    background-color:whitesmoke;
    opacity: 0.5;
    text-decoration: none;
    
}
.pcy:hover{
    opacity: 1;
    color: rgb(4, 4, 70);
}
.starability-result {
    transform: scale(0.8); /* Agar stars zyada bade hain */
    transform-origin: left;
}