.services-section{max-width:700px;margin:0 auto;padding:4rem 1rem}.services-title{text-align:center;color:var(--text-color);margin-bottom:3rem;font-size:2rem;font-weight:700}.services-grid{gap:1.7rem;display:grid}.service-card{border-radius:var(--radius);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:linear-gradient(#0063c614,#3abff80d);border:1px solid #3abff833;padding:1rem;transition:all .3s;box-shadow:0 10px 30px #0063c640}.service-card:hover{transform:translateY(-2px);box-shadow:0 0 20px #3abff833}.service-header{cursor:pointer;align-items:center;gap:1rem;display:flex}.service-image .image-placeholder{color:#fff9;background:#3abff81a;border-radius:.75rem;justify-content:center;align-items:center;width:120px;height:80px;font-size:.75rem;display:flex}.service-info{flex-direction:column;flex-grow:1;justify-content:center;display:flex}.service-info h2{color:var(--muted);margin-bottom:.5rem;font-size:1.25rem}.viewAllPrices{background:var(--accent);-webkit-text-fill-color:transparent;color:#0000;letter-spacing:1px;cursor:pointer;-webkit-background-clip:text;background-clip:text;font-weight:600}.see-prices{color:var(--accent);cursor:pointer;background:0 0;border:none;align-items:center;gap:.25rem;font-weight:600;transition:color .3s;display:inline-flex}.see-prices svg{color:#3abff8}.see-prices:hover{color:#fff}.service-items{opacity:0;transition:max-height .5s,opacity .3s;overflow:hidden}.service-items.open{opacity:1}.service-item{border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:.75rem 1rem;transition:background .3s;display:flex}.service-item:hover{background:#3abff80d}.item-info{align-items:center;gap:.75rem;display:flex}.item-img-placeholder{background:#3abff81a;border-radius:.5rem;width:50px;height:50px}.item-name{font-size:1rem}.item-price{color:var(--accent);justify-content:center;align-items:baseline;gap:.5rem;font-weight:600;display:flex}.old-price{opacity:.6;text-decoration:line-through}.new-price{color:#3abff8}.buttonDiv{justify-content:end;width:100%;display:flex}.add-to-cart{cursor:pointer;border:2px solid var(--accent,#3abff8);color:#3abff8;background:0 0;border-radius:8px;justify-content:center;align-items:center;width:120px;padding:.4rem .8rem;font-size:.9rem;font-weight:600;transition:all .3s;box-shadow:0 0 10px #3abff84d}.add-to-cart:hover{transform:translateY(-1px);box-shadow:0 0 10px #3abff866}.services-subtitle{text-align:center;width:100%;color:var(--muted);opacity:.9;font-size:1.1rem;line-height:1.5}.services-subtitle span{background:var(--accent);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-weight:600}.modal-backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:100;background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{border-radius:var(--radius);text-align:center;width:90%;max-width:400px;color:var(--muted);background:#101b2ef2;border:1px solid #3abff840;padding:2rem;animation:.3s fadeIn;position:relative;box-shadow:0 10px 30px #0063c640}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.close-modal{color:#3abff8;cursor:pointer;background:0 0;border:none;font-size:1.5rem;transition:color .3s,transform .2s;position:absolute;top:10px;right:12px}.close-modal:hover{color:#fff;transform:scale(1.1)}.confirm-btn{border-radius:var(--radius);border:2px solid var(--accent,#3abff8);cursor:pointer;color:#3abff8;cursor:pointer;background:0 0;justify-content:center;align-items:center;margin-top:1.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-block;overflow:hidden;box-shadow:0 0 10px #3abff84d}.confirm-btn:hover{transform:translateY(-2px);box-shadow:0 0 15px #3abff866}.quantity-controls{justify-content:center;align-items:center;gap:.75rem;margin:1.2rem 0;display:flex}.quantity-controls button{border-radius:var(--radius);border:2px solid var(--accent,#3abff8);cursor:pointer;color:#3abff8;background:0 0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 0 10px #3abff84d}.quantity-controls button:hover{transform:scale(1.1);box-shadow:0 0 10px #3abff880}.quantity-input{text-align:center;color:#d0e6ff;background:#0063c614;border:1px solid #3abff84d;border-radius:10px;outline:none;width:70px;padding:.4rem .5rem;font-size:1.1rem;font-weight:600;transition:all .3s}.quantity-input:focus{border-color:#3abff8;box-shadow:0 0 10px #3abff84d}.modal-img{justify-content:center;margin:1rem 0 1.5rem;display:flex}.modal-img-inner{object-fit:cover;border:1px solid #3abff84d;border-radius:12px;transition:transform .3s;box-shadow:0 5px 20px #3abff826}.service-item-mobile{border-top:1px solid #ffffff0d;align-items:center;gap:1rem;padding:.75rem 1rem;transition:background .3s;display:flex}.service-item-mobile:hover{background:#3abff80d}.mobile-left img,.item-img-placeholder{object-fit:cover;border-radius:.75rem;width:80px;height:80px}.mobile-right{flex-direction:column;flex:1;justify-content:space-between;gap:.4rem;display:flex}.mobile-top{justify-content:space-between;align-items:center;display:flex}.mobile-top .item-name{font-size:1rem;font-weight:600}.mobile-add-button{align-self:center}.remove-btn{color:#c35c6e}
