.custom-header-bar{background-color:#fff;box-shadow:0 2px 8px rgba(0,0,0,.05);padding:12px 20px;position:sticky;top:0;z-index:999}.custom-header-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:2200px}.custom-logo img{height:50px;max-width:220px;object-fit:contain;width:auto}.custom-header-actions{align-items:center;display:flex;gap:16px}.custom-header-btn{background-color:#004a94;border-radius:999px;color:#fff;font-size:15px;font-weight:500;padding:10px 18px;text-decoration:none;transition:background-color .3s ease}.custom-header-btn:hover{background-color:#003b78}.custom-header-btn.mobile-icon{border-radius:50%;font-size:20px;padding:10px}@media (max-width:768px){.desktop-only{display:none!important}.mobile-only{display:flex!important}.custom-header-container{padding:10px 16px}.custom-logo img{max-height:56px;max-width:250px}.custom-header-btn{font-size:16px;padding:8px 12px}.custom-header-btn.mobile-icon{font-size:22px;padding:8px}}.desktop-only{display:flex}.mobile-only{display:none}@media (max-width:768px){.desktop-only{display:none!important}.mobile-only{align-items:center;display:flex!important}.custom-header-actions{width:10%}}