:root{--primary: #1f3e72;--secondary: rgba(255, 255, 255, .78);--black: #131110;--blue-gradient: linear-gradient(97.05deg, #4066ff 3.76%, #2949c6 100%);--orange-gradient: linear-gradient(270deg, #ffb978 0%, #ff922d 100%);--blue: #4066ff;--lightBlue: #eeeeff;--shadow: 0px 23px 21px -8px rgba(136, 160, 255, .25)}*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif;scroll-behavior:smooth}.app{background-color:var(--black)}a{color:inherit;text-decoration:none}.paddings{padding:1.5rem}.innerWidth{width:100%}.flexCenter{display:flex;row-gap:2rem;justify-content:center;align-items:center;flex-wrap:wrap}.flexStart{display:flex;justify-content:flex-start;align-items:center}.flexEnd{display:flex;justify-content:flex-end;align-items:center}.flexColCenter{display:flex;justify-content:center;align-items:center;flex-direction:column}.flexColStart{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.flexColEnd{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.primaryText{color:#1f3e72;font-weight:700;font-size:1.8rem}.secondaryText{color:#8c8b8b;font-size:.9rem}.orangeText{color:orange;font-size:1.5rem;font-weight:600}@media (min-width: 1536px){.innerWidth{max-width:1280px;margin:auto}}@media (min-width: 640px){.paddings{padding:4rem}}@media (min-width: 1280px),(min-width: 768px){.paddings{padding:2rem}}@media (max-width: 640px){.primaryText{font-size:1.5rem}.orangeText{font-size:1.2rem}}.header{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;background:#fff;border-bottom:1px solid #eee;font-family:sans-serif}.logo{font-size:24px;font-weight:700;background:linear-gradient(to right,#d96c2c,#36c);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.search{flex:1;margin:0 20px;padding:10px 15px;border:1px solid #ddd;border-radius:8px;font-size:14px}.icons{display:flex;align-items:center;gap:16px}.icon{position:relative;font-size:20px;cursor:pointer}.badge{position:absolute;top:-6px;right:-10px;font-size:10px;background:red;color:#fff;padding:2px 6px;border-radius:12px}.badge.red{background-color:#e74c3c}.badge.green{background-color:#2ecc71}.badge.orange{background-color:#f39c12}.avatar{background:linear-gradient(to right,#36c,#d96c2c);color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}.welcome-banner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;padding:24px;border-radius:16px;background:linear-gradient(to right,#f37023,#2e62f1);color:#fff;font-family:Arial,sans-serif;gap:20px}.profile-section{display:flex;align-items:center;gap:16px;flex:1 1 300px}.profile-circle{width:60px;height:60px;border-radius:50%;background-color:#ffffff4d;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;color:#fff}.welcome-texts .welcome-title{font-size:20px;font-weight:700;margin:0}.welcome-texts .welcome-subtitle{font-size:14px;margin:4px 0 0}.info-section{display:flex;gap:24px;align-items:center;flex:1 1 250px;justify-content:flex-end;flex-wrap:wrap}.info-item{display:flex;align-items:center;gap:8px;font-size:14px}.icon{font-size:16px}@media (max-width: 768px){.welcome-banner{flex-direction:column;align-items:flex-start}.info-section{justify-content:flex-start;gap:16px}.profile-section,.info-section{width:100%}.profile-circle{width:50px;height:50px;font-size:20px}.welcome-texts .welcome-title{font-size:18px}.welcome-texts .welcome-subtitle{font-size:13px}}.top-services-container{padding:2rem;font-family:Segoe UI,sans-serif;background-color:#f9fafb}.view-toggle{display:flex;gap:1rem;margin-bottom:1rem}.view-toggle button{padding:.6rem 1.2rem;border:none;border-radius:8px;font-weight:600;background:#e0e0e0;cursor:pointer}.view-toggle .active{background-color:#111827;color:#fff}.section-heading{font-size:1.8rem;margin:1rem 0}.services-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.service-card{background:#fff;border-radius:12px;padding:1.2rem;box-shadow:0 0 6px #0000000d;display:flex;flex-direction:column;align-items:center;transition:.2s ease}.service-card:hover{box-shadow:0 6px 16px #0000001a}.service-emoji{font-size:2rem;margin-bottom:.5rem}.service-title{font-size:1.1rem;font-weight:600;margin:.5rem 0 .2rem;text-align:center}.service-provider{font-size:.95rem;color:#555;text-align:center;margin-bottom:.8rem}.service-meta{display:flex;justify-content:space-between;width:100%;font-weight:600;margin-bottom:.5rem}.price{color:green}.rating{color:#f59e0b}.service-details{font-size:.9rem;color:#555;display:flex;justify-content:space-between;width:100%;margin-bottom:1rem}.service-actions{display:flex;justify-content:space-between;width:100%}.book-btn{flex:1;background-color:#111827;color:#fff;padding:.5rem;border:none;border-radius:8px;font-weight:600;cursor:pointer}.heart-btn{background:none;border:1px solid #ddd;border-radius:8px;padding:.5rem .7rem;margin-left:.6rem;cursor:pointer}.filter-wrapper{display:flex;flex-direction:column;gap:16px;font-family:Arial,sans-serif}.top-controls{display:flex;justify-content:space-between;flex-wrap:wrap;gap:16px;align-items:center}.view-toggle{display:flex;gap:12px}.view-toggle button{padding:10px 16px;border:1px solid #ccc;background-color:#fff;border-radius:8px;cursor:pointer;font-weight:600}.view-toggle .active{background-color:#101828;color:#fff}.actions{display:flex;gap:12px}.filter-btn{padding:10px 16px;border-radius:8px;background-color:#fff;border:1px solid #ccc;font-weight:500;cursor:pointer}.share-btn{padding:10px 16px;border-radius:8px;background:linear-gradient(to right,#f37023,#2e62f1);border:none;color:#fff;font-weight:600;cursor:pointer}.filter-box{display:flex;flex-wrap:wrap;background-color:#f9f9f9;padding:24px;border-radius:12px;gap:24px;justify-content:space-between;align-items:center;border:1px solid #e1e1e1}.filter-group{display:flex;flex-direction:column;gap:8px;min-width:150px}.filter-group select{padding:8px;border-radius:6px;border:1px solid #ccc}.price-range input[type=range]{width:180px;accent-color:#007aff}.price-labels{font-size:14px;color:#444;margin-top:4px}@media (max-width: 768px){.filter-box,.top-controls{flex-direction:column;align-items:flex-start}.view-toggle,.actions{width:100%;justify-content:flex-start}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.mapview-wrapper{display:flex;height:450px;font-family:Segoe UI,sans-serif}.mapview-sidebar{width:320px;padding:1.5rem;background-color:#fff;overflow-y:auto;border-right:1px solid #e0e0e0}.mapview-search{display:flex;align-items:center;border:1px solid #ccc;border-radius:12px;padding:.5rem 1rem;margin-bottom:1.5rem}.mapview-search input{border:none;outline:none;flex:1;margin-left:.5rem}.mapview-section{margin-bottom:1.5rem}.mapview-categories{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:.5rem}.mapview-cat{display:flex;align-items:center;gap:.4rem;background-color:#f3f4f6;padding:.5rem 1rem;border-radius:1rem;font-size:.9rem;cursor:pointer}.mapview-loadmore{width:100%;background-color:#fff;color:#333;padding:.7rem;border:1px solid #ccc;border-radius:.6rem;cursor:pointer}.mapview-map{flex:1;gap:1rem}.leaflet-container{width:100%;height:100%}.mapview-popup h4{margin:0 0 .3rem}.mapview-popup p{font-size:.85rem;margin-bottom:.5rem}.mapview-owner{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.mapview-owner img{width:30px;height:30px;border-radius:50%}.mapview-popup-buttons{display:flex;gap:.5rem}.view-btn,.book-btn{padding:.4rem .8rem;border:none;border-radius:6px;cursor:pointer;font-size:.8rem}.view-btn{background-color:#f3f4f6}.book-btn{background-color:#2f55d4;color:#fff}.mapview-section label{display:block;font-weight:600;margin-bottom:.4rem;font-size:.95rem}.mapview-section select,.mapview-section input[type=number]{width:100%;padding:.5rem .75rem;margin-bottom:.6rem;border:1px solid #ccc;border-radius:.5rem;font-size:.9rem;outline:none;background-color:#f9fafb;transition:border-color .2s}.mapview-section select:focus,.mapview-section input[type=number]:focus{border-color:#2f55d4}.mapview-loadmore{background-color:#2f55d4;color:#fff;padding:.8rem;font-weight:600;border-radius:.6rem;border:none;transition:background-color .2s}.mapview-loadmore:hover{background-color:#2444b0}.mapview-section input[type=text]{width:100%;padding:.5rem .75rem;margin-bottom:.6rem;border:1px solid #ccc;border-radius:.5rem;font-size:.9rem;outline:none;background-color:#f9fafb;transition:border-color .2s}.mapview-section input[type=text]:focus{border-color:#2f55d4}.discover-container{max-width:1200px;margin:0 auto;padding:40px 20px;background:#f7f7f7}.discover-title{font-size:32px;text-align:center;margin-bottom:40px;color:#1e1e1e;font-weight:700}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px}.user-card{background:#fff;border-radius:16px;overflow:hidden;cursor:pointer;box-shadow:0 4px 12px #00000014;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;justify-content:space-between}.user-card:hover{transform:translateY(-10px);box-shadow:0 10px 24px #0000001f}.discover-image-container{width:100%;height:200px;overflow:hidden}.profile-pic{width:100%;height:100%;object-fit:cover;display:block}.user-name{font-size:20px;font-weight:600;margin:16px 0 8px;text-align:center;color:#333}.user-role{font-size:14px;color:#777;margin-bottom:16px;text-align:center}.card-grid{display:flex;overflow-x:auto;overflow-y:hidden;gap:20px;padding:20px;scroll-snap-type:x mandatory}.user-card{flex:0 0 220px;background:#fff;border-radius:16px;overflow:hidden;cursor:pointer;box-shadow:0 4px 12px #00000014;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;scroll-snap-align:start}.user-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001f}.discover-image-container{width:100%;height:180px;overflow:hidden}.profile-pic{width:100%;height:100%;object-fit:cover}.user-name,.user-role{text-align:center;margin:8px 0}.card-grid::-webkit-scrollbar{display:none}@media (max-width: 768px){.discover-title{font-size:24px;margin-bottom:20px}.discover-image-container{height:150px}.user-name{font-size:18px}}.login-container{display:flex;justify-content:center;align-items:center;padding:40px 20px;min-height:100vh;background-color:#f9fbfc}.form-wrapper{background-color:#fff;padding:2rem;border-radius:16px;width:100%;max-width:400px;box-shadow:0 4px 16px #00000014}.logo-text{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:10px}.highlight{color:#3b82f6}h2{font-size:1.4rem;text-align:center;margin-bottom:24px}.login-form label{display:block;margin-top:16px;margin-bottom:6px;font-weight:600;color:#1a1a1a}.login-form input{width:100%;padding:12px 14px;font-size:1rem;border:1px solid #d1d5db;border-radius:8px;transition:border .2s}.login-form input:focus{border-color:#3b82f6;outline:none}.login-button{width:100%;padding:12px;background-color:#3b82f6;color:#fff;font-size:1rem;font-weight:600;border:none;border-radius:8px;margin-top:24px;cursor:pointer;transition:background-color .2s}.login-button:hover{background-color:#2563eb}.signup-text{text-align:center;margin-top:16px;font-size:.95rem}.signup-text a{color:#3b82f6;text-decoration:none;font-weight:500}.back-arrow{font-size:1.2rem;cursor:pointer;margin-bottom:8px}@media (max-width: 480px){.form-wrapper{padding:1.5rem}h2{font-size:1.2rem}}.dashboard-container{display:flex;height:100vh}.sidebar{width:240px;background-color:#4f46e5;color:#fff;padding:20px}.sidebar h2{font-size:20px;margin-bottom:20px}.sidebar ul{list-style:none;padding:0}.sidebar li{padding:10px 0;cursor:pointer;transition:background-color .2s}.sidebar li:hover,.sidebar li.active{background-color:#4338ca;padding-left:10px}.main-dashboard{flex-grow:1;display:flex;flex-direction:column;padding:20px}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.dashboard-header input{padding:10px;width:300px;border-radius:6px;border:1px solid #ccc}.user-section{display:flex;align-items:center;gap:10px}.invite-btn{background-color:#10b981;color:#fff;padding:8px 12px;border:none;border-radius:6px;cursor:pointer}.user-avatar{background-color:#6366f1;color:#fff;padding:8px;border-radius:50%;font-weight:700}.overview{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:30px}.card{background:#fff;padding:20px;border-radius:12px;box-shadow:0 2px 4px #0000001a}.card h3{margin-top:0;font-size:16px;color:#374151}.card p{font-size:24px;font-weight:700;margin:10px 0}.card .positive{color:#10b981}.charts{display:grid;grid-template-columns:1fr 1fr;gap:20px}.chart-card{background:#fff;padding:20px;border-radius:12px;box-shadow:0 2px 4px #0000001a}.placeholder-chart{background-color:#eef2ff;height:200px;display:flex;align-items:center;justify-content:center;color:#6b7280;font-style:italic}.bar-chart{display:flex;align-items:flex-end;height:200px;gap:10px;margin-top:20px}.bar{width:40px;background-color:#8b5cf6}body{margin:0;font-family:Arial,sans-serif;background-color:#f5f8fb}.dashboard{padding:20px;max-width:1200px;margin:auto}.dashboard-header{background-color:#fff;padding:20px;border-radius:10px;margin-bottom:20px;box-shadow:0 1px 3px #0000001a}.profile-completeness{margin:10px 0}.progress-bar{background-color:#e0e0e0;border-radius:6px;overflow:hidden;height:8px;margin-top:5px}.progress-fill{background-color:#4caf50;height:100%;width:0;transition:width .5s ease}.header-buttons button{margin-right:10px;padding:6px 12px;background-color:#007bff;border:none;color:#fff;border-radius:4px;cursor:pointer}.quick-stats{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:20px}.stat-box{background-color:#fff;padding:15px;flex:1 1 150px;border-radius:8px;text-align:center;box-shadow:0 1px 3px #0000000d}.weekly-bookings{background-color:#fff;padding:20px;border-radius:10px;margin-bottom:20px;box-shadow:0 1px 3px #0000000d}.trend-bars{display:flex;justify-content:space-around;margin-top:10px}.recent-bookings{background-color:#fff;padding:20px;border-radius:10px;margin-bottom:20px;box-shadow:0 1px 3px #0000000d}.recent-bookings ul{list-style:none;padding:0}.recent-bookings li{margin-bottom:15px;border-bottom:1px solid #eee;padding-bottom:10px}.booking-sources{display:flex;gap:20px;margin-bottom:20px}.source-box{flex:1;background-color:#f3f6fd;padding:20px;border-radius:10px;text-align:center}.bookings-page{padding:20px;font-family:Segoe UI,sans-serif;background-color:#f9fafb}.bookings-page h2{font-size:24px;font-weight:700}.bookings-page p{color:#6b7280;margin-bottom:20px}.booking-stats{display:flex;gap:20px;margin-bottom:20px}.booking-stat{flex:1;background-color:#fff;border-radius:12px;padding:16px;text-align:center;box-shadow:0 2px 4px #0000000d}.booking-stat h3{font-size:20px;margin:0;color:#2563eb}.booking-stat h3.total{color:#9333ea}.booking-stat span{font-size:14px;color:#6b7280}.booking-tabs{display:flex;gap:20px;margin-bottom:20px}.booking-tabs button{padding:10px 20px;background-color:#f3f4f6;border:none;border-radius:8px;cursor:pointer;font-weight:500;color:#374151}.booking-tabs .active{background-color:#e0e7ff;color:#1d4ed8;font-weight:700}.booking-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:20px}.booking-card{background-color:#fff;border-radius:12px;padding:16px;box-shadow:0 4px 10px #0000000d;display:flex;flex-direction:column;gap:10px}.booking-header{display:flex;align-items:center;justify-content:space-between}.booking-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;margin-right:10px}.booking-status{padding:4px 12px;border-radius:999px;font-size:12px;text-transform:capitalize;font-weight:500}.booking-status.confirmed{background-color:#dcfce7;color:#22c55e}.booking-status.pending{background-color:#fef3c7;color:#b45309}.booking-price{color:#9333ea;font-weight:700;font-size:18px}.booking-details p{font-size:14px;margin:2px 0}.booking-request{background-color:#f3f4f6;padding:10px;border-radius:8px;font-size:14px}.booking-actions{display:flex;gap:10px;justify-content:flex-start;margin-top:10px}.booking-actions button{padding:8px 12px;border:none;border-radius:8px;cursor:pointer;background-color:#e5e7eb;font-size:14px}.booking-actions .confirm{background-color:#3b82f6;color:#fff}.booking-actions .complete{background-color:#10b981;color:#fff}.notification-page{padding:20px;font-family:Segoe UI,sans-serif;background-color:#f9fafb}.notification-header{display:flex;justify-content:space-between;align-items:center}.notification-header h2{font-size:24px;font-weight:700}.notification-header p{color:#6b7280;margin:5px 0}.badge{font-size:12px;background-color:#ef4444;color:#fff;padding:3px 8px;border-radius:999px;margin-left:10px}.header-actions button{margin-left:10px;padding:6px 12px;border:none;border-radius:6px;background-color:#e5e7eb;cursor:pointer}.notification-tabs{margin:20px 0;display:flex;gap:10px;flex-wrap:wrap}.tab{padding:8px 14px;background-color:#f3f4f6;border:none;border-radius:8px;cursor:pointer;color:#374151;position:relative}.tab.active{background-color:#dbeafe;color:#1d4ed8;font-weight:600}.dot-count{background:#ef4444;color:#fff;padding:2px 6px;border-radius:999px;font-size:12px;margin-left:6px}.notification-list{display:flex;flex-direction:column;gap:16px}.notification-card{background:#fff;border-radius:12px;padding:16px;display:flex;align-items:flex-start;justify-content:space-between;border-left:4px solid transparent;box-shadow:0 2px 5px #0000000d}.notification-card.unread{border-left-color:#3b82f6}.notification-icon{font-size:24px;margin-right:16px;width:32px}.notification-body{flex-grow:1}.notification-body strong{font-size:16px;display:block;margin-bottom:4px}.notification-body p{font-size:14px;margin:2px 0}.time{color:#6b7280;font-size:13px;display:block;margin-bottom:8px}.action-btn{background-color:#3b82f6;color:#fff;border:none;padding:6px 12px;border-radius:6px;font-size:14px;cursor:pointer}.notification-meta{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.dot{width:8px;height:8px;background-color:#3b82f6;border-radius:50%}.dismiss{border:none;background:transparent;font-size:20px;color:#9ca3af;cursor:pointer}.service-dashboard-page{padding:20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#f9f9ff}.service-dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.service-dashboard-header h2{font-size:26px;font-weight:700;color:#222}.service-dashboard-add-btn{background-color:#377dff;color:#fff;border:none;padding:12px 20px;border-radius:10px;font-size:16px;cursor:pointer;transition:background .3s}.service-dashboard-add-btn:hover{background-color:#275ddb}.service-dashboard-search{width:100%;padding:14px 18px;border-radius:14px;border:1px solid #ccc;margin-bottom:20px;font-size:16px}.service-dashboard-filters{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.service-dashboard-filter-btn{padding:10px 18px;border:1px solid #ccc;border-radius:8px;background-color:#fff;cursor:pointer;font-weight:500;transition:all .3s}.service-dashboard-filter-btn:hover{background-color:#f3f4f6}.service-dashboard-filter-btn.active{background-color:#377dff;color:#fff;border-color:#377dff}.service-dashboard-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.service-dashboard-card{background-color:#fff;border-radius:16px;box-shadow:0 6px 14px #0000000f;overflow:hidden;padding:18px;position:relative;transition:transform .2s}.service-dashboard-card:hover{transform:translateY(-5px)}.service-dashboard-img{width:100%;height:180px;object-fit:cover;border-radius:12px}.service-dashboard-status{position:absolute;top:18px;right:18px;padding:6px 12px;border-radius:14px;font-size:13px;text-transform:capitalize;font-weight:600}.service-dashboard-status.active{background-color:#dcfce7;color:#22c55e}.service-dashboard-status.paused{background-color:#fef3c7;color:#eab308}.service-dashboard-status.draft{background-color:#e0e7ff;color:#6366f1}.service-dashboard-card h3{font-size:20px;margin:12px 0 6px;color:#111}.service-dashboard-card p{margin:3px 0;font-size:15px;color:#555}.service-dashboard-location{font-size:13px;color:#777}.service-dashboard-price{color:#9333ea;font-weight:700;font-size:18px;margin-top:10px}.service-dashboard-bookings,.service-dashboard-rating{font-size:13px;color:#777}.service-dashboard-actions{display:flex;justify-content:space-between;margin-top:12px}.service-dashboard-actions button{background-color:#f3f4f6;border:none;padding:10px 14px;border-radius:8px;cursor:pointer;font-size:14px;transition:background .3s}.service-dashboard-actions button:hover{background-color:#e2e8f0}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem}.modal-content{background:#fff;width:100%;max-width:520px;max-height:90vh;overflow-y:auto;border-radius:16px;padding:2rem;box-shadow:0 8px 24px #0003}.modal-form{display:flex;flex-direction:column;gap:1rem}.modal-form input,.modal-form select,.modal-form textarea{padding:.75rem 1rem;font-size:1rem;border:1px solid #ccc;border-radius:8px;resize:vertical}.modal-form textarea{min-height:100px}.modal-actions{display:flex;justify-content:space-between;margin-top:1rem;gap:10px}.modal-actions button{flex:1;padding:.8rem;font-size:1rem;border:none;border-radius:8px;font-weight:600;cursor:pointer}.modal-actions button[type=submit]{background-color:#377dff;color:#fff}.modal-actions button[type=submit]:hover{background-color:#275ddb}.modal-actions button[type=button]{background-color:#f3f4f6}.modal-actions button[type=button]:hover{background-color:#e2e8f0}@media (max-width: 768px){.service-dashboard-grid{grid-template-columns:1fr}}.uwd-container{font-family:Segoe UI,sans-serif;padding:2rem;max-width:1200px;margin:0 auto;background:#f8fafc}.uwd-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-bottom:2rem}.uwd-title{font-size:1.8rem;margin-bottom:.2rem}.uwd-subtitle{color:#6b7280;font-size:.95rem}.uwd-header-actions button{margin-left:.8rem}.uwd-btn-primary{background-color:#2563eb;color:#fff;padding:.6rem 1rem;border:none;border-radius:6px;cursor:pointer}.uwd-btn-outline{background:transparent;color:#2563eb;border:2px solid #2563eb;padding:.6rem 1rem;border-radius:6px;cursor:pointer}.uwd-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.uwd-card{background:#fff;padding:1.2rem 1.5rem;border-radius:12px;box-shadow:0 2px 6px #0000000d}.uwd-card-title{font-size:1rem;margin-bottom:.4rem;color:#4b5563}.uwd-card-value{font-size:1.6rem;font-weight:700;margin-bottom:.2rem}.uwd-card-note{font-size:.85rem;color:#9ca3af}.uwd-green{color:#16a34a}.uwd-orange{color:#f97316}.uwd-blue{color:#2563eb}.uwd-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2rem}.uwd-action-btn{flex:1;min-width:180px;padding:.75rem;background-color:#e0f2fe;color:#0c4a6e;border:none;border-radius:8px;cursor:pointer;font-weight:500}.uwd-main{display:grid;grid-template-columns:1fr 1fr;gap:2rem;flex-wrap:wrap}.uwd-transactions,.uwd-payouts{background-color:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 6px #0000000d}.uwd-section-title{font-size:1.2rem;margin-bottom:1rem;color:#374151}.uwd-list{list-style:none;padding:0;margin:0}.uwd-list-item{display:flex;justify-content:space-between;padding:.6rem 0;border-bottom:1px solid #e5e7eb;font-size:.95rem}.uwd-list-item:last-child{border-bottom:none}.usp-container{max-width:1200px;margin:0 auto;padding:20px}.usp-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.usp-title{font-size:32px;font-weight:700;margin-bottom:8px}.usp-subtitle{color:#555}.usp-header-buttons button{margin-left:12px;padding:10px 16px;font-size:14px;border-radius:8px;cursor:pointer;transition:all .3s}.usp-btn-outline{border:2px solid #6c63ff;background:transparent;color:#6c63ff}.usp-btn-outline:hover{background:#6c63ff;color:#fff}.usp-btn-dark{background:#6c63ff;color:#fff;border:none}.usp-btn-dark:hover{background:#5849d6}.usp-body{display:flex;gap:30px;align-items:flex-start}.usp-filters{flex:0 0 260px;position:sticky;top:100px;background:#fff;padding:20px;border-radius:12px;box-shadow:0 8px 24px #0000000d;height:auto;align-self:flex-start}.usp-filters h3{font-size:18px;margin-bottom:20px}.usp-filters label{font-size:14px;font-weight:500;margin:12px 0 6px;display:block}.usp-filters input{width:100%;padding:10px;margin-bottom:8px;border-radius:8px;border:1px solid #ddd}.usp-filters button{margin-top:10px;width:100%;background:#f44336;color:#fff;padding:10px;border:none;border-radius:8px;font-weight:700;cursor:pointer}.usp-filters button:hover{background:#d32f2f}.usp-services{flex:1}.usp-results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;font-size:16px;color:#333}.usp-service-card-link{text-decoration:none;color:inherit}.usp-service-card{display:flex;gap:20px;background:#fff;border-radius:12px;margin-bottom:20px;padding:16px;align-items:center;box-shadow:0 8px 24px #0000000d;transition:transform .3s,box-shadow .3s}.usp-service-card:hover{transform:translateY(-5px);box-shadow:0 12px 32px #00000014}.usp-service-card img{width:120px;height:120px;object-fit:cover;border-radius:10px}.usp-service-info{flex:1}.usp-service-header h4{font-size:20px;margin-bottom:4px}.usp-tag{font-size:12px;background:#eee;color:#555;padding:2px 8px;border-radius:8px;margin-left:8px}.usp-service-meta p{margin:4px 0;font-size:14px;color:#555}.usp-heart{background:transparent;border:none;font-size:22px;cursor:pointer;color:#6c63ff}.serviceid-image-slider{display:flex;overflow-x:auto;gap:10px;padding-bottom:10px;scroll-snap-type:x mandatory;border-radius:12px}.slider-image{flex:0 0 auto;width:280px;height:220px;object-fit:cover;border-radius:10px;scroll-snap-align:center}.serviceid-image-slider::-webkit-scrollbar{display:none}.serviceid-image-slider{width:100%;max-width:700px;margin:0 auto;border-radius:12px;overflow:hidden}.swiper{width:100%}.slider-image{width:100%;height:320px;object-fit:cover;border-radius:12px}.serviceid-image-slider{width:100%;border-radius:12px;overflow:hidden}@media (max-width: 768px){.usp-body{flex-direction:column}.usp-filters{position:relative;flex:1;order:1;margin-bottom:20px}.usp-services{order:2}.usp-service-card{flex-direction:column;align-items:flex-start}.usp-service-card img{width:100%;height:200px}}.serviceid-wrapper{display:flex;gap:30px;max-width:1280px;margin:auto;padding:30px 20px}.serviceid-main{flex:1;display:flex;flex-direction:column;gap:30px}.serviceid-hero{display:flex;gap:20px;background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000014;padding:20px}.serviceid-image-container{flex:0 0 280px}.serviceid-hero-img{width:100%;height:260px;object-fit:cover;border-radius:12px}.serviceid-details{flex:1}.serviceid-details h2{font-size:28px;margin-bottom:10px}.serviceid-provider-summary{display:flex;flex-wrap:wrap;gap:10px;margin:10px 0;font-size:14px;color:#666}.serviceid-cta{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px;align-items:center}.serviceid-book,.serviceid-contact{padding:12px 20px;border-radius:8px;cursor:pointer;font-weight:700;border:none;transition:all .3s ease}.serviceid-book{background:#6c63ff;color:#fff}.serviceid-book:hover{background:#574ee3}.serviceid-contact{background:#eee;color:#333}.serviceid-contact:hover{background:#ddd}.serviceid-price{font-size:20px;font-weight:700;color:#333}.serviceid-appointment{background:#fff;border-radius:12px;padding:20px;box-shadow:0 4px 12px #00000014}.serviceid-appointment input,.serviceid-payment-method label{margin-bottom:12px}.serviceid-date-picker{width:100%;padding:12px;margin-bottom:10px;border:1px solid #ddd;border-radius:8px}.serviceid-confirm{width:100%;padding:14px;background:#4caf50;color:#fff;font-weight:700;border:none;border-radius:8px;margin-top:12px;cursor:pointer}.serviceid-confirm:hover{background:#43a047}.serviceid-trusted,.serviceid-location,.serviceid-reviews{background:#fff;padding:20px;border-radius:12px;box-shadow:0 4px 12px #00000014}.serviceid-review-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-top:15px}.serviceid-user-review{background:#f9f9f9;padding:12px;border-radius:8px;font-size:14px}.serviceid-map{background:#eee;height:200px;margin:15px 0;border-radius:10px;text-align:center;line-height:200px;color:#777}.serviceid-location-notes span{display:block;font-size:14px;margin-top:5px}.serviceid-sidebar{flex:0 0 280px;position:sticky;top:30px;display:flex;flex-direction:column;gap:20px;height:fit-content}.serviceid-provider{background:#fff;border-radius:12px;padding:20px;box-shadow:0 4px 12px #00000014}.serviceid-provider-info{display:flex;gap:12px;margin:15px 0}.serviceid-initials{background:#6c63ff;color:#fff;font-size:24px;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center}.serviceid-name{font-weight:700;margin-bottom:4px}.serviceid-stats span{display:block;font-size:13px;color:#555}.serviceid-button,.serviceid-outline{width:100%;padding:12px;margin-top:8px;font-weight:700;border-radius:8px;cursor:pointer;transition:all .3s}.serviceid-button{background:#6c63ff;color:#fff;border:none}.serviceid-button:hover{background:#554ae0}.serviceid-outline{border:2px solid #6c63ff;background:transparent;color:#6c63ff}.serviceid-outline:hover{background:#6c63ff;color:#fff}.serviceid-services-list{list-style:none;padding:0}.serviceid-service-item{font-size:14px;margin:8px 0;color:#333}.serviceid-testimonial{background:#f9f9f9;padding:15px;border-radius:10px;margin-top:15px;font-size:14px}.serviceid-badge{background:#4caf50;color:#fff;font-size:12px;padding:3px 8px;border-radius:20px;margin-left:8px}.serviceid-time-slot label{font-weight:500;margin-bottom:.5rem}.serviceid-time-picker{width:100%;padding:.8rem;font-size:1rem;border:1px solid #ddd;border-radius:8px;margin-top:.5rem}.serviceid-review-card{background:#f9f9f9;padding:1rem;margin-bottom:1rem;border-radius:8px}.serviceid-review-form textarea{width:100%;min-height:80px;margin-bottom:10px;padding:8px}.serviceid-review-form button{background:#111;color:#fff;padding:8px 12px;border:none;border-radius:4px;cursor:pointer}@media (max-width: 992px){.serviceid-wrapper{flex-direction:column}.serviceid-sidebar{position:relative;flex:1;order:-1}.serviceid-hero{flex-direction:column}.serviceid-hero-img{height:200px}}.profile-container{max-width:1000px;margin:auto;padding:20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.profile-header{display:flex;flex-direction:column;gap:20px;border-bottom:2px solid #eee;padding-bottom:20px}.profile-info{display:flex;align-items:center;gap:20px}.profile-avatar{width:80px;height:80px;background-color:#ccc;border-radius:50%}.profile-text h2{margin:0}.profile-follow{margin-top:8px;padding:6px 12px;background-color:#333;color:#fff;border:none;border-radius:20px;cursor:pointer}.profile-stats{display:flex;gap:30px;flex-wrap:wrap}.profile-stat{display:flex;flex-direction:column;align-items:center}.profile-stat span{font-size:18px;font-weight:700}.profile-tabs{display:flex;overflow-x:auto;border-bottom:2px solid #eee;padding:10px 0;gap:10px;scrollbar-width:none}.profile-tabs::-webkit-scrollbar{display:none}.profile-tab{padding:8px 16px;white-space:nowrap;cursor:pointer;border-radius:20px;background-color:#f5f5f5;font-weight:500;transition:background-color .3s}.profile-tab:hover{background-color:#e0e0e0}.profile-tab.active{background-color:#333;color:#fff}.profile-cards{margin-top:20px;display:flex;flex-direction:column;gap:20px}.profile-card{border:1px solid #ddd;padding:16px;border-radius:10px;background-color:#fafafa}.profile-tag{background-color:#eee;display:inline-block;padding:4px 8px;border-radius:12px;font-size:14px;margin-bottom:8px}.profile-rating{font-weight:700;margin-bottom:4px}.profile-experience-title{margin:0}.profile-experience-location{color:#666;font-size:14px}.profile-experience-desc{margin:10px 0}.profile-tags span{display:inline-block;background-color:#e0e0e0;padding:4px 8px;margin-right:5px;border-radius:10px;font-size:12px}.profile-book{margin-top:10px;padding:6px 12px;background-color:#333;color:#fff;border:none;border-radius:20px;cursor:pointer}.profile-booked{margin-left:10px;color:green;font-weight:700}.profile-repost-button{margin-left:4rem;padding:8px 12px;border-radius:8px}.profile-repost-button:hover{background-color:green;color:#fff}.book-through-me-btn{margin-top:10px;background-color:#06f;color:#fff;border:none;padding:8px 14px;font-weight:700;border-radius:8px;cursor:pointer;transition:background-color .3s ease}.book-through-me-btn:hover{background-color:#004cb3}.footer-container{background-color:#f9f1fc;padding:3rem 2rem 2rem;font-family:Inter,sans-serif;color:#333}.footer-content{display:flex;flex-wrap:wrap;justify-content:space-between;gap:2rem;max-width:1200px;margin:auto}.footer-column{flex:1;min-width:220px}.footer-logo{display:flex;align-items:center;margin-bottom:1rem}.footer-logo-circle{background:linear-gradient(135deg,#a635f7,#7e1fff);color:#fff;border-radius:50%;width:38px;height:38px;display:flex;align-items:center;justify-content:center;font-weight:700;margin-right:8px}.footer-logo-text{font-weight:700;font-size:1.2rem;color:#8a0ecf}.footer-description{color:#666;font-size:.95rem;margin-bottom:1rem}.footer-socials{display:flex;gap:.8rem}.footer-icon{background-color:#fff;border-radius:8px;padding:.4rem;box-shadow:0 2px 4px #0000000d;font-size:1rem;cursor:pointer}.footer-heading{font-weight:600;margin-bottom:.8rem;color:#333}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin:.4rem 0;cursor:pointer;color:#555;font-size:.95rem}.footer-links li:hover{color:#8a0ecf}.footer-subtext{color:#555;font-size:.9rem;margin-bottom:.5rem}.footer-subscribe{display:flex;margin-bottom:1rem}.footer-subscribe input{padding:.6rem .8rem;border:none;border-radius:8px 0 0 8px;outline:none;flex:1}.footer-subscribe button{background-color:#6200ea;color:#fff;padding:.6rem 1rem;border:none;border-radius:0 8px 8px 0;cursor:pointer}.footer-contact p{font-size:.9rem;margin:.3rem 0;color:#444}.footer-bottom{margin-top:2rem;border-top:1px solid #e1dbe8;padding-top:1.5rem;text-align:center;font-size:.85rem}.footer-badges{display:flex;justify-content:center;gap:1.5rem;margin-bottom:1rem;flex-wrap:wrap}.footer-legal{display:flex;justify-content:center;gap:1.2rem;margin-bottom:1rem;flex-wrap:wrap}.footer-legal a{text-decoration:none;color:#666}.footer-copy p{margin:.2rem 0;color:#777}@media (max-width: 768px){.footer-content{flex-direction:column}}.admin-dashboard{display:flex;height:100vh;font-family:Arial,sans-serif}.admin-sidebar{width:220px;background-color:#20232a;color:#fff;padding:20px;display:flex;flex-direction:column;gap:12px}.admin-sidebar h2{margin-bottom:24px;font-size:1.4rem}.admin-sidebar button{background:none;color:#fff;border:none;text-align:left;padding:10px 5px;cursor:pointer;font-size:1rem}.admin-sidebar button:hover{background-color:#3b3f48}.admin-content{flex:1;padding:30px;overflow-y:auto;background-color:#f4f6f8}.admin-section h2{font-size:1.6rem;margin-bottom:20px}.admin-user-card,.admin-service-card{background-color:#fff;border:1px solid #ddd;padding:16px;margin-bottom:12px;border-radius:8px;display:flex;justify-content:space-between;align-items:center}.admin-user-actions button{margin-left:10px;padding:6px 12px;border:none;background-color:#007bff;color:#fff;border-radius:4px;cursor:pointer}.admin-user-actions button:hover{background-color:#0056b3}.delete-btn{padding:6px 12px;background-color:#dc3545;color:#fff;border:none;border-radius:4px;cursor:pointer}.delete-btn:hover{background-color:#b02a37}.admin-table{width:100%;border-collapse:collapse;background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;box-shadow:0 1px 2px #0000000d}.admin-table th,.admin-table td{padding:14px 16px;text-align:left;border-bottom:1px solid #f0f0f0}.admin-table th{background-color:#fafafa;font-weight:600;color:#333}.preview-btn,.approve-btn{padding:6px 12px;margin-right:6px;border:none;border-radius:4px;font-size:.9rem;cursor:pointer}.preview-btn{background-color:#007bff;color:#fff}.approve-btn{background-color:#28a745;color:#fff}.preview-btn:hover{background-color:#0056b3}.approve-btn:hover{background-color:#218838}
