*{margin:0;padding:0;box-sizing:var(--box-sizing-border-box)}.main_wrapper2{width:var(--w-100);height:var(--h-100);display:var(--d-flex);flex-direction:var(--fd-column)}.general-page-main-part{min-height:var(--mh-500)}.main-title{font-size:var(--fs-20);text-align:var(--text-align-center);width:var(--w-100);color:var(--c-text);font-family:var(--ff-montserrat);font-weight:var(--fw-semibold);display:var(--d-flex);align-items:var(--ai-center);justify-content:var(--jc-center);margin-top:var(--mt-50)}.service-card{background:#fff;border-radius:20px;overflow:hidden;cursor:pointer;transition:transform .2s;display:flex;flex-direction:column;padding:4px}.service-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px rgba(0,0,0,.05)}.service-card-img-wrapper{position:relative;width:100%;aspect-ratio:1.1;height:auto;border-radius:20px;overflow:hidden}.service-card-img-wrapper img{width:100%;height:100%;object-fit:cover}.service-card-content{padding:8px;display:flex;flex-direction:column;flex:1}.service-card-price{font-size:20px;font-weight:700;margin-bottom:4px}.service-card-price,.service-card-title{color:#2c2c2e;font-family:Montserrat,sans-serif}.service-card-title{font-weight:500;font-size:16px;margin-bottom:8px;line-height:22px;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.service-card-location{font-family:Montserrat,sans-serif;font-weight:500;font-size:15px;color:#8e8e92}@media (min-width:1024px) and (max-width:1100px){.service-card-img-wrapper{border-radius:18px!important}.general-page-banners{gap:12px!important}}@media (min-width:900px) and (max-width:1024px){.general-page-banners{gap:12px!important}.recommend-card-img-wrapper,.service-card-img-wrapper{border-radius:18px!important}}@media (max-width:899px){.recommend-card-img-wrapper,.service-card-img-wrapper{border-radius:16px!important}}@media (max-width:426px){.recommend-card-img-wrapper,.service-card-img-wrapper{border-radius:16px!important}}.add-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:10000;background-color:transparent}.add-menu-bubble-content{position:absolute;bottom:90px;right:30px;background:rgba(254,255,255,.72);box-shadow:0 8px 12px 0 rgba(0,0,0,.12);backdrop-filter:blur(8px);border-radius:20px;padding:25px 31px;width:max-content;z-index:10001;animation:bubbleSlideUp .3s cubic-bezier(.16,1,.3,1) forwards}.add-menu-bubble-content--header{top:calc(100% + 10px);right:-20px;bottom:auto;margin-bottom:0;transform-origin:top right;animation:headerBubbleSlideDown .3s cubic-bezier(.16,1,.3,1) forwards}@keyframes headerBubbleSlideDown{0%{opacity:0;transform:translateY(-10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes bubbleSlideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.add-menu-bubble-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:20px}.add-menu-bubble-list li{display:flex;align-items:center;gap:16px;cursor:pointer}.add-menu-icon-wrapper{display:flex;align-items:center;justify-content:center;width:28px;height:28px;color:#2c2c2e}.add-menu-icon-wrapper svg{width:100%;height:100%;object-fit:contain}.add-menu-text{font-family:Montserrat,sans-serif;font-size:18px;font-weight:500;color:#2c2c2e}