.progress-container{width:100%;position:fixed;top:10%;left:0;right:0;z-index:40;background-color:#fff;box-shadow:0 2px 8px rgba(0,0,0,.08);padding:15px 0 0;display:flex;flex-direction:column;align-items:start;justify-content:start;max-width:100%;margin:0 auto;overflow:hidden}.go-back-button{display:flex;gap:3px;border:none;background:rgba(0,0,0,0);color:#003d66;font-size:14px;font-weight:500;padding:5px;justify-content:center;align-items:center;gap:5px;cursor:pointer}.go-back-button svg{stroke:#003d66}.go-back-button:hover svg{stroke:#fff}.go-back-button span{font-size:16px}[dir=rtl] .go-back-button{flex-direction:row-reverse}[dir=rtl] .go-back-button svg{transform:scaleX(-1)}.progress-bar-container{width:100%;padding:4px 8px;position:relative;display:flex;gap:10px;justify-content:center;align-items:center}.progress-bar-container .stepper-indicator{padding:3px 6px;border-radius:7px;font-size:13px;font-weight:500;box-shadow:0 2px 6px rgba(0,0,0,.1);z-index:3;display:flex;align-items:center;background-color:#fff}.progress-bar-container .stepper-indicator .current-step{color:#003d66}.progress-bar-container .stepper-indicator .separator{margin:0 2px;color:#0bbab5}.progress-bar-container .stepper-indicator .total-steps{color:#0bbab5}.progress-bar-container .progress-steps{display:flex;justify-content:space-between;align-items:center;width:100%;position:relative;gap:2px}.progress-bar-container .progress-steps:before{content:"";position:absolute;top:5px;left:0;width:100%;height:2px;z-index:1}.progress-bar-container .step-item{display:flex;flex-direction:column;align-items:center;position:relative;z-index:2;flex:1 1}.progress-bar-container .step-circle{width:100%;height:10px;background-color:#dcd6d6;display:flex;justify-content:center;align-items:center;color:rgba(0,0,0,0);font-weight:600;position:relative;z-index:2;transition:all .3s ease;border-radius:2px}.progress-bar-container .step-circle.active,.progress-bar-container .step-circle.done{background-color:#0bbab5;cursor:pointer}.progress-bar-container .step-circle.active:hover,.progress-bar-container .step-circle.done:hover{opacity:.9}.progress-bar-container .step-circle:not(.active):not(.done){cursor:not-allowed}.progress-bar-container .step-circle span{display:none}[dir=rtl] .progress-bar-container .stepper-indicator{right:15px;left:auto}[dir=rtl] .progress-bar-container .progress-steps:before{right:0;left:auto}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(3,139,179,.4)}70%{box-shadow:0 0 0 10px rgba(3,139,179,0)}to{box-shadow:0 0 0 0 rgba(3,139,179,0)}}.step-circle.active{animation:pulse 1.5s infinite}.step-circle.done{animation:none}.booking-summary-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:999}.booking-summary-modal{position:fixed;bottom:0;left:0;right:0;background-color:#fff;border-radius:20px 20px 0 0;box-shadow:0 -8px 30px rgba(0,0,0,.12);z-index:1000;max-height:80vh;display:flex;flex-direction:column;border:1px solid #dcd6d6}.booking-summary-modal .header-toggle-btn{position:absolute;top:-20px;left:50%;transform:translateX(-50%);z-index:1001;background-color:#fff;border:1px solid #dcd6d6;cursor:pointer;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#003d66;transition:all .2s ease}.booking-summary-modal .header-toggle-btn svg{width:24px;height:24px}.booking-summary-modal.rtl{direction:rtl}.booking-summary-modal.rtl .modal-header .close-btn{left:16px;right:auto}.booking-summary-modal.rtl .service-name-section{flex-direction:row}.booking-summary-modal.rtl .service-name-section .shopping-cart-icon{margin-left:8px;margin-right:0}.booking-summary-modal.rtl .detail-row{flex-direction:row}.booking-summary-modal.rtl .detail-row .detail-icon,.booking-summary-modal.rtl .location-icon{margin-left:8px;margin-right:0}.booking-summary-modal.ltr{direction:ltr}.booking-summary-modal .modal-header{display:flex;align-items:center;justify-content:space-between;padding:26px;border-bottom:1px solid #dcd6d6;position:relative;flex-shrink:0}.booking-summary-modal .modal-header .modal-title{font-size:18px;font-weight:600;color:#003d66}.booking-summary-modal .modal-header .close-btn{position:absolute;right:16px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:8px;border-radius:50%;color:#003d66;background-color:#dcd6d6;height:32px;width:32px;transition:all .2s ease;font-size:15px}.booking-summary-modal .modal-content{padding:20px;flex:1 1;overflow-y:auto;min-height:0}.booking-summary-modal .modal-content::-webkit-scrollbar{width:4px}.booking-summary-modal .modal-content::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.booking-summary-modal .modal-content::-webkit-scrollbar-thumb{background:rgba(11,186,181,.3);border-radius:2px}.booking-summary-modal .modal-content::-webkit-scrollbar-thumb:hover{background:rgba(11,186,181,.5)}.booking-summary-modal .client-location{display:flex;align-items:center;padding:12px 16px;border-radius:12px;margin-bottom:20px;border:1px solid #dcd6d6}.booking-summary-modal .client-location .location-icon{color:#003d66;margin-right:8px;flex-shrink:0}.booking-summary-modal .client-location .location-text{color:#003d66;font-weight:500;font-size:16px}.booking-summary-modal .services-section .section-title{font-size:18px;font-weight:600;color:#003d66;margin-bottom:16px;margin-top:0}.booking-summary-modal .services-section .services-list .service-item{border:1px solid rgba(0,0,0,.1);border-radius:12px;margin-bottom:12px;background:#fff;overflow:hidden;transition:all .2s ease}.booking-summary-modal .services-section .services-list .service-item:hover{box-shadow:0 4px 12px rgba(0,0,0,.08);border-color:rgba(0,61,102,.2)}.booking-summary-modal .services-section .services-list .service-item .service-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid #dcd6d6}.booking-summary-modal .services-section .services-list .service-item .service-header.clickable{cursor:pointer;transition:background-color .2s ease}.booking-summary-modal .services-section .services-list .service-item .service-header.clickable:hover{background-color:rgba(0,61,102,.02)}.booking-summary-modal .services-section .services-list .service-item .service-header .service-name-section{display:flex;align-items:center;flex:1 1}.booking-summary-modal .services-section .services-list .service-item .service-header .service-name-section .shopping-cart-icon{color:#003d66;margin-right:8px;flex-shrink:0}.booking-summary-modal .services-section .services-list .service-item .service-header .service-name-section .service-name{font-weight:500;color:#003d66;font-size:15px}.booking-summary-modal .services-section .services-list .service-item .service-header .expand-icon{color:#003d66;flex-shrink:0}.booking-summary-modal .services-section .services-list .service-item .service-details{padding:0 16px 16px;border-top:1px solid rgba(0,0,0,.05);margin-top:0}.booking-summary-modal .services-section .services-list .service-item .service-details .detail-row{display:flex;align-items:center;padding:8px 0}.booking-summary-modal .services-section .services-list .service-item .service-details .detail-row:first-child{padding-top:12px}.booking-summary-modal .services-section .services-list .service-item .service-details .detail-row .detail-icon{color:#003d66;margin-right:8px;flex-shrink:0}.booking-summary-modal .services-section .services-list .service-item .service-details .detail-row span{color:#666;font-size:14px}.booking-summary-modal .services-section .no-services{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center;color:#999}.booking-summary-modal .services-section .no-services .shopping-cart-icon{margin-bottom:12px;color:#ccc;opacity:.7}.booking-summary-modal .services-section .no-services span{font-size:14px}.booking-summary-modal .services-section .no-services span svg{width:30px;height:30px}.booking-summary-modal *{will-change:auto}@media(max-width:480px){.booking-summary-modal{border-radius:16px 16px 0 0}.booking-summary-modal .modal-content{padding:16px}.booking-summary-modal .client-location{padding:10px 12px}.booking-summary-modal .services-section .section-title{font-size:16px}.booking-summary-modal .services-section .services-list .service-item .service-header{padding:12px}.booking-summary-modal .services-section .services-list .service-item .service-header .service-name-section .service-name{font-size:16px}}