.section-title{margin-top:1rem}.description br{display:block;margin:6px 0}.description{text-align:justify}.price-tabs-wrapper{width:100%;max-width:800px;margin:0 auto;background:#fff;border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,.05);overflow:hidden;border:1px solid rgba(201,169,169,.2)}.tab-content-wrapper::-webkit-scrollbar{width:6px}.tab-content-wrapper::-webkit-scrollbar-track{background:rgba(201,169,169,.1);border-radius:10px}.tab-content-wrapper::-webkit-scrollbar-thumb{background-color:var(--primary-color);border-radius:10px}.close-popup{position:absolute;top:0;right:0;padding:8px;margin:-8px;font-size:3rem;cursor:pointer;color:#777;transition:color .3s ease;line-height:.65;border-radius:50%;background:rgba(255,255,255,.1)}.close-popup:hover{color:var(--primary-color);background:rgba(201,169,169,.15);transform:scale(1.05)}.price-list{margin:2rem 0}.price-item{display:flex;justify-content:space-between;padding:.8rem 0;border-bottom:1px solid #eee;font-size:1.05rem}.price-item:last-child{border-bottom:none;margin-bottom:0}.price-item .service-name{color:#555}.price-item .service-cost{font-weight:600;color:var(--primary-color)}.price-tabs{display:flex;justify-content:center;margin-bottom:0;margin-top:1rem;border-bottom:1px solid rgba(201,169,169,.3);padding-bottom:.5rem;background:#fff;padding-top:0;width:100%}.price-tabs.sticky{position:sticky;top:0;z-index:10}.tab-content-wrapper{flex:1;overflow:hidden;padding-right:10px;padding-right:10px;margin:0;scrollbar-width:thin;scrollbar-color:var(--primary-color) rgba(201,169,169,.2)}.tab-button{background:0 0;border:none;padding:.5rem 1.5rem;margin:0 .5rem;font-family:Poppins,sans-serif;font-size:1rem;color:var(--text-color);cursor:pointer;position:relative;transition:var(--transition);border-radius:4px}.tab-button::after{content:'';position:absolute;bottom:-.6rem;left:0;width:0;height:2px;background:var(--primary-color);transition:var(--transition)}.tab-button:hover{color:var(--primary-color)}.tab-button.active{color:var(--primary-color);font-weight:500}.tab-button.active::after{width:100%}.tab-content{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.no-prices{text-align:center;color:var(--text-color);font-style:italic;padding:2rem 0;opacity:.8}.booking-cta p{font-size:1.3rem;margin-bottom:1.5rem;color:var(--text-color);font-weight:500}.tab-content{display:none;padding:2rem}.tab-content.active{display:block}@media (max-width:768px){.price-tabs-wrapper{margin:0 5%}.tab-content{padding:1.5rem}}#about.about{padding:100px 5% 6rem}#about .section-title{text-align:center;margin-bottom:3rem}#about .about-content-wrapper{display:flex;align-items:flex-start;flex-wrap:wrap;gap:3rem}#about .about-content{flex:1;min-width:300px}#about .about-image{flex:1;min-width:300px;max-width:700px;margin:0 auto}#about .about-image img{width:100%;max-height:600px;object-fit:contain;border-radius:10px;box-shadow:0 10px 30px rgba(0,0,0,.1)}@media (max-width:768px){#about .about-image img{max-height:450px}}@media (max-width:512px){#about .about-image img{max-height:300px}}@media (max-width:992px){#about .about-content-wrapper{flex-direction:column;gap:2rem}#about .about-content{order:2;width:100%}#about .about-image{order:1;width:100%;max-width:100%}}.booking-cta{text-align:center;margin-top:3rem;padding:2rem 0;background:linear-gradient(135deg,var(--secondary-color),rgba(201,169,169,.1));border-radius:15px}