.prices-container{min-height:100vh;background-color:#f3f4f6;display:flex;align-items:center;background-image:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(/images/Designer%20%2824%29.jpeg);background-size:cover;background-position:50%;opacity:1;flex-direction:column}.header-container{width:95%;margin-bottom:5%;margin-top:0;padding-top:0;border-radius:20px}.navbar{display:flex;justify-content:space-between;align-items:center}.prices-card{background-color:#ffffff;border-radius:1rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);max-width:28rem;width:90%;padding:1.5rem;border:1px solid #e5e7eb;animation:fade-in .5s ease-in-out;position:relative;z-index:0;overflow:hidden}.prices-card:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.4)),url(/images/footer1.png);background-size:cover;background-position:50%;opacity:.2;z-index:-1}.prices-header{margin-bottom:1.5rem;text-align:center}.logo-image{margin-left:auto;margin-right:auto;height:5rem}.title{font-size:1.875rem;font-weight:700;color:#000000;margin-top:1rem;text-align:center}.prices-list{margin-bottom:1.5rem;display:flex;flex-direction:column;gap:1rem}.prices-list span{display:inline-block}.price-item{display:flex;align-items:center;border-bottom:1px solid #000000;padding-bottom:.5rem;color:#000000;font-weight:500;position:relative}.service-name{margin-right:.5rem;position:relative;z-index:1}.price-dots{flex:1;border-bottom:1px dotted #140106;margin:0 .5rem;height:1px}.price{white-space:nowrap;z-index:1}.button-container{display:flex;justify-content:center;align-items:center;margin-top:1rem}.book-button{justify-content:center;background:linear-gradient(135deg,#000000,#1f1f1f);color:#ffffff;padding:.75rem 2rem;border:none;border-radius:50px;font-size:1rem;font-weight:600;letter-spacing:.5px;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 15px rgba(0,0,0,.3)}.book-button:hover{transform:translateY(-3px) scale(1.03);background:linear-gradient(135deg,#1f2937,#2c2c2c);box-shadow:0 12px 20px rgba(0,0,0,.35);background-color:#1f2937}@keyframes fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}