*{margin:0;padding:0;box-sizing:border-box;font-family:sans-serif}.header{position:sticky;top:0;z-index:9999;height:64px;background:#ffffffe6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid #eee;box-shadow:0 1px 4px #00000012;display:flex;padding:2rem}.header-inner{width:100%;height:100%;display:flex;align-items:center;justify-content:space-between;gap:px}.header-inner-left{display:flex;gap:2rem}.header-inner-right{display:flex;justify-content:center;align-items:center;gap:2rem}.logo{display:flex;align-items:center;gap:6px;cursor:pointer}.logo img{width:34px;height:34px;border-radius:8px}.logo-name{font-weight:700;font-size:1.5rem}.search-pill i{font-size:1.3rem;color:#000}.nav{display:flex;gap:1rem}.nav-link{display:inline-block;padding:6px;color:#6b7280;text-decoration:none;position:relative;transition:color .3s ease}.nav-link:after{content:"";position:absolute;bottom:-2px;left:50%;width:0;height:2.5px;background:#1c8c8c;transform:translate(-50%);transition:width .35s ease}.nav-link:hover{color:#1c8c8c}.nav-link:hover:after{width:100%}.nav-link.active{color:#1c8c8c;font-weight:600}.nav-link.active:after{width:100%}.play-store-btn img{height:35px}.mobile-header,.bottom-nav{display:none}@media(max-width:768px){body{padding-bottom:70px}.header{display:none}.mobile-header{display:flex;justify-content:space-between;align-items:center;height:56px;padding:0 1rem;position:sticky;top:0;background:#fff;border-bottom:1px solid #eee;z-index:100}.mobile-header a{display:flex;align-items:center}.mobile-logo{display:flex;align-items:center;gap:4px}.mobile-logo img{width:30px;height:30px}.mobile-search{color:#000}.bottom-nav{display:flex;position:fixed;bottom:0;width:100%;height:68px;background:#fff;border-top:1px solid #eee;justify-content:space-around;align-items:center}.bnav-item{display:flex;flex-direction:column;align-items:center;font-size:.65rem;color:#6b7280;text-decoration:none}.bnav-item.active{color:#1c8c8c}.bnav-fab{transform:translateY(-12px)}.bnav-fab-inner{width:52px;height:52px;border-radius:50%;background:#1c8c8c;display:flex;align-items:center;justify-content:center}.play-store-btn img{height:25px}}.footer{background-color:#fff;padding:0 60px 20px;border-top:1px solid #e5e5e5}.footer-quote{padding:4rem;font-size:3rem;text-align:center;color:#77777798;font-family:Verdana,Geneva,Tahoma,sans-serif;font-weight:700}.footer-container{display:flex;justify-content:space-evenly;gap:40px;margin-bottom:40px}.footer-column h4{text-align:center;font-size:14px;font-weight:600;margin-bottom:15px;color:#111}.footer-column ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;justify-content:center;align-items:center}.footer-column ul li{font-size:14px;color:#555;margin-bottom:10px;cursor:pointer;transition:.2s}.footer-column ul li:hover{color:#0f766e}.footer-column a{text-decoration:none;color:#555}.footer-column a:hover{color:#0f766e}.footer-social-icons{display:flex;gap:15px;font-size:18px;margin-bottom:10px;cursor:pointer}.footer-social-icons i:hover{color:#0f766e}.store-buttons{display:flex;flex-direction:column;gap:10px}.store-btn{width:100%;padding:8px 12px;border:1px solid #ddd;background-color:#fff;border-radius:6px;cursor:pointer;font-size:12px;transition:.2s}.store-btn:hover{background-color:#0f766e;color:#fff;border-color:#0f766e}.footer-bottom{text-align:center;font-size:13px;color:#777;border-top:1px solid #e5e5e5;padding-top:15px}@media(max-width:550px){.footer-container{flex-direction:column}.footer-quote{font-size:2rem;padding:2rem 0 3rem}.footer-column,.footer-column ul{display:flex;flex-direction:column;justify-content:center;align-items:center}}.hero{background:linear-gradient(180deg,#1c8c8c,#fff);padding:60px 80px;border-bottom-left-radius:30px;border-bottom-right-radius:30px}.hero-inner{display:flex;align-items:center;justify-content:space-between;gap:50px}.hero-left{flex:1;color:#fff}.hero-location{font-weight:550;display:flex;align-items:center;gap:8px;font-size:1.3rem;margin-bottom:20px;color:#065151}.hero-search{background:#fff;border-radius:30px;padding:12px 18px;display:flex;align-items:center;width:100%;box-shadow:0 4px 10px #00000014;margin-bottom:25px}.hero-search input{border:none;outline:none;width:100%;font-size:1.2rem}.search-icon{margin-right:10px;color:#777}.hero-tags{display:flex;flex-wrap:wrap;gap:12px}.tag-btn{background:#ffffff80;border:none;padding:8px 16px;border-radius:20px;font-size:13px;cursor:pointer;transition:.2s ease}.tag-btn:hover{background:#fff}.hero-right{flex:1;display:flex;justify-content:center}.hero-image-card{padding:15px;border-radius:20px;box-shadow:0 0 20px #00000038}.hero-image-card img{width:auto;height:17rem;background-size:cover;border-radius:20px;display:block}@media(max-width:1080px){.hero{padding:50px}.hero-inner{gap:30px}.hero-location{font-size:1.1rem;margin-bottom:16px}.hero-search{margin-bottom:18px}.hero-search input{font-size:1rem}.tag-btn{font-size:11px;padding:7px 13px}}@media(max-width:768px){.hero{padding:40px 32px;border-bottom-left-radius:20px;border-bottom-right-radius:20px}.hero-inner{flex-direction:column;gap:24px;align-items:stretch}.hero-left,.hero-right{flex:unset;width:100%}.hero-location{font-size:1rem;margin-bottom:14px}.hero-search{width:100%;margin-bottom:16px;padding:10px 16px}.hero-search input{font-size:1rem}.hero-tags{gap:10px;justify-content:center}.tag-btn{font-size:12px;padding:7px 14px}.hero-image-card img{height:14rem}}@media(max-width:480px){.hero{padding:28px 16px 36px;border-bottom-left-radius:16px;border-bottom-right-radius:16px}.hero-inner{flex-direction:column;gap:18px}.hero-location{font-size:.95rem;margin-bottom:12px;gap:6px}.hero-search{padding:9px 14px;margin-bottom:14px;border-radius:24px}.hero-search input{font-size:.9rem}.search-icon{margin-right:8px;font-size:.9rem}.hero-tags{gap:8px}.tag-btn{font-size:11px;padding:6px 12px;border-radius:16px}.hero-image-card{padding:10px;border-radius:14px}.hero-image-card img{height:11rem;border-radius:14px}}.carousel-container{position:relative;overflow:hidden;border-radius:12px}.carousel-track{display:flex;height:100%;transition:transform .6s ease-in-out}.carousel-image{width:100%;height:100%;object-fit:cover;flex-shrink:0;cursor:pointer}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#00000053;color:#fff;border:none;padding:.5rem;cursor:pointer;font-size:1.5rem;height:3rem;width:3rem;border-radius:50%;transition:.3s ease;display:flex;justify-content:center;align-items:center}.carousel-btn:hover{background:#1c8c8c;color:#000}.prev{left:10px}.next{right:10px}.slides-counter{position:absolute;bottom:15px;left:50%;transform:translate(-50%);display:flex;gap:8px;background-color:#00000023;padding:.3rem 1rem;border-radius:20px}.single-counter{width:10px;height:10px;border-radius:50%;background-color:#ffffff6c;cursor:pointer;transition:.3s ease}.single-counter:hover{background-color:#fff}.active-dot{background-color:#1c8c8c;transform:scale(1.2)}@media(max-width:768px){.carousel-container{width:100%!important;height:260px!important;border-radius:10px}.carousel-btn{height:2.4rem;width:2.4rem;font-size:1.1rem}.prev{left:8px}.next{right:8px}.slides-counter{bottom:10px;gap:6px;padding:.25rem .8rem}.single-counter{width:8px;height:8px}}@media(max-width:480px){.carousel-container{width:100%!important;height:200px!important;border-radius:8px}.carousel-btn{height:2rem;width:2rem;font-size:.9rem;padding:.3rem}.prev{left:6px}.next{right:6px}.slides-counter{bottom:8px;gap:5px;padding:.2rem .6rem}.single-counter{width:7px;height:7px}}.category-section{padding:20px 80px}.category-container-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.category-title{font-size:1.5rem;font-weight:600;color:#222}.category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:1rem}.category-card{display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:transform .25s ease}.category-card:hover{transform:translateY(-3px)}.category-icon{padding:.5rem;border:2px solid #a7a7a777;margin:0 0 10px;border-radius:16px;display:flex;align-items:center;justify-content:center}.category-icon img{width:45px;height:45px;object-fit:contain;display:block;background:#fff;transition:.25s ease}.category-name{font-size:13px;color:#333;font-weight:500;text-align:center;word-break:break-word;width:100%;display:block}@media(min-width:481px)and (max-width:1024px){.category-section{padding:20px 32px}.category-title{font-size:1.3rem}.category-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.75rem}.category-icon{padding:.4rem;border-radius:14px;margin-bottom:8px}.category-icon img{width:40px;height:40px}.category-name{font-size:12px}}@media(max-width:480px){.category-section{padding:16px}.category-container-top{margin-bottom:.75rem}.category-title{font-size:1.1rem}.see-all{font-size:.85rem}.category-grid{grid-template-columns:repeat(4,1fr);gap:1rem}.category-card:hover{transform:none}.category-card:active{opacity:.8;transform:scale(.96)}.category-icon{padding:.4rem;border-radius:12px;margin-bottom:6px}.category-icon img{width:36px;height:36px}.category-name{font-size:11px}}.listing-card{padding:.5rem;max-width:100%;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 0 15px #00000016;border:1px solid rgba(0,0,0,.075);transition:all .2s ease;cursor:pointer;width:100%}.listing-card:hover{transform:translateY(-3px)}.listing-image{width:100%;aspect-ratio:16 / 9;overflow:hidden;border-radius:14px}.listing-image img{width:100%;height:100%;object-fit:cover}.listing-content{padding:12px 14px}.listing-category{font-size:11px;color:#9b9b9b;margin-bottom:4px;text-transform:capitalize;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.listing-title{font-size:14px;font-weight:600;color:#1a1a1a;margin:0 0 6px;text-transform:capitalize;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.listing-location{display:flex;align-items:center;gap:6px;font-size:12px;color:#6b6b6b;margin-bottom:4px}.listing-location i{font-size:12px;color:#1c8c8c;flex-shrink:0}.listing-location span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.listing-card-rating{display:flex;align-items:center;gap:6px;font-size:12px;color:#6b6b6b}.listing-card-rating i{font-size:12px;color:#1c8c8c;flex-shrink:0}@media(min-width:481px)and (max-width:768px){.listing-card{max-width:100%;border-radius:12px}.listing-image{border-radius:10px}.listing-content{padding:10px 12px}.listing-title{font-size:13px}.listing-category,.listing-location,.listing-card-rating{font-size:11px}}@media(max-width:480px){.listing-card{border-radius:12px;padding:.4rem;transition:none}.listing-card:hover{transform:none}.listing-card:active{opacity:.85;transform:scale(.98)}.listing-image{border-radius:10px;aspect-ratio:4 / 3}.listing-content{padding:8px 10px}.listing-category{font-size:10px;margin-bottom:3px}.listing-title{font-size:13px;margin-bottom:5px}.listing-location,.listing-card-rating{font-size:11px;gap:5px}.listing-location i,.listing-card-rating i{font-size:11px}}.listing-section{padding:20px 80px}.listing-header{display:flex;justify-content:space-between;align-items:center;margin:0 0 1rem}.listing-header-without-see-all{display:flex;padding:10px 0 30px}.listing-header h2,.listing-header-without-see-all h2{font-size:1.5rem;font-weight:600;color:#1a1a1a}.see-all{font-size:1rem;color:#0f766e;cursor:pointer;font-weight:500;text-decoration:none;white-space:nowrap}.see-all:hover{text-decoration:underline}.listing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,max-content));justify-content:start;gap:12px}@media(min-width:481px)and (max-width:1024px){.listing-section{padding:20px 32px}.listing-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));justify-content:unset;gap:12px}.listing-header h2,.listing-header-without-see-all h2{font-size:1.3rem}.listing-header-without-see-all{padding:8px 0 20px}}@media(max-width:480px){.listing-section{padding:16px}.listing-header{margin:0 0 .75rem}.listing-header-without-see-all{padding:6px 0 16px}.listing-header h2,.listing-header-without-see-all h2{font-size:1.1rem}.see-all{font-size:.85rem}.listing-grid{grid-template-columns:repeat(2,1fr);justify-content:unset;gap:10px}}.listing-basic-info{background:#fff;box-shadow:0 0 15px #00000016;border-radius:10px;padding:20px 20px 0;display:flex;flex-direction:column;gap:.7rem;width:100%}.listing-basic-info-category{font-size:1rem;font-weight:600;opacity:.4;text-transform:capitalize}.listing-info-title{font-size:2rem;font-weight:600;text-transform:capitalize}.listing-rating{display:flex;justify-content:start;align-items:center;gap:10px}.five-stars{font-size:1rem;color:#00000056}.five-stars .active{color:#fc0}.rating-value{font-size:1rem;color:#555}.rating-value span{font-weight:700;color:#000000b0}.location{display:flex;align-items:center;gap:4px;font-size:1rem;color:#555;margin:5px 0}.location i{color:#1c8c8c}.social-icons{display:flex;align-items:center;gap:15px}.social-icons-img{height:35px;width:35px;transition:.2s}.social-icons a.disabled{opacity:.15;pointer-events:none;filter:grayscale(100%)}.social-icons a:hover{color:#1c8c8c}.listing-description h4{border-top:1px solid #33333324;padding:15px 0 5px}.listing-description p{font-size:14px;color:#555;line-height:1.5}.listing-owner{display:flex;justify-content:space-between;align-items:center;padding:15px 0;border-top:1px solid #33333324}.owner-left{display:flex;justify-content:center;align-items:center;gap:10px}.owner-logo{width:55px;height:55px;background:#1c8c8c;color:#fff;display:flex;align-items:center;justify-content:center;border-radius:50%;font-weight:600;font-size:1.2rem}.owner-name{font-size:1rem;font-weight:600}.owner-role{font-size:12px;color:#777;display:flex;align-items:center;gap:4px}.owner-role img{width:14px}.help-btn{padding:6px 12px;border:none;background:transparent;color:#1c8c8c;border-radius:6px;cursor:pointer;transition:.2s;display:flex;gap:.3rem;font-size:1rem}.help-btn:hover{color:#000}@media(max-width:768px){.listing-basic-info{padding:16px 16px 0;gap:.6rem;border-radius:8px}.listing-info-title{font-size:1.6rem}.listing-basic-info-category{font-size:.9rem}.social-icons-img{height:30px;width:30px}.social-icons{gap:12px}.owner-logo{width:48px;height:48px;font-size:1.1rem}.owner-name{font-size:.95rem}.help-btn{font-size:.9rem;padding:5px 10px}.listing-description p{font-size:13px}}@media(max-width:480px){.listing-basic-info{padding:14px 14px 0;gap:.55rem;border-radius:6px;box-shadow:0 0 10px #00000012}.listing-basic-info-category{font-size:.8rem}.listing-info-title{font-size:1.3rem}.listing-rating{flex-wrap:wrap;gap:6px}.five-stars{font-size:.9rem}.rating-value{font-size:.85rem}.location{font-size:.875rem;margin:2px 0}.social-icons{gap:10px;flex-wrap:wrap}.social-icons-img{height:28px;width:28px}.listing-description h4{padding:12px 0 4px;font-size:.95rem}.listing-description p{font-size:13px;line-height:1.55}.listing-owner{flex-direction:row;align-items:center;gap:10px;padding:12px 0}.owner-left{gap:8px}.owner-logo{width:42px;height:42px;font-size:1rem;flex-shrink:0}.owner-name{font-size:.88rem}.owner-role{font-size:11px}.help-btn{font-size:.8rem;padding:5px 8px;gap:.25rem;flex-shrink:0}.help-btn span{display:none}}.info-section{display:flex;flex-direction:column;justify-content:center;align-items:center;box-shadow:0 0 15px #00000016;border-radius:10px;padding:20px}.info-section h2{margin-bottom:1.5rem;font-size:1.2rem}.table-container{width:100%;text-align:center}.info-table{width:100%;border-collapse:collapse;table-layout:fixed}.info-table th,.info-table td{border:1px solid #00000025;padding:10px;word-break:break-word;white-space:normal;overflow-wrap:break-word}.info-table th{background-color:#00000025}.hours-cell{display:flex;flex-direction:column;gap:5px}@media(max-width:768px){.info-section{padding:16px;border-radius:8px}.info-section h2{font-size:1.1rem;margin-bottom:1.2rem}.info-table th,.info-table td{padding:8px 10px;font-size:.9rem}}@media(max-width:480px){.info-section{padding:14px;border-radius:6px}.info-section h2{font-size:1rem;margin-bottom:1rem}.info-table th,.info-table td{padding:6px 8px;font-size:.8rem;line-height:1.4}.hours-cell{gap:3px;font-size:.78rem}}.rating-review-section{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.rating-section{width:100%;box-shadow:0 0 15px #00000016;border-radius:10px;padding:20px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem;margin-top:1.5rem}.rating-section-top{display:flex;justify-content:space-between}.rating-section-top h2{font-size:1.2rem;display:flex;justify-content:center}.share-your-review-btn{border:1px solid #1c8c8c93;background-color:transparent;border-radius:2rem;padding:.5rem 5rem;cursor:pointer;transition:.2s ease;font-size:.9rem}.share-your-review-btn:hover{background-color:#1c8c8c;color:#fff}.rating-body{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;width:100%}.rating-container{display:flex;justify-content:center;align-items:center;width:100%}.rating-overview{flex:1;display:flex;justify-content:center;flex-direction:column;align-items:center;height:max-content}.rating-overview h1{font-size:1.2rem}.stars{display:flex;justify-content:center;align-items:center;color:#1c8c8c;font-size:1.5rem}.rating-overview p{color:#0000008d;font-size:.6rem}.rating-left-div{margin:0 .5rem;width:1px;height:6rem;border-left:2px solid rgba(0,0,0,.098)}.rating-breakdown{display:flex;flex:1.75;flex-direction:column;justify-content:center;align-items:center;gap:.8rem}.rating-row{display:flex;align-items:center;gap:1rem}.rating-row span{font-size:.8rem}.progress-bar{width:12rem;height:12px;background:#33333321;border-radius:4px;overflow:hidden}.progress{height:100%;background:#1c8c8c;border-radius:5px}.rating-right-div{margin:0 .5rem;width:1px;height:6rem;border-right:2px solid rgba(0,0,0,.098)}.avg-service-rating{flex:1;display:grid;justify-content:center;align-items:center;grid-template-columns:repeat(2,max-content);grid-template-rows:repeat(2,auto);row-gap:1rem;column-gap:1rem}.avg-rating-container{display:flex;flex-wrap:wrap;flex-direction:column;align-items:center;justify-content:center;gap:.2rem}.avg-rating-circle{--percent: 50;width:2.5rem;height:2.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.7rem;background:conic-gradient(#1c8c8c calc(var(--percent) * 1%),#e6e6e6 0);position:relative;z-index:1}.avg-rating-circle-val{background-color:#fff;height:2rem;width:2rem;display:flex;justify-content:center;align-items:center;border-radius:50%}.avg-rating-circle span{position:relative}.avg-rating-container span{font-size:.9rem;font-weight:500}.reviews-container{margin-top:1.5rem;width:100%;box-shadow:0 0 15px #00000016;border-radius:10px;padding:20px}.reviews-header{display:flex;justify-content:center;align-items:center;margin:0 0 2rem}.reviews-header h3{font-size:1.2rem;font-weight:600}.empty-review-text{text-align:center}.reviews-list{display:flex;flex-direction:column;gap:15px;max-height:400px;overflow-y:auto}.review-card{border-bottom:1px solid #eee;padding-bottom:12px}.review-user{display:flex;justify-content:space-between;align-items:center;gap:12px}.review-avatar{width:40px;height:40px;border-radius:50%;background:#1c8c8c;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600}.review-user-info{width:70%;display:flex;flex-direction:column}.review-username{font-size:14px;font-weight:600}.review-stars{font-size:.9rem;color:#ccc}.review-stars .active{color:#fc0}.review-date{font-size:12px;color:#777;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.4rem}.review-text{margin-top:5px;font-size:14px;color:#555;line-height:1.3}.review-see-all-btn{text-align:center;border:1px solid rgba(0,0,0,.132);background:transparent;color:#1c8c8c;padding:6px 12px;border-radius:6px;cursor:pointer;transition:.2s ease;width:100%}.review-see-all-btn:hover{background:#1c8c8c;color:#fff}@media(max-width:768px){.rating-section{padding:16px;gap:1.5rem;border-radius:8px}.rating-container{flex-direction:column;gap:1.2rem}.rating-left-div,.rating-right-div{display:none}.rating-overview{flex:unset;width:100%;padding-bottom:1rem;border-bottom:1px solid rgba(0,0,0,.08)}.rating-overview h1{font-size:1.15rem}.stars{font-size:1.4rem}.rating-overview p{font-size:.68rem;text-align:center}.rating-breakdown{flex:unset;width:100%;gap:.7rem;padding-bottom:1rem;border-bottom:1px solid rgba(0,0,0,.08)}.rating-row{width:100%;gap:.8rem}.progress-bar{flex:1;width:unset;height:11px}.avg-service-rating{flex:unset;width:100%;display:flex;flex-direction:row;justify-content:space-around;align-items:center;gap:.5rem}.avg-rating-circle{width:3rem;height:3rem;font-size:.68rem}.avg-rating-circle-val{width:2.4rem;height:2.4rem;font-size:.62rem}.avg-rating-container span{font-size:.82rem;text-align:center}.reviews-container{padding:16px;border-radius:8px}.reviews-header{margin-bottom:1.4rem}.review-user{gap:6px}.review-user-info{width:50%}}@media(max-width:480px){.rating-section{padding:14px;gap:1.2rem;border-radius:6px}.rating-container{flex-direction:column;gap:1rem}.rating-left-div,.rating-right-div{display:none}.rating-overview{flex:unset;width:100%;padding-bottom:1rem;border-bottom:1px solid rgba(0,0,0,.08)}.rating-overview h1{font-size:1.05rem}.stars{font-size:1.3rem}.rating-overview p{font-size:.63rem;text-align:center}.rating-breakdown{flex:unset;width:100%;gap:.6rem;padding-bottom:1rem;border-bottom:1px solid rgba(0,0,0,.08)}.rating-row{width:100%;gap:.6rem}.progress-bar{flex:1;width:unset;height:10px}.rating-row span{font-size:.75rem}.avg-service-rating{flex:unset;width:100%;display:flex;flex-direction:row;justify-content:space-around;align-items:center;gap:.4rem}.avg-rating-circle{width:2.8rem;height:2.8rem;font-size:.62rem}.avg-rating-circle-val{width:2.2rem;height:2.2rem;font-size:.58rem}.avg-rating-container span{font-size:.75rem;text-align:center}.reviews-container{padding:14px;border-radius:6px}.reviews-header{margin-bottom:1.2rem}.reviews-header h3{font-size:1rem}.reviews-list{max-height:350px}.review-user{align-items:flex-start;gap:8px}.review-avatar{width:34px;height:34px;font-size:.85rem;flex-shrink:0}.review-user-info{width:auto;flex:1}.review-username,.review-text{font-size:13px}.review-date{font-size:11px;flex-shrink:0}.review-stars{font-size:.8rem}}.main-image{position:relative;width:100%;overflow:hidden;border-radius:12px;aspect-ratio:16 / 9}.preview-image-arrow{background:#00000080;color:#fff;border:none;padding:.5rem;cursor:pointer;font-size:20px;height:3rem;width:3rem;border-radius:50%;flex-shrink:0}.prev-img-arrow-left:hover,.prev-img-arrow-right:hover{color:#1c8c8c}.prev-img-arrow-disabled{visibility:hidden}.preview-container{width:100%;position:absolute;bottom:0;left:50%;transform:translate(-50%);display:flex;justify-content:space-between;align-items:center;gap:2rem;padding:20px 10px 10px;border-radius:12px;background:linear-gradient(to top,#000000d9,#00000092,#0000)}.preview-wrapper{display:flex;align-items:center;gap:.5rem;flex-wrap:nowrap;height:5rem;overflow-x:scroll;overflow-y:visible;scrollbar-width:none;min-width:0;flex:1}.preview-wrapper::-webkit-scrollbar{display:none}.preview{width:120px;aspect-ratio:16 / 9;object-fit:cover;border-radius:6px;cursor:pointer;border:3px solid #1c8c8c;transition:.3s ease-in;flex-shrink:0}.preview:hover{opacity:1}.preview-active{opacity:1;border:3px solid white;position:relative;bottom:5px;z-index:500}@media(min-width:481px)and (max-width:1024px){.preview-image-arrow{height:2.5rem;width:2.5rem;font-size:16px}.preview{width:100px;aspect-ratio:16/9}.preview-wrapper{height:4.5rem;gap:.4rem}.preview-container{gap:1rem;padding:16px 8px 8px}}@media(max-width:480px){.main-image{border-radius:10px;aspect-ratio:4 / 3}.preview-image-arrow{height:2rem;width:2rem;font-size:13px;padding:.3rem}.preview{width:72px;border-radius:5px;border-width:2px}.preview-active{border-width:2px;bottom:4px}.preview-wrapper{height:3.5rem;gap:.35rem}.preview-container{gap:.5rem;padding:14px 6px 8px}}.hl-container{padding:40px 80px;display:flex;flex-direction:column;gap:40px}.hl-loader{background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6,#e5e7eb 75%);background-size:200% 100%;border-radius:12px;animation:hl-shimmer 1.6s infinite linear}@keyframes hl-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.hl-hero{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:center}.hl-hero-left{display:flex;flex-direction:column;gap:16px}.hl-hero-image{height:250px;width:100%;border-radius:16px}.hl-search{height:40px;border-radius:999px}.hl-tags{display:flex;flex-wrap:wrap;gap:8px}.hl-tag{height:24px;width:100px;border-radius:999px}.hl-text-small{height:14px;width:120px;border-radius:6px}.hl-text-medium{height:16px;width:70%;border-radius:6px}.hl-text-tiny{height:10px;width:50px;border-radius:6px}.hl-section{display:flex;flex-direction:column;gap:16px}.hl-title{height:18px;width:150px;border-radius:6px}.hl-categories{display:flex;flex-wrap:wrap;gap:3rem}.hl-category-item{display:flex;flex-direction:column;align-items:center;gap:6px}.hl-icon{height:48px;width:48px;border-radius:10px}.hl-cards{display:grid;grid-template-columns:repeat(5,1fr);gap:24px}.hl-card{display:flex;flex-direction:column;gap:10px}.hl-card-img{height:160px;width:100%;border-radius:12px}@media(max-width:768px){.hl-container{padding:28px 32px;gap:32px}.hl-hero{grid-template-columns:1fr;gap:16px}.hl-hero-image{height:200px}.hl-categories{gap:1.8rem}.hl-icon{height:42px;width:42px}.hl-cards{grid-template-columns:repeat(3,1fr);gap:16px}.hl-card-img{height:130px}.hl-tag{width:80px;height:22px}.hl-title{width:120px}}@media(max-width:480px){.hl-container{padding:20px 16px;gap:28px}.hl-hero{grid-template-columns:1fr;gap:14px}.hl-hero-image{height:170px;border-radius:12px}.hl-search{height:36px}.hl-tags{gap:6px}.hl-tag{width:70px;height:20px}.hl-categories{gap:1.2rem}.hl-icon{height:38px;width:38px;border-radius:8px}.hl-text-tiny{height:9px;width:40px}.hl-cards{grid-template-columns:repeat(2,1fr);gap:12px}.hl-card-img{height:110px;border-radius:10px}.hl-text-medium{height:14px;width:80%}.hl-text-small{height:12px;width:100px}.hl-title{height:16px;width:100px}}.listing-section-loader{padding:20px 80px}.loader-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.loader-header.no-see-all{justify-content:flex-start}.loader-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}.loader-skeleton{background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6,#e5e7eb 75%);background-size:200% 100%;animation:loader-shimmer 1.2s infinite;border-radius:8px}@keyframes loader-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.loader-card{width:100%;padding:10px;border-radius:12px;background:#fff}.loader-skeleton-img{width:100%;aspect-ratio:16 / 9;border-radius:12px;margin-bottom:10px}.loader-skeleton-content{display:flex;flex-direction:column;gap:8px}.loader-skeleton-title{width:220px;height:30px}.loader-skeleton-see-all{width:70px;height:18px}.loader-skeleton-tag{width:80px;height:12px}.loader-skeleton-name{width:120px;height:16px}.loader-skeleton-location{width:90%;height:12px}.loader-skeleton-rating{width:60px;height:12px}@media(min-width:481px)and (max-width:1024px){.listing-section-loader{padding:20px 32px}.loader-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}.loader-skeleton-title{width:160px;height:26px}}@media(max-width:480px){.listing-section-loader{padding:16px}.loader-header{margin-bottom:12px}.loader-grid{grid-template-columns:repeat(2,1fr);gap:10px}.loader-card{padding:8px;border-radius:10px}.loader-skeleton-img{aspect-ratio:4 / 3;border-radius:10px}.loader-skeleton-title{width:120px;height:22px}.loader-skeleton-see-all{width:55px;height:16px}.loader-skeleton-name{width:90px;height:14px}}.loader-category-page{padding:20px 80px;display:flex;flex-direction:column;gap:40px}.loader-category-section{display:flex;flex-direction:column;gap:20px}.loader-category-title{width:220px;height:22px;border-radius:6px}.loader-category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:10px}.loader-category-item{display:flex;flex-direction:column;align-items:center;gap:8px}.loader-category-icon{width:64px;height:64px;border-radius:16px}.loader-category-text{width:70px;height:12px;border-radius:6px}.loader-base{background:#e5e7eb;border-radius:12px;animation:loader-pulse 1.5s infinite ease-in-out}@keyframes loader-pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}@media(min-width:481px)and (max-width:1024px){.loader-category-page{padding:20px 32px;gap:32px}.loader-category-grid{grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:10px}.loader-category-title{width:180px;height:20px}}@media(max-width:480px){.loader-category-page{padding:16px;gap:28px}.loader-category-grid{grid-template-columns:repeat(4,1fr);gap:8px}.loader-category-icon{width:48px;height:48px;border-radius:12px}.loader-category-text{width:52px;height:10px}.loader-category-title{width:140px;height:18px}}.loader-detail-page{padding:20px 80px;display:flex;flex-direction:column;gap:30px}.loader-detail-top{display:grid;grid-template-columns:1.2fr 1fr;gap:24px}.loader-detail-left{display:flex;flex-direction:column}.loader-detail-main-img{width:100%;height:260px;border-radius:16px}.loader-detail-thumbnails{display:flex;flex-direction:row-reverse;gap:10px;margin-top:10px}.loader-detail-thumb{width:170px;height:50px;border-radius:8px}.loader-detail-actions{display:flex;gap:10px;margin-top:12px}.loader-detail-btn{width:100px;height:35px;border-radius:8px}.loader-detail-right{display:flex;flex-direction:column;gap:10px}.loader-detail-category{width:120px;height:12px}.loader-detail-title{width:200px;height:20px}.loader-detail-rating{width:150px;height:14px}.loader-detail-location{width:80%;height:12px}.loader-detail-socials{display:flex;gap:10px}.loader-detail-icon{width:30px;height:30px;border-radius:50%}.loader-detail-desc{width:100%;height:50px}.loader-detail-user{width:180px;height:30px}.loader-detail-middle{display:grid;grid-template-columns:1fr 1fr;gap:20px}.loader-detail-box{padding:16px;border-radius:12px;background:#fff}.loader-detail-box-title{width:150px;height:16px;margin-bottom:10px}.loader-detail-rating-bars{width:100%;height:100px}.loader-detail-table{width:100%;height:120px}.loader-detail-review{width:100%;height:60px}.loader-detail-section{display:flex;flex-direction:column;gap:16px}.loader-detail-section-title{width:200px;height:18px}.loader-detail-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}.loader-detail-card{padding:10px;border-radius:12px;background:#fff}.loader-detail-card-img{width:100%;aspect-ratio:16 / 9;border-radius:10px;margin-bottom:8px}.loader-detail-card-name{width:120px;height:14px;border-radius:6px;margin-bottom:6px}.loader-detail-card-location{width:90px;height:12px;border-radius:6px}.loader-base{background:#e5e7eb;border-radius:12px;animation:loader-detail-pulse 1.5s infinite ease-in-out}@keyframes loader-detail-pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}@media(min-width:481px)and (max-width:1024px){.loader-detail-page{padding:20px 32px;gap:24px}.loader-detail-top{grid-template-columns:1fr}.loader-detail-main-img{height:220px}.loader-detail-middle{grid-template-columns:1fr 1fr}.loader-detail-thumb{width:130px}}@media(max-width:480px){.loader-detail-page{padding:16px;gap:20px}.loader-detail-top{grid-template-columns:1fr}.loader-detail-main-img{height:200px}.loader-detail-thumb{width:100px;height:44px}.loader-detail-middle{grid-template-columns:1fr}.loader-detail-title{width:160px}.loader-detail-section-title{width:140px;height:16px}.loader-detail-grid{grid-template-columns:repeat(2,1fr);gap:10px}}.listing-details{padding:20px 80px;display:flex;justify-content:space-evenly;align-items:start;gap:1.5rem}.listing-details-left{display:flex;flex-direction:column;align-items:center;flex:1.2}.listing-details-right{display:flex;flex-direction:column;align-items:center;gap:1.5rem;flex:1}.likes-contact{box-shadow:0 0 15px #00000016;border-radius:10px;padding:.5rem 1rem;margin-top:1rem;width:100%;display:flex;align-items:center;justify-content:space-between}.likes{display:flex;gap:.5rem;font-size:1.2rem;color:#000000d2}.likes-count{font-weight:550}.likes-count i{color:#1c8c8c;margin-right:5px}.contact{display:flex;gap:.5rem}.contact a{padding:1rem 2rem;font-size:1rem;border-radius:15px;display:flex;align-items:center;gap:.5rem;transition:.2s ease;cursor:pointer;text-decoration:none}.call{background-color:transparent;color:#000;border:2px solid rgba(0,0,0,.32)}.call i{color:#1c8c8c;transition:.2s ease;display:inline-block;animation:ring 1.5s infinite;transform-origin:50% 50%}@keyframes ring{0%{transform:rotate(0)}10%{transform:rotate(20deg)}20%{transform:rotate(-15deg)}30%{transform:rotate(20deg)}40%{transform:rotate(-10deg)}50%{transform:rotate(10deg)}60%{transform:rotate(0)}to{transform:rotate(0)}}.call:hover{background-color:#1c8c8c;border:2px solid #1c8c8c;color:#fff}.call:hover i{color:#fff}.direction{background-color:#1c8c8c;color:#fff;border:2px solid #1c8c8c}.direction i{transition:.2s ease}.direction:hover{background-color:#fff;color:#000;border:2px solid rgba(0,0,0,.32)}.direction:hover i{color:#1c8c8c}.listing-details-right-mobile{display:none}@media(min-width:481px)and (max-width:1024px){.listing-details{padding:20px 32px;gap:1.25rem}.listing-details-left{flex:1.2 1 0%!important;min-width:0}.listing-details-right{flex:1 1 0%!important;min-width:0}.main-image{aspect-ratio:4/3}.likes-contact{flex-direction:column;align-items:center;gap:.75rem;padding:.75rem 1rem;margin-top:.75rem}.likes{font-size:1rem}.contact{width:100%}.contact button{flex:1;justify-content:center;padding:.75rem 1rem;font-size:.9rem;border-radius:12px}}@media(max-width:480px){.listing-details{padding:16px;flex-direction:column;gap:1rem}.listing-details-left{width:100%}.listing-details-right{display:none}.listing-details-right-mobile{display:flex;flex-direction:column;gap:1rem;width:100%}.likes-contact{flex-direction:column;align-items:center;gap:.75rem;padding:.75rem 1rem;margin-top:.75rem}.likes{font-size:1rem}.contact{width:100%}.contact a{flex:1;justify-content:center;padding:.75rem 1rem;font-size:.9rem;border-radius:12px}}
