.header{position:-webkit-sticky;position:sticky;top:0;display:flex;justify-content:space-between;align-items:center;padding:15px 20px;background-color:#000;color:#fff;z-index:1000;margin:0}.title{font-size:24px;font-weight:700;color:rgb(255,169,10);text-decoration:none;position:absolute;left:50%;transform:translateX(-50%)}.language{cursor:pointer}.language-select{margin-left:auto}.language-select select{padding:5px;background-color:#fff;color:#000}.language-button{font-weight:700;font-size:12px;color:rgb(255,169,10)}.arrow-icon{margin-left:2px}.dropdown{position:absolute;top:calc(100% + 5px);right:15px;left:auto;width:auto;background-color:#333;border-radius:5px;box-shadow:0 4px 8px rgba(0,0,0,.2);z-index:1000}.dropdown-item{padding:10px 15px;color:#fff;cursor:pointer;transition:background-color .3s}.sidebar-toggle{cursor:pointer;z-index:1001}.hamburger-icon{display:flex;flex-direction:column;justify-content:space-between;width:24px;height:18px}.hamburger-icon span{display:block;height:3px;width:100%;background-color:rgb(255,169,10);border-radius:3px}.sidebar{position:fixed;top:0;left:0;width:250px;height:100%;background-color:#222;z-index:1002;padding:20px;box-shadow:2px 0 5px rgba(0,0,0,.3);animation:slideIn .3s ease-in-out}@keyframes slideIn{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.sidebar-close{position:absolute;top:10px;right:10px;font-size:24px;color:#fff;cursor:pointer}.sidebar-content{margin-top:40px;display:flex;flex-direction:column;gap:15px}.sidebar-link{color:#fff;text-decoration:none;font-size:16px;padding:8px 0;border-bottom:1px solid #444}.sidebar-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:1001}.footer{background-color:rgb(255,169,10);text-align:left}.footer-links{display:flex;flex-direction:column;gap:10px;padding:15px 20px}.footer-links a{color:black;text-decoration:none;font-size:14px}.copyright{background-color:#cc8400;padding:15px;text-align:center;color:white;font-size:12px}