:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;--main-blue-color: #2d717d;--main-yellow-color: #605639;--background-header: linear-gradient(180deg,rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 0) 100%);--logo-url: "assets/logo1.png";--hero-background: #ecefef;--hero-background-1: #ecefef;--hero-background-2: #ecefef;color-scheme:light dark;color:#000;background-color:#ecefef;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{margin:0;width:100%;text-align:center}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;padding-top:0;display:flex;place-items:center}h1{font-size:3.2em;line-height:1.1}h2{color:#000}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#000;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.hero-container{position:relative;margin:0 auto;justify-content:center;align-items:center;display:flex;flex-direction:column;z-index:0;background:var(--hero-background);width:100%;min-height:70vh;color:#000}.hero-container>*{position:relative;z-index:1}.hero-title,.hero-slogan{color:#000}.logo-hero{display:absolute;z-index:-1000}.hero-btn{width:150px}.home-presentation{width:100%;background:#f5f5f5;padding:80px 0}.presentation-wrapper{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.presentation-image img{width:100%;height:380px;object-fit:cover;border-radius:12px;box-shadow:0 6px 20px #00000026}.presentation-content h2{font-size:2.5rem;font-weight:700;color:#222;margin-bottom:20px}.presentation-content p{color:#555;line-height:1.6;margin-bottom:16px}.presentation-btn{margin-top:10px;padding:12px 28px;background:#c9921a;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .25s ease}.presentation-btn:hover{background:#a97c15}@media(max-width:768px){.presentation-wrapper{grid-template-columns:1fr}.presentation-image img{height:300px}}.projects-section{padding:80px 24px;background:#f7f7f7}.projects-section-wrapper{max-width:1200px;margin:0 auto}.projects-section-title{font-size:2.25rem;font-weight:700;margin:0 0 12px;text-align:center}.projects-section-subtitle{font-size:1.05rem;color:#555;line-height:1.6;text-align:center;max-width:680px;margin:0 auto 48px}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.project-card{position:relative;overflow:hidden;border-radius:8px;aspect-ratio:4 / 3;box-shadow:0 4px 12px #00000014;cursor:pointer}.project-card-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.project-card:hover .project-card-image{transform:scale(1.05)}.project-card-overlay{position:absolute;inset:0;background:#141414d9;color:#fff;padding:24px;display:flex;flex-direction:column;justify-content:center;transform:translateY(-100%);transition:transform .4s ease;z-index:1}.project-card:hover .project-card-overlay{transform:translateY(0)}.project-card-title{font-size:1.25rem;font-weight:600;margin:0 0 12px}.project-card-description{font-size:.95rem;line-height:1.5;margin:0;color:#e8e8e8}@media(max-width:900px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.projects-grid{grid-template-columns:1fr}}.services-page{position:relative;width:100%;max-width:100%;margin:0 auto;padding:4rem 0;display:flex;flex-direction:column;align-items:center;background-color:var(--background-color);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;min-height:100vh}.services-page>*{position:relative;z-index:1}.services-title{font-size:2.8rem;font-weight:700;color:#000;margin-bottom:1rem;text-align:center;letter-spacing:.5px}.services-description{max-width:800px;font-size:1.15rem;line-height:1.7;color:#000;text-align:center;margin-bottom:3rem}.services-wrapper{width:100%;max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:2rem;padding-bottom:2rem}.services-wrapper>*{opacity:0;transform:translateY(10px);animation:fadeIn .5s ease forwards}@keyframes fadeIn{to{opacity:1;transform:translateY(0)}}.service-card{flex:0 1 280px;background:#fff;border-radius:16px;padding:1.4rem;box-shadow:0 8px 24px #0000002e;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease;display:flex;flex-direction:column;align-items:center;text-align:center;border:1px solid rgba(255,255,255,.15)}.service-card:hover{transform:translateY(-6px);box-shadow:0 12px 28px #00000047}.service-image{width:100%;height:170px;object-fit:cover;border-radius:12px;margin-bottom:1rem}.service-image-placeholder{width:100%;height:170px;border-radius:12px;margin-bottom:1rem;background:linear-gradient(135deg,#e8e8e8,#d0d0d0)}.service-card h3{font-size:1.35rem;font-weight:600;color:#1a1a1a;margin-bottom:.4rem}.service-price{font-size:.95rem;color:#555;margin-bottom:.8rem}.service-price strong{color:#1a1a1a;font-size:1.05rem}.service-unit{color:#888;font-size:.85rem}.service-description{max-height:0;overflow:hidden;color:#555;font-size:1rem;line-height:1.5;transition:max-height .35s ease,opacity .25s ease;opacity:0}.service-description.expanded{max-height:300px;opacity:1}.aboutus-page{position:relative;padding:80px 24px;background-color:#f0f8ff;background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;min-height:100vh;color:#000}.aboutus-wrapper{position:relative;z-index:1;max-width:1200px;margin:0 auto}.aboutus-title{font-size:2.5rem;font-weight:700;margin-bottom:20px;color:#000}.aboutus-description{font-size:1.1rem;line-height:1.6;color:#000}.create-account-container{display:flex;flex-direction:column;max-width:420px;margin:120px auto 50px;padding:25px;background:#fff;border-radius:10px;box-shadow:0 4px 14px #00000014;text-align:center}.create-account-container h2{font-size:1.6rem;font-weight:600;margin-bottom:20px;color:#222}.create-account-form{display:flex;flex-direction:column;gap:18px}.create-account-form input,.create-account-form textarea{padding:12px 14px;border:1px solid #d1d1d1;border-radius:6px;font-size:1rem;font-family:inherit;color:#222;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.create-account-form textarea{min-height:120px;resize:vertical}.create-account-form input::placeholder,.create-account-form textarea::placeholder{color:#888}.create-account-form input:focus,.create-account-form textarea:focus{border-color:#333;box-shadow:0 0 0 2px #0000001a;outline:none}.create-account-form button{padding:12px;background:#222;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:1rem;font-weight:500;transition:background .2s ease}.create-account-form button:hover{background:#444}.status-msg{margin-top:15px;font-size:.95rem;color:#333}.auth-swap{margin-top:18px;font-size:.9rem;color:#555}.auth-swap a{color:#222;font-weight:600;text-decoration:underline}.resend-btn{margin-top:12px;padding:10px;background:transparent;color:#222;border:1px solid #222;border-radius:6px;cursor:pointer;font-size:.95rem;transition:background .2s ease,color .2s ease}.resend-btn:hover{background:#222;color:#fff}@media(max-width:600px){.create-account-container{margin:100px 12px 30px;padding:20px 18px;border-radius:8px}.create-account-container h2{font-size:1.35rem;margin-bottom:16px}.create-account-form{gap:14px}.create-account-form input,.create-account-form textarea{padding:11px 12px;font-size:16px}.create-account-form textarea{min-height:100px}}#root{background-image:var(--contactus-page-bg);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed}.contactus-page{position:relative;min-height:100vh;background-color:#f0f8ff;color:#000}.contactus-page>*{position:relative;z-index:1}.contactus-page h2,.contactus-page p,.contactus-page label,.contactus-page span{color:#000}.contact-form{width:100%;max-width:500px;margin:10px auto;background-color:#f7f7f7;box-shadow:0 4px 12px #0000001a;border-radius:10px;padding:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px}.contact-form input,.contact-form textarea{width:90%;margin:0 auto;padding:12px 15px;border:1px solid #ccc;border-radius:6px;font-size:1rem;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease;background-color:gray;color:#fff}.contact-form input:focus,.contact-form textarea:focus{border-color:#f0c14b;box-shadow:0 0 4px #f0c14b99;outline:none}.contact-form textarea{min-height:120px;resize:vertical}.contact-form button{padding:12px;background:#111;color:#fff;border:none;border-radius:6px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background .2s ease;margin:10px}.contact-title{margin-top:150px}.contact-form button:hover{background:#333}@media(max-width:600px){.contact-form{padding:20px;margin:20px}}.header-container{position:fixed;top:0;width:100%;min-height:100px;background:transparent;padding:0 20px;display:flex;justify-content:center;flex-direction:column;z-index:1000;color:#fff;transition:transform .3s ease;will-change:transform}.header-container.hidden{transform:translateY(-100%)}.header-top{display:flex;width:100%;justify-content:space-between;align-items:center}.account-btn{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PgoNPCFET0NUWVBFIHN2ZyAgUFVCTElDICctLy9XM0MvL0RURCBTVkcgMS4xLy9FTicgICdodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQnPgoNPCEtLSBVcGxvYWRlZCB0bzogU1ZHIFJlcG8sIHd3dy5zdmdyZXBvLmNvbSwgR2VuZXJhdG9yOiBTVkcgUmVwbyBNaXhlciBUb29scyAtLT4KPHN2ZyB3aWR0aD0iODAwcHgiIGhlaWdodD0iODAwcHgiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzIgMzIiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgoNPGcgaWQ9InByb2ZpbGVfeDJDX19wZXJzb24iPgoNPGc+Cg08Zz4KDTxnPgoNPHBhdGggZD0iTTE2LDMxQzcuNzI5LDMxLDEsMjQuMjcxLDEsMTZTNy43MjksMSwxNiwxczE1LDYuNzI5LDE1LDE1UzI0LjI3MSwzMSwxNiwzMXogTTE2LDJDOC4yOCwyLDIsOC4yOCwyLDE2ICAgICAgczYuMjgsMTQsMTQsMTRzMTQtNi4yOCwxNC0xNFMyMy43MiwyLDE2LDJ6IiBmaWxsPSIjMjYzMjM4Ii8+Cg08L2c+Cg08L2c+Cg08L2c+Cg08Zz4KDTxnIGlkPSJ0ZWFtXzNfIj4KDTxnPgoNPGc+Cg08Zz4KDTxnPgoNPHBhdGggZD0iTTIzLjY0LDIwLjcxM2wtNC43NjItMS42NTJsLTAuMzIzLTIuNTg0Yy0wLjIxNSwwLjMwNy0wLjUyMywwLjU0Ni0wLjkyNCwwLjY3MWwwLjI5MywyLjM0NSAgICAgICAgIGMwLjAyMywwLjE4OSwwLjE1MiwwLjM0OSwwLjMzMiwwLjQxbDUuMDU1LDEuNzU2YzAuOSwwLjMxNCwxLjY4OSwxLjQyNywxLjY4OSwyLjM4MXYtMC4wMDdjMCwwLjI3NiwwLjIyNCwwLjUsMC41LDAuNSAgICAgICAgIGMwLjI3NSwwLDAuNDk5LTAuMjIzLDAuNS0wLjQ5OEMyNS45OTcsMjIuNjU2LDI0Ljk0LDIxLjE2OCwyMy42NCwyMC43MTN6IiBmaWxsPSIjMjYzMjM4Ii8+Cg08L2c+Cg08L2c+Cg08L2c+Cg08L2c+Cg08Zz4KDTxnPgoNPGc+Cg08Zz4KDTxwYXRoIGQ9Ik02LjUsMjQuNTMyYy0wLjI3NiwwLTAuNS0wLjIyNC0wLjUtMC41djAuMDA3YzAtMS4zNzksMS4wNTktMi44NzEsMi4zNTktMy4zMjZsNC43NjItMS42NDEgICAgICAgICBsMC4wMTItMC4yOGMwLjAzNC0wLjI3NCwwLjI4OS0wLjQ2NSwwLjU1OS0wLjQzNGMwLjI3MywwLjAzNCwwLjQ2OCwwLjI4NCwwLjQzNCwwLjU1OWwtMC4wNTEsMC41ODkgICAgICAgICBjLTAuMDIzLDAuMTg5LTAuMTUzLDAuMzQ4LTAuMzMzLDAuNDFsLTUuMDU0LDEuNzQyQzcuNzg5LDIxLjk3Myw3LDIzLjA4Niw3LDI0LjAzOXYtMC4wMDdDNywyNC4zMDksNi43NzYsMjQuNTMyLDYuNSwyNC41MzIgICAgICAgICB6IiBmaWxsPSIjMjYzMjM4Ii8+Cg08L2c+Cg08L2c+Cg08L2c+Cg08L2c+Cg08Zz4KDTxnPgoNPGc+Cg08Zz4KDTxnPgoNPHBhdGggZD0iTTE2LDE4LjAzOWMtMi43NzksMC00LjE5Mi0xLjg0NC00LjIwMS02LjQ2OWMtMC4wMDItMS4xNzQsMC4xMjMtMi4zNjMsMS4yMjctMy40NjkgICAgICAgICAgQzEzLjcyOSw3LjM5NiwxNC43MjksNy4wMzksMTYsNy4wMzlzMi4yNzEsMC4zNTcsMi45NzUsMS4wNjNjMS4xMDQsMS4xMDUsMS4yMjksMi4yOTUsMS4yMjcsMy40NjkgICAgICAgICAgQzIwLjE5MiwxNi4xOTUsMTguNzc5LDE4LjAzOSwxNiwxOC4wMzl6IE0xNiw4LjAzOWMtMS4wMDksMC0xLjc1LDAuMjUyLTIuMjY3LDAuNzY5Yy0wLjYzMiwwLjYzMy0wLjkzOCwxLjItMC45MzUsMi43NjEgICAgICAgICAgYzAuMDA4LDQuMDE4LDEuMDU1LDUuNDcxLDMuMjAxLDUuNDcxczMuMTkzLTEuNDUzLDMuMjAxLTUuNDcxYzAuMDAzLTEuNTYxLTAuMzAzLTIuMTI4LTAuOTM1LTIuNzYxICAgICAgICAgIEMxNy43NSw4LjI5MSwxNy4wMDksOC4wMzksMTYsOC4wMzl6IiBmaWxsPSIjMjYzMjM4Ii8+Cg08L2c+Cg08L2c+Cg08L2c+Cg08L2c+Cg08L2c+Cg08L2c+Cg08L2c+Cg08L2c+Cg08L3N2Zz4=);background-size:cover;height:40px;width:40px;border-radius:4px;cursor:pointer}.logo-header{width:60px;height:auto}.desktop-menu{display:flex;justify-content:space-between;align-items:center;gap:30px;width:75%;position:absolute;left:50%;transform:translate(-50%)}.btns-holder{display:flex;gap:35px;justify-content:end;color:#000}.btns-holder>a{color:#000}.account-btn-holder{display:flex;gap:20px;align-items:center}.signin-btn{display:inline-flex;align-items:center}.logout-btn{background:none;border:none;padding:0;font:inherit;cursor:pointer;color:#f0f8ff}.account-btn{content:"Account";color:#f0f8ff}.header-menu-btn{color:#000;text-decoration:none;font-size:1.1rem;font-weight:500;transition:color .2s ease}.header-menu-btn:hover{color:#f0c14b}.burger-btn{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer}.burger-btn span{width:28px;height:3px;background:#f5f5f5;transition:.3s}.burger-btn.open span:nth-child(1){transform:translateY(8px) rotate(45deg)}.burger-btn.open span:nth-child(2){opacity:0}.burger-btn.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.mobile-menu{display:none;flex-direction:column;gap:20px;padding:20px;text-align:center;opacity:0;max-height:0;overflow:hidden;z-index:2;position:absolute;top:100px;right:0}.mobile-menu.show{display:flex;opacity:1;max-height:350px;pointer-events:auto;animation:dropdown .35s ease forwards;background:#00000080;width:50vw}.mobile-menu.show>a{color:#f0f8ff}@keyframes dropdown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.desktop-menu{display:none}.burger-btn{display:flex}}.footer-container{width:100%;background:#111;color:#ddd;padding:60px 0 30px}.footer-wrapper{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.footer-logo-block{max-width:300px}.footer-logo{font-size:2rem;font-weight:700;color:#f0c14b}.footer-description{margin-top:12px;line-height:1.6;color:#bbb}.footer-title{font-size:1.2rem;font-weight:600;margin-bottom:12px;color:#f0c14b}.footer-links,.footer-social{list-style:none;padding:0}.footer-links li,.footer-social li{margin-bottom:8px}.footer-links a,.footer-social a{color:#ddd;text-decoration:none;transition:color .2s ease}.footer-links a:hover,.footer-social a:hover{color:#f0c14b}.footer-bottom{text-align:center;margin-top:40px;padding-top:20px;border-top:1px solid #333;color:#888;font-size:.9rem}@media(max-width:900px){.footer-wrapper{grid-template-columns:1fr 1fr}}@media(max-width:600px){.footer-wrapper{grid-template-columns:1fr;text-align:center}}.contact-info-section{width:100%;background:#222;color:#fff;padding:50px 0}.contact-info-wrapper{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.contact-info-block{text-align:left}.contact-info-title{font-size:1.2rem;font-weight:700;margin-bottom:8px;color:#f0c14b}.contact-info-text{font-size:1rem;color:#ddd;line-height:1.5}@media(max-width:900px){.contact-info-wrapper{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.contact-info-wrapper{grid-template-columns:1fr;text-align:center}}.admin-hub{max-width:900px;margin:3rem auto;padding:1rem}.admin-title{text-align:center;font-size:2.2rem;margin-bottom:2rem}.admin-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.admin-card{background:#fff;padding:1.5rem;border-radius:12px;text-align:center;font-size:1.2rem;font-weight:600;color:#222;text-decoration:none;box-shadow:0 4px 12px #00000014;transition:transform .2s ease,box-shadow .2s ease}.admin-card:hover{transform:translateY(-4px);box-shadow:0 6px 16px #0000001f}.admin-login{max-width:420px;margin:4rem auto;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 4px 14px #00000014}.admin-login h2{text-align:center;font-size:1.8rem;margin-bottom:1.8rem;font-weight:700}.admin-login form{display:flex;flex-direction:column;gap:1.2rem}.admin-login input{padding:.75rem;border:1px solid #ccc;border-radius:8px;font-size:1rem;transition:border-color .2s ease}.admin-login input:focus{border-color:#07f;outline:none}.admin-login button{margin-top:.5rem;padding:.85rem;background:#07f;color:#fff;border:none;border-radius:8px;font-size:1.1rem;cursor:pointer;transition:background .2s ease,transform .1s ease}.admin-login button:hover{background:#005fcc}.admin-login button:active{transform:scale(.98)}.admin-login button:disabled{background:#8ab7e8;cursor:not-allowed}.admin-login-error{margin-top:1rem;padding:.6rem .8rem;background:#fde8e8;color:#a11414;border-radius:6px;text-align:center;font-size:.95rem}@media(max-width:600px){.admin-login{margin:2rem 12px;padding:1.5rem 1.25rem;border-radius:10px}.admin-login h2{font-size:1.45rem;margin-bottom:1.25rem}.admin-login form{gap:1rem}.admin-login input{font-size:16px}.admin-login button{font-size:1rem}}.admin-create-user{max-width:600px;margin:3rem auto;padding:2rem}.admin-create-user h2{text-align:center;font-size:1.9rem;margin-bottom:2rem;font-weight:700}.user-form{display:flex;flex-direction:column;gap:1.4rem}.user-form label{display:flex;flex-direction:column;font-weight:600;gap:.5rem}.user-form input,.user-form select{padding:.75rem;border:1px solid #ccc;border-radius:8px;font-size:1rem;transition:border-color .2s ease}.user-form input:focus,.user-form select:focus{border-color:#07f;outline:none}.create-user-btn{margin-top:1rem;padding:.9rem;background:#07f;color:#fff;border:none;border-radius:8px;font-size:1.1rem;cursor:pointer;transition:background .2s ease,transform .1s ease}.create-user-btn:hover{background:#005fcc}.create-user-btn:active{transform:scale(.98)}@media(max-width:600px){.admin-create-user{margin:1.5rem 12px;padding:1.25rem 1rem}.admin-create-user h2{font-size:1.45rem;margin-bottom:1.25rem}.user-form{gap:1rem}.user-form input,.user-form select{font-size:16px}.create-user-btn{font-size:1rem}}.admin-service-editor{max-width:700px;margin:3rem auto;padding:2rem}.admin-service-editor h1{text-align:center;margin-bottom:2rem}.service-select{margin-bottom:2rem;display:flex;flex-direction:column;gap:.5rem}.service-select select{padding:.6rem;font-size:1rem}.service-form{display:flex;flex-direction:column;gap:1.2rem}.service-form label{display:flex;flex-direction:column;font-weight:600;gap:.4rem}.service-form input,.service-form textarea{padding:.7rem;border:1px solid #ccc;border-radius:6px;font-size:1rem}.save-btn{margin-top:1rem;padding:.8rem;background:#07f;color:#fff;border:none;border-radius:6px;font-size:1.1rem;cursor:pointer;transition:background .2s ease}.save-btn:hover{background:#005fcc}@media(max-width:600px){.admin-service-editor{margin:1.5rem 12px;padding:1.25rem 1rem}.admin-service-editor h1{font-size:1.5rem;margin-bottom:1.25rem}.service-form{gap:1rem}.service-form input,.service-form textarea,.service-select select{font-size:16px}.save-btn{font-size:1rem}}.admin-create-service{max-width:650px;margin:3rem auto;padding:2rem}.admin-create-service h2{text-align:center;font-size:1.9rem;margin-bottom:2rem;font-weight:700}.create-form{display:flex;flex-direction:column;gap:1.4rem}.create-form label{display:flex;flex-direction:column;font-weight:600;gap:.5rem}.create-form input,.create-form textarea{padding:.75rem;border:1px solid #ccc;border-radius:8px;font-size:1rem;transition:border-color .2s ease}.create-form input:focus,.create-form textarea:focus{border-color:#07f;outline:none}.checkbox-row{flex-direction:row;align-items:center;gap:.6rem}.create-btn{margin-top:1rem;padding:.9rem;background:#28a745;color:#fff;border:none;border-radius:8px;font-size:1.1rem;cursor:pointer;transition:background .2s ease,transform .1s ease}.create-btn:hover{background:#1e8c39}.create-btn:active{transform:scale(.98)}@media(max-width:600px){.admin-create-service{margin:1.5rem 12px;padding:1.25rem 1rem}.admin-create-service h2{font-size:1.45rem;margin-bottom:1.25rem}.create-form{gap:1rem}.create-form input,.create-form textarea{font-size:16px}.create-btn{font-size:1rem}}.admin-edit-customer{max-width:600px;margin:40px auto;padding:32px;background:#fff;border-radius:12px;box-shadow:0 4px 14px #00000014;font-family:system-ui,sans-serif}.admin-edit-customer h2{margin-bottom:24px;font-size:1.8rem;font-weight:600;color:#222;text-align:center}.admin-edit-customer form{display:flex;flex-direction:column;gap:18px}.admin-edit-customer label{display:flex;flex-direction:column;font-size:.95rem;font-weight:500;color:#333}.admin-edit-customer input{margin-top:6px;padding:10px 12px;border:1px solid #d0d0d0;border-radius:6px;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease}.admin-edit-customer input:focus{border-color:#0078ff;box-shadow:0 0 0 3px #0078ff33;outline:none}.admin-edit-customer button{margin-top:10px;padding:12px;background:#0078ff;color:#fff;font-size:1rem;font-weight:600;border:none;border-radius:6px;cursor:pointer;transition:background .2s ease,transform .1s ease}.admin-edit-customer button:hover{background:#006ae0}.admin-edit-customer button:active{transform:scale(.98)}.admin-edit-customer button:disabled{background:#9bbcf0;cursor:not-allowed}@media(max-width:600px){.admin-edit-customer{margin:20px 12px;padding:20px 18px;border-radius:10px}.admin-edit-customer h2{font-size:1.4rem;margin-bottom:18px}.admin-edit-customer form{gap:14px}.admin-edit-customer input{font-size:16px}.admin-edit-customer button{font-size:.95rem}}.admin-customer-list{max-width:800px;margin:40px auto;padding:24px;background:#fff;border-radius:12px;box-shadow:0 4px 14px #00000014;font-family:system-ui,sans-serif}.admin-customer-list h2{margin-bottom:20px;font-size:1.8rem;font-weight:600;color:#222;text-align:center}.admin-customer-list .search{width:100%;padding:12px 14px;margin-bottom:24px;border:1px solid #d0d0d0;border-radius:6px;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease}.admin-customer-list .search:focus{border-color:#0078ff;box-shadow:0 0 0 3px #0078ff33;outline:none}.customer-table{display:flex;flex-direction:column;gap:12px}.customer-row{display:grid;grid-template-columns:2fr 2fr 1fr;align-items:center;padding:14px 16px;background:#fafafa;border-radius:8px;border:1px solid #e5e5e5;transition:background .15s ease,box-shadow .15s ease}.customer-row:hover{background:#f0f7ff;box-shadow:0 2px 6px #0078ff26}.customer-row div{font-size:.95rem;color:#333}.edit-btn{justify-self:end;padding:8px 14px;background:#0078ff;color:#fff;font-size:.9rem;font-weight:600;border-radius:6px;text-decoration:none;transition:background .2s ease,transform .1s ease}.edit-btn:hover{background:#006ae0}.edit-btn:active{transform:scale(.97)}@media(max-width:600px){.admin-customer-list{margin:20px 12px;padding:18px 16px;border-radius:10px}.admin-customer-list h2{font-size:1.4rem}.admin-customer-list .search{font-size:16px;margin-bottom:18px}.customer-row{grid-template-columns:1fr;gap:6px;padding:12px 14px}.edit-btn{justify-self:start;margin-top:4px}}.customer-dashboard-page{position:relative;min-height:100vh;width:100%;background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;color:#000}.customer-dashboard{position:relative;z-index:1;max-width:900px;margin:0 auto;padding:0 1rem;padding-top:120px;padding-bottom:3rem;font-family:sans-serif}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.dashboard-header h1{font-size:1.8rem;margin:0;color:#000}.dashboard-user{display:flex;align-items:center;gap:1rem}.dashboard-user span{font-weight:600;color:#000}.dashboard-user button{padding:.4rem 1rem;background:#333;color:#fff;border:none;border-radius:4px;cursor:pointer}.no-quotes{text-align:center;margin-top:3rem;color:#000;font-size:1.05rem}.quotes-list{display:flex;flex-direction:column;gap:1.5rem}.quote-card{border:1px solid rgba(255,255,255,.15);border-radius:10px;padding:1.25rem;background:#fff;color:#222;box-shadow:0 4px 14px #00000040}.quote-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.quote-id{font-weight:700;font-size:1rem;color:#1a1a1a}.quote-date{margin-left:auto;color:#888;font-size:.875rem}.quote-status{padding:.2rem .6rem;border-radius:12px;font-size:.8rem;font-weight:600;text-transform:uppercase}.status-draft{background:#f0f0f0;color:#555}.status-pending{background:#fff7e0;color:#b07d00}.status-approved{background:#e6f4ea;color:#2e7d32}.status-rejected{background:#fdecea;color:#c62828}.quote-delete{background:transparent;color:#c62828;border:1px solid #c62828;border-radius:6px;padding:.35rem .75rem;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .15s,color .15s}.quote-delete:hover{background:#c62828;color:#fff}.quote-items-table{width:100%;border-collapse:collapse;margin-bottom:.75rem;font-size:.9rem;color:#222}.quote-items-table th,.quote-items-table td{text-align:left;padding:.5rem .75rem;border-bottom:1px solid #eee}.quote-items-table th{color:#888;font-weight:600;font-size:.8rem;text-transform:uppercase}.quote-item-delete{background:transparent;color:#c62828;border:1px solid #c62828;border-radius:4px;padding:.25rem .6rem;font-size:.8rem;cursor:pointer;transition:background .15s,color .15s}.quote-item-delete:hover{background:#c62828;color:#fff}.quote-total{text-align:right;font-size:1.1rem;padding-top:.5rem;border-top:2px solid #eee;color:#1a1a1a}@media(max-width:600px){.customer-dashboard{padding-top:100px;padding-left:12px;padding-right:12px}.dashboard-header{flex-direction:column;align-items:flex-start;gap:.75rem;margin-bottom:1.25rem}.dashboard-header h1{font-size:1.4rem}.dashboard-user{width:100%;justify-content:space-between}.quote-card{padding:1rem}.quote-card-header{flex-wrap:wrap;gap:.5rem}.quote-date{margin-left:0;flex-basis:100%}.quote-items-table{display:block;overflow-x:auto;white-space:nowrap}}.quote-page{position:relative;min-height:100vh;width:100%;background-image:var(--background-5);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;padding:120px 20px 60px;display:flex;justify-content:center;align-items:flex-start}.quote-container{position:relative;z-index:1;width:100%;max-width:640px;background:#fff;border-radius:12px;box-shadow:0 8px 24px #00000040;padding:28px;text-align:center}.quote-container h2{font-size:1.7rem;font-weight:600;margin-bottom:8px;color:#222}.quote-intro{font-size:.95rem;color:#555;margin-bottom:24px;line-height:1.5}.quote-form{display:flex;flex-direction:column;gap:18px}.quote-services-list{display:flex;flex-direction:column;gap:10px;max-height:420px;overflow-y:auto;padding-right:4px}.quote-service-row{display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid #d1d1d1;border-radius:8px;background:#fafafa;transition:border-color .2s ease,background .2s ease}.quote-service-row.is-selected{border-color:#222;background:#fff;box-shadow:0 0 0 2px #00000014}.quote-service-label{flex:1;display:flex;align-items:center;gap:10px;cursor:pointer;text-align:left;color:#222}.quote-service-label input[type=checkbox]{width:18px;height:18px;accent-color:#222;cursor:pointer}.quote-service-name{flex:1;font-weight:500}.quote-service-price{color:#444;font-size:.95rem;white-space:nowrap}.quote-service-price small{color:#888;font-size:.8rem}.quote-quantity{width:72px;padding:8px 10px;border:1px solid #d1d1d1;border-radius:6px;font-size:.95rem;color:#222;background:#fff;text-align:center}.quote-quantity:disabled{background:#eee;color:#999;cursor:not-allowed}.quote-total-bar{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-top:2px solid #222;font-size:1.05rem;color:#222}.quote-total-bar strong{font-size:1.3rem}.quote-form button{padding:12px;background:#222;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s ease}.quote-form button:hover:not(:disabled){background:#444}.quote-form button:disabled{background:#888;cursor:not-allowed}.quote-status{margin-top:4px;font-size:.95rem;color:#333}.quote-empty{color:#666;font-style:italic;padding:20px 0}@media(max-width:600px){.quote-page{padding:100px 12px 40px}.quote-container{padding:20px 18px;border-radius:10px}.quote-container h2{font-size:1.4rem}.quote-service-row{flex-wrap:wrap;padding:10px 12px}.quote-quantity{width:64px}}
