
.divya-packages{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
gap:25px;
padding:20px;
}

.divya-card{
background:#fff;
border-radius:20px;
overflow:hidden;
box-shadow:0 10px 30px rgba(0,0,0,0.1);
}

.divya-card img{
width:100%;
height:250px;
object-fit:cover;
}

.divya-content{
padding:20px;
}

.divya-price{
font-size:24px;
font-weight:bold;
margin:15px 0;
color:#e67e22;
}

.divya-book-btn{
width:100%;
padding:15px;
background:#ff6600;
border:none;
color:#fff;
font-size:18px;
border-radius:10px;
cursor:pointer;
}

#divya-booking-modal{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.8);
z-index:9999;
}

.divya-modal-content{
background:#fff;
max-width:500px;
margin:50px auto;
padding:30px;
border-radius:20px;
}

.divya-modal-content input{
width:100%;
padding:15px;
margin-bottom:15px;
}

#pay-now-btn{
width:100%;
padding:15px;
background:#27ae60;
border:none;
color:#fff;
font-size:18px;
border-radius:10px;
cursor:pointer;
}
