.language-selector.custom-lang-dropdown{position:relative}.lang-dropdown-list{position:absolute;left:0;right:auto;min-width:160px;max-width:90vw;width:max-content;background:#fff8e1;border:1px solid #a1887f;border-radius:5px;box-shadow:0 2px 8px rgba(0,0,0,.08);margin-top:.5rem;z-index:1000;display:none}.lang-dropdown-list .lang-option{padding:.5rem 1rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:background .2s}.lang-dropdown-list .lang-option:hover{background:#a1887f;color:#fff8e1}*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Be Vietnam Pro',sans-serif;line-height:1.6;color:#4e342e;background-color:beige}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:linear-gradient(135deg,#dbd5c5 0,#dbd5c5 30%,#a1887f 100%);color:#4e342e;padding:1rem 0;position:sticky;top:0;z-index:100;box-shadow:0 2px 10px rgba(0,0,0,.1)}.header .container{display:flex;justify-content:space-between;align-items:center}.nav-brand h1{font-size:1.8rem;font-weight:600}@media (max-width:600px){.lang-dropdown-list{left:0;right:0;min-width:unset;width:100vw;max-width:100vw;border-radius:0 0 8px 8px;box-sizing:border-box;transform:translateX(-16px)}}.lang-btn{background:rgba(0,0,0,0);border:0 solid #a1887f}.language-selector select{background:#dbd5c5;color:#4e342e;border:0 solid #a1887f;padding:.5rem;border-radius:5px;font-size:.9rem;cursor:pointer}.language-selector select option{border:0 solid #a1887f;background:#a1887f;color:#fff8e1}.mobile-menu-toggle{display:none;background:0 0;border:none;color:#fff;font-size:1.5rem;cursor:pointer}.hero{background:linear-gradient(#4e342e 0,rgba(78,52,46,0) 30%,rgba(78,52,46,0) 100%) center/cover,url('../assets/images/ImageWash1.jpg') center/cover;height:50vh;display:flex;align-items:center;justify-content:center;text-align:center;color:#4e342e;text-shadow:2px 2px 8px rgba(250,250,250,.5);min-height:300px}.hero-content h2{font-size:4.5rem;margin-bottom:1rem}.hero-content p{font-size:3.2rem;text-shadow:2px 2px 8px rgba(250,250,250,.5)}.main-content{padding:3rem 0}.service-tabs{display:flex;justify-content:center;margin-bottom:2rem;gap:1rem}.tab-btn{background:#fff8e1;border:2px solid #a1887f;color:#4e342e;padding:1rem 2rem;border-radius:50px;cursor:pointer;font-size:1rem;font-weight:500;transition:.3s;display:flex;align-items:center;gap:.5rem;min-width:180px;justify-content:center}.tab-btn.active,.tab-btn:hover{background:#a1887f;color:#fff8e1;transform:translateY(-2px);box-shadow:0 5px 15px rgba(161,136,127,.2)}.tab-content{display:none}.tab-content.active{display:block;animation:.5s fadeIn}@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.tab-content h3{text-align:center;font-size:2rem;margin-bottom:2rem;color:#333}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.service-card{background:linear-gradient(rgba(255,248,225,.8) 0,rgba(255,248,225,.6) 50%,rgba(255,248,225,0) 100%) left/auto 100% no-repeat,url('../assets/images/Vert1.png') left/auto 100% no-repeat;border-radius:15px;padding:2rem;box-shadow:0 5px 20px rgba(161,136,127,.08);transition:.3s;cursor:pointer;border:1px solid #d7ccc8}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.15)}.service-card h4{font-size:1.3rem;margin-bottom:1rem;color:#4e342e;font-weight:600}.service-card p{color:#666;margin-bottom:1.5rem;line-height:1.6}.service-info{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.service-price{font-size:1.2rem;font-weight:600;color:#fff}.service-duration{color:#4e342e;font-size:.9rem}.contact-section{background:#fff8e1;padding:3rem;border-radius:15px;box-shadow:0 5px 20px rgba(161,136,127,.08);margin-top:3rem}.contact-section h3{text-align:center;font-size:2rem;margin-bottom:2rem;color:#333}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.contact-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:beige;border-radius:10px}.contact-item i{color:#a1887f;font-size:1.2rem;width:20px}.footer{background:#a1887f;color:#fff8e1;text-align:center;padding:2rem 0;margin-top:3rem}.modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);animation:.3s fadeIn}.modal-content{background-color:#fff8e1;margin:10% auto;padding:0;border-radius:15px;width:90%;max-width:500px;position:relative;animation:.3s slideIn}@keyframes slideIn{from{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}.close{color:#aaa;float:right;font-size:28px;font-weight:700;position:absolute;right:20px;top:15px;cursor:pointer}.close:hover{color:#000}.modal-body{background:linear-gradient(rgba(255,248,225,.8) 0,rgba(255,248,225,.6) 50%,rgba(255,248,225,0) 100%) left/auto 100% no-repeat,url('../assets/images/Vert1.png') left/auto 100% no-repeat;padding:3rem 2rem 2rem}.modal-body h4{font-size:1.5rem;margin-bottom:1rem;color:#4e342e}.modal-body p{color:#666;margin-bottom:1.5rem;line-height:1.6}.modal-duration,.modal-price{margin-bottom:1rem;font-size:1.1rem}.modal-duration span:first-child,.modal-price span:first-child{font-weight:600;color:#fff}.modal-price span:last-child{color:#fff;font-weight:600}.modal-components,.service-components{margin:1.5rem 0;padding:1rem;background:rgba(255,248,225,.9);border-radius:8px;border:1px solid #d7ccc8}.modal-components h5,.service-components h5{color:#4e342e;font-size:1rem;margin-bottom:.8rem;font-weight:600}.modal-components ul,.service-components ul{list-style-type:none;padding:0;margin:0}.modal-components li,.service-components li{padding:.3rem 0;color:#4e342e;border-bottom:1px solid rgba(161,136,127,.2);font-size:.9rem}.modal-components li:last-child,.service-components li:last-child{border-bottom:none}.modal-components li:before,.service-components li:before{content:"✓ ";color:#a1887f;font-weight:700;margin-right:.5rem}.book-btn{background:linear-gradient(135deg,#a1887f 0,#d7ccc8 100%);color:#4e342e;border:none;padding:1rem 2rem;border-radius:50px;font-size:1rem;font-weight:500;cursor:pointer;width:100%;margin-top:1rem;transition:.3s}.book-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(161,136,127,.2)}@media (max-width:768px){.container{padding:0 15px}.hero-content h2{font-size:2rem}.hero-content p{font-size:1rem}.service-tabs{flex-direction:column;align-items:center}.tab-btn{width:100%;max-width:300px;margin-bottom:.5rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{padding:1.5rem}.service-info{flex-direction:column;align-items:flex-start}.contact-section{padding:2rem 1.5rem}.contact-info{grid-template-columns:1fr}.modal-content{width:95%;margin:5% auto}.modal-body{padding:2rem 1.5rem 1.5rem}}@media (max-width:480px){.nav-brand h1{font-size:1.5rem}.hero{height:40vh;min-height:250px}.hero-content h2{font-size:1.8rem}.tab-content h3{font-size:1.5rem}.service-card h4{font-size:1.2rem}.contact-section h3{font-size:1.5rem}}.loading{display:flex;justify-content:center;align-items:center;height:200px}.spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #a1887f;border-radius:50%;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}